OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEVID
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/bebox/stand/boot/
pci.c
71
#define
DEVID
(PCI_ID_REG >> 2)
121
if (pslot->regs[
DEVID
] != 0xffffffff) { /* card in slot ? */
163
return pslot->regs[
DEVID
] & 0xffff;
177
if (pslot->regs[
DEVID
] == 0xffffffff ||
/src/sys/arch/prep/stand/boot/
pci.c
59
#define
DEVID
(PCI_ID_REG >> 2)
129
if (pslot->regs[
DEVID
] == 0xffffffff ||
166
if (pslot->regs[
DEVID
] != 0xffffffff) {
189
return (pslot->regs[
DEVID
] & 0xffff);
/src/sys/external/bsd/drm2/include/linux/
pci.h
127
#define PCI_BUS_NUM(
DEVID
) ((int)__SHIFTOUT((
DEVID
), __BITS(15,8)))
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025