OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PCI_slots
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/bebox/stand/boot/
pci.c
62
}
PCI_slots
[NSLOTS] = {
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];
/src/sys/arch/prep/stand/boot/
pci.c
67
}
PCI_slots
[PCI_NSLOTS] = {
95
ppci = (u_char *)&
PCI_slots
[slot].config_addr[CMD];
112
for (i = 0; i < sizeof(
PCI_slots
) / sizeof(struct PCI_cinfo); i++)
113
if (tag ==
PCI_slots
[i].config_addr)
127
pslot = &
PCI_slots
[slotnum];
141
ppci = (u_int8_t *)
PCI_slots
[slot].config_addr;
163
pslot = &
PCI_slots
[slot];
187
struct PCI_cinfo *pslot = &
PCI_slots
[slotnum];
Completed in 10 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025