Searched refs:PCI_MAPREG (Results 1 - 18 of 18) sorted by relevance

/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_ns16550_pci.c110 if (pci_map_io(tag, PCI_MAPREG(0), PCI_MATCH_BYTES, &pa) == 0)
113 if (pci_map_mem(tag, PCI_MAPREG(0), PCI_MATCH_BYTES, &pa) == 0)
H A Ddev_bcm1250.c128 pci_map_mem(tag, PCI_MAPREG(0), PCI_MATCH_BYTES, &pa);
136 pci_map_mem(tag, PCI_MAPREG(2), PCI_MATCH_BYTES, &pa);
H A Ddev_ht7520.c142 pci_map_mem(tag, PCI_MAPREG(0), PCI_MATCH_BITS, &apic_addr);
H A Ddp83815.h29 #define R_CFGIOA PCI_MAPREG(0)
30 #define R_CFGMA PCI_MAPREG(1)
H A Ddev_ide_pci.c287 reg = pci_conf_read(tag,PCI_MAPREG(0));
H A Ddc21143.h34 #define R_CFG_CBIO PCI_MAPREG(0)
35 #define R_CFG_CBMA PCI_MAPREG(1)
H A Ddev_ide_frodo.c332 reg = pci_conf_read(tag,PCI_MAPREG(5));
H A Ddev_bcm5700.c1450 bar0 = pci_conf_read(sc->tag, PCI_MAPREG(0));
1451 bar1 = pci_conf_read(sc->tag, PCI_MAPREG(1));
1463 pci_conf_write(sc->tag, PCI_MAPREG(0), bar0);
1464 pci_conf_write(sc->tag, PCI_MAPREG(1), bar1);
1465 (void)pci_conf_read(sc->tag, PCI_MAPREG(1)); /* push */
2530 pci_map_mem(tag, PCI_MAPREG(0), CSR_MATCH_MODE, &pa);
H A Ddev_rtl8139.c853 pci_map_mem(tag, PCI_MAPREG(1), PCI_MATCH_BITS, &pa);
856 pci_map_io(tag, PCI_MAPREG(0), PCI_MATCH_BITS, &pa);
H A Ddev_i82559.c1421 pci_map_mem(tag, PCI_MAPREG(0), PCI_MATCH_BITS, &pa);
1424 pci_map_io(tag, PCI_MAPREG(1), PCI_MATCH_BITS, &pa);
H A Ddev_aic6915.c1349 pci_map_mem(tag, PCI_MAPREG(0), PCI_MATCH_BITS, &pa);
H A Ddev_bcm4401.c1278 pci_map_mem(tag, PCI_MAPREG(0), CSR_MATCH_MODE, &pa);
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Dsb_pci_machdep.c209 pci_conf_write(SB_PCI_BRIDGE, PCI_MAPREG(0), 0x20000000);
211 pci_conf_write(SB_PCI_BRIDGE, PCI_MAPREG(1), 0x00000000);
H A Ddev_sb_mac.c1490 pci_map_mem(tag, PCI_MAPREG(0), PCI_MATCH_BITS, &pa);
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_pci_machdep.c800 pci_conf_write32(BCM1400_LDT_BRIDGE, PCI_MAPREG(0), 0x60000000);
801 pci_conf_write32(BCM1400_LDT_BRIDGE, PCI_MAPREG(1), 0x00000000); /* POHT */
802 pci_conf_write32(BCM1400_LDT_BRIDGE, PCI_MAPREG(2), 0x70000000);
804 pci_conf_write32(BCM1400_LDT_BRIDGE, PCI_MAPREG(4), 0x00000000);
805 pci_conf_write32(BCM1400_LDT_BRIDGE, PCI_MAPREG(5), 0x00000000);
1617 pci_conf_write(BCM1400_LDT_BRIDGE, PCI_MAPREG(4), 0);
1618 pci_conf_write(BCM1400_LDT_BRIDGE, PCI_MAPREG(5), source_node << 4);
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Dtulip.h41 #define R_CFG_CBIO PCI_MAPREG(0)
42 #define R_CFG_CBMA PCI_MAPREG(1)
/broadcom-cfe-1.4.2/cfe/pci/
H A Dpcireg.h404 #define PCI_MAPREG(num) (PCI_MAPREG_START + 4*(num)) macro
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Dui_pmcmds.c1761 pci_conf_write(BCM1480_LDT_BRIDGE, PCI_MAPREG(1), value); /* POHT = 0x4000_0000 */

Completed in 201 milliseconds