Searched refs:pci_conf_read (Results 1 - 25 of 38) sorted by relevance

12

/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_bcm5780_ht1000.c76 ctrl = pci_conf_read(tag, BCM5780_HOST_CFG_FEATURE_ENABLE0);
82 ctrl = pci_conf_read(tag, BCM5780_HOST_CFG_FEATURE_ENABLE0); /* push */
85 ctrl = pci_conf_read(tag, BCM5780_HOST_CFG_FEATURE_ENABLE2);
89 ctrl = pci_conf_read(tag, BCM5780_HOST_CFG_FEATURE_ENABLE2); /* push */
H A Ddev_sp1011.c99 secondary = (pci_conf_read(tag, PPB_BUSINFO_REG) >> 8) & 0xFF;
103 ctrl = pci_conf_read(tag, LPB_READ_CTRL_REG) & ~LPB_READ_CTRL_MASK;
143 t = pci_conf_read(tag, LPB_INT_BLOCK1_REG);
H A Ddev_ht7520.c106 ctrl = pci_conf_read(tag, APIC_CONTROL_REG);
109 ctrl = pci_conf_read(tag, APIC_CONTROL_REG); /* push */
138 secondary = (pci_conf_read(br_tag, PPB_BUSINFO_REG) >> 8) & 0xff;
H A Ddev_ns16550_pci.c106 cr = pci_conf_read(tag, PCI_CLASS_REG);
H A Ddev_ide_pci.c274 devid = pci_conf_read(tag,PCI_ID_REG);
275 classid = pci_conf_read(tag,PCI_CLASS_REG);
287 reg = pci_conf_read(tag,PCI_MAPREG(0));
H A Ddev_ide_frodo.c318 devid = pci_conf_read(tag,PCI_ID_REG);
319 classid = pci_conf_read(tag,PCI_CLASS_REG);
332 reg = pci_conf_read(tag,PCI_MAPREG(5));
/broadcom-cfe-1.4.2/cfe/pci/
H A Dldtinit.c94 cpr = pci_conf_read(tag, PCI_CAPLISTPTR_REG);
99 cr = pci_conf_read(tag, offset);
119 return pci_conf_read(tag, offset + LDT_LINKn_OFF(index));
132 printf(" Cmd %08x", pci_conf_read(tag, offset));
134 printf(" Lnk0 %08x", pci_conf_read(tag, offset));
137 printf(" Lnk1 %08x", pci_conf_read(tag, offset));
140 printf(" Freq0 %08x", pci_conf_read(tag, offset));
143 printf(" Freq1 %08x", pci_conf_read(tag, offset));
210 cmd = pci_conf_read(tag, offset + LDT_COMMAND_CAP_OFF);
212 cr = pci_conf_read(ta
[all...]
H A Dpciconf.c228 cpr = pci_conf_read(tag, PCI_CAPLISTPTR_REG);
233 cr = pci_conf_read(tag, offset);
253 class = pci_conf_read(tag, PCI_CLASS_REG);
254 id = pci_conf_read(tag, PCI_ID_REG);
255 bhlc = pci_conf_read(tag, PCI_BHLC_REG);
313 pcireg_t cr = pci_conf_read(tag, offset+LDT_COMMAND_CAP_OFF);
403 bhlc = pci_conf_read(tag, PCI_BHLC_REG);
495 class = pci_conf_read(tag, PCI_CLASS_REG);
496 id = pci_conf_read(tag, PCI_ID_REG);
524 stat = pci_conf_read(ta
[all...]
H A Dpci_internal.h85 pcireg_t pci_conf_read(pcitag_t, int);
87 #define pci_conf_read32 pci_conf_read
H A Dpcivar.h45 pcireg_t pci_conf_read(pcitag_t, int);
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm95836cpci/src/
H A Dbcm95836cpci_pci.c96 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
/broadcom-cfe-1.4.2/cfe/arch/ppc/board/mousse/src/
H A Dmousse_pci.c117 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91125cpci/src/
H A Dbcm91125cpci_pci.c86 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91125pcix/src/
H A Dbcm91125pcix_pci.c109 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
/broadcom-cfe-1.4.2/cfe/arch/mips/board/lausanne/src/
H A Dlausanne_pci.c102 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
/broadcom-cfe-1.4.2/cfe/arch/mips/board/swarm/src/
H A Dswarm_pci.c109 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
/broadcom-cfe-1.4.2/cfe/arch/ppc/board/bcm98245cpci/src/
H A Dbmw_pci.c115 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Dmpc824x_pci_machdep.c206 csr = pci_conf_read(PPC_PCI_BRIDGE, PCI_COMMAND_STATUS_REG);
212 (void)pci_conf_read(PPC_PCI_BRIDGE, PCI_ID_REG); /* push */
335 data = pci_conf_read(tag, PCI_ID_REG); /* bus error if no response */
343 pci_conf_read(pcitag_t tag, int reg) function
403 (void) pci_conf_read(tag, reg);
429 address = pci_conf_read(tag, reg);
459 address = pci_conf_read(tag, reg);
473 address = pci_conf_read(tag, reg);
490 pa |= ((phys_addr_t)pci_conf_read(tag, reg+4) << 32);
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm1250cpci/src/
H A Dbcm1250cpci_pci.c91 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_pcicmds.c71 class = pci_conf_read(tag, PCI_CLASS_REG);
72 id = pci_conf_read(tag, PCI_ID_REG);
221 v0 = pci_conf_read(tag, 0);
229 v0 = pci_conf_read(tag, idx+0x0);
230 v1 = pci_conf_read(tag, idx+0x4);
231 v2 = pci_conf_read(tag, idx+0x8);
232 v3 = pci_conf_read(tag, idx+0xC);
287 old = pci_conf_read(tag, reg);
289 mask = pci_conf_read(tag, reg);
294 oldhi = pci_conf_read(ta
[all...]
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Dsb_pci_machdep.c223 csr = pci_conf_read(SB_PCI_BRIDGE, PCI_COMMAND_STATUS_REG);
229 (void)pci_conf_read(SB_PCI_BRIDGE, PCI_ID_REG); /* push */
410 data = pci_conf_read(tag, PCI_ID_REG); /* bus error if no response */
425 pci_conf_read(pcitag_t tag, int reg) function
495 (void) pci_conf_read(tag, reg);
516 address = pci_conf_read(tag, reg);
530 address = pci_conf_read(tag, reg);
546 pa |= ((phys_addr_t)pci_conf_read(tag, reg+4) << 32);
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91480b/src/
H A Dbcm91480b_pci.c100 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91480ht/src/
H A Dbcm91480ht_pci.c100 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_pci_machdep.c214 #define pci_conf_read32 pci_conf_read
1016 id = pci_conf_read(tag, PCI_ID_REG);
1051 pcireg_t id = pci_conf_read(tag, PCI_ID_REG);
1070 pcireg_t id = pci_conf_read(tag, PCI_ID_REG);
1188 applications, pci_conf_read<N> and pci_conf_write<N> are deprecated
1247 pci_conf_read(pcitag_t tag, int reg) function
1325 bus_info = pci_conf_read(SB1250_LDT_BRIDGE, PPB_BUSINFO_REG);
1335 cr = pci_conf_read(SB1250_LDT_BRIDGE, PCI_CLASS_REG);
1340 prev_count = pci_conf_read(SB1250_LDT_BRIDGE, LHB_ASTAT_REG);
1346 count = pci_conf_read(SB1250_LDT_BRIDG
[all...]
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_pci_machdep.c264 #define pci_conf_read32 pci_conf_read
532 icr = pci_conf_read(BCM1400_PCI_BRIDGE, PCI_BPARAM_INTERRUPT_REG);
539 t = pci_conf_read(BCM1400_PCI_BRIDGE, R_BCM1480_PHB_XACTCTRL);
821 icr = pci_conf_read(BCM1400_LDT_BRIDGE, PCI_BPARAM_INTERRUPT_REG);
1055 id = pci_conf_read(tag, PCI_ID_REG);
1087 pcireg_t id = pci_conf_read(tag, PCI_ID_REG);
1104 pcireg_t id = pci_conf_read(tag, PCI_ID_REG);
1223 applications, pci_conf_read<N> and pci_conf_write<N> are deprecated
1277 pci_conf_read(pcitag_t tag, int reg) function
1355 prev_count = pci_conf_read(BCM1400_PCI_BRIDG
[all...]

Completed in 79 milliseconds

12