OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pslot
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/bebox/stand/boot/
pci.c
101
struct PCI_ConfigInfo *
pslot
;
local in function:scanPCI
105
pslot
= &PCI_slots[slt];
107
pslot
->regs[r] = bswap32(
pslot
->config_addr[r]);
114
struct PCI_ConfigInfo *
pslot
;
local in function:findPCIVga
120
pslot
= &PCI_slots[slt];
121
if (
pslot
->regs[DEVID] != 0xffffffff) { /* card in slot ? */
122
if (PCI_CLASS(
pslot
->regs[CLASS]) ==
125
if ((
pslot
->regs[CMD] & 0x03)) { /* did firmware enable it ? */
159
struct PCI_ConfigInfo *
pslot
;
local in function:PCIVendor
170
struct PCI_ConfigInfo *
pslot
;
local in function:PCIAddress
[
all
...]
/src/sys/arch/prep/stand/boot/
pci.c
122
struct PCI_cinfo *
pslot
;
local in function:PCIAddress
127
pslot
= &PCI_slots[slotnum];
129
if (
pslot
->regs[DEVID] == 0xffffffff ||
130
PCI_MAPREG_TYPE(
pslot
->regs[BAR_BASE + bar]) != type)
133
return PCI_MAPREG_MEM_ADDR(
pslot
->regs[BAR_BASE + bar]);
159
struct PCI_cinfo *
pslot
;
local in function:scan_PCI
163
pslot
= &PCI_slots[slot];
165
pslot
->regs[r] = bswap32(
pslot
->config_addr[r]);
166
if (
pslot
->regs[DEVID] != 0xffffffff)
187
struct PCI_cinfo *
pslot
= &PCI_slots[slotnum];
local in function:PCI_vendor
[
all
...]
/src/sys/dev/
smbios_platform.c
76
struct smbios_slot *
pslot
;
local in function:platform_init
149
pslot
= smbios.tblhdr;
150
switch (
pslot
->type) {
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025