Searched refs:PCI_slots (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dpci.c62 } PCI_slots [NSLOTS] = { variable in typeref:struct:PCI_ConfigInfo
93 ppci = (u_char *)&PCI_slots[slot].config_addr[CMD];
105 pslot = &PCI_slots[slt];
120 pslot = &PCI_slots[slt];
149 for (i = 0; i < sizeof(PCI_slots) / sizeof(struct PCI_ConfigInfo); i++)
150 if (tag == PCI_slots[i].config_addr)
161 pslot = &PCI_slots[slotnum];
175 pslot = &PCI_slots[slotnum];
/netbsd-6-1-5-RELEASE/sys/arch/prep/stand/boot/
H A Dio.c54 } PCI_slots[PCI_NSLOTS] = { variable in typeref:struct:PCI_cinfo
98 ppci = (u_int8_t *)PCI_slots[slot].config_addr;
121 pslot = &PCI_slots[slot];
146 struct PCI_cinfo *pslot = &PCI_slots[slotnum];

Completed in 102 milliseconds