OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCI_CLASS
(Results
1 - 25
of
119
) sorted by relevancy
1
2
3
4
5
/src/sys/dev/pci/
vga_pcivar.h
31
(((
PCI_CLASS
(class) == PCI_CLASS_DISPLAY && \
33
(
PCI_CLASS
(class) == PCI_CLASS_PREHISTORIC && \
pciide.c
97
if (
PCI_CLASS
(pa->pa_class) == PCI_CLASS_MASS_STORAGE &&
joy_pci.c
60
if (
PCI_CLASS
(pa->pa_class) == PCI_CLASS_INPUT &&
chipsfb.c
74
if (
PCI_CLASS
(pa->pa_class) != PCI_CLASS_DISPLAY ||
iop_pci.c
80
if (
PCI_CLASS
(pa->pa_class) == PCI_CLASS_I2O &&
puccn.c
127
if (
PCI_CLASS
(reg) == PCI_CLASS_COMMUNICATIONS
/src/sys/arch/evbmips/malta/pci/
pchb.c
64
if (
PCI_CLASS
(pa->pa_class) == PCI_CLASS_BRIDGE &&
/src/sys/arch/i386/pci/
pcmb.c
69
if (
PCI_CLASS
(pa->pa_class) == PCI_CLASS_BRIDGE
pceb.c
74
if (
PCI_CLASS
(pa->pa_class) == PCI_CLASS_BRIDGE &&
gcscpcib_pci.c
71
if (
PCI_CLASS
(pa->pa_class) != PCI_CLASS_BRIDGE ||
gcscehci.c
80
if (
PCI_CLASS
(pa->pa_class) == PCI_CLASS_SERIALBUS &&
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_acpi.c
156
(((
PCI_CLASS
(class) == PCI_CLASS_DISPLAY && \
158
(
PCI_CLASS
(class) == PCI_CLASS_PREHISTORIC && \
/src/sys/arch/evbmips/loongson/dev/
gcscpcib_pci.c
71
if (
PCI_CLASS
(pa->pa_class) != PCI_CLASS_BRIDGE ||
pcib.c
93
if (
PCI_CLASS
(pa->pa_class) == PCI_CLASS_BRIDGE &&
/src/sys/arch/sandpoint/stand/altboot/
pci.c
221
if (
PCI_CLASS
(val) == PCI_CLASS_IDE && (PCI_INTERFACE(val) & 0x05) == 0)
340
return
PCI_CLASS
(class) == (unsigned)data;
356
if (
PCI_CLASS
(class) == PCI_CLASS_PPB) {
globals.h
105
#define
PCI_CLASS
(v) (((v) >> 16) & 0xffff)
/src/sys/arch/sandpoint/pci/
pci_machdep.c
112
if (
PCI_CLASS
(dev11) == PCI_CLASS_BRIDGE) {
123
if (
PCI_CLASS
(dev22) == PCI_CLASS_BRIDGE) {
130
if (
PCI_CLASS
(dev11) == PCI_CLASS_NETWORK) {
/src/sys/arch/bebox/stand/boot/
pci.c
122
if (
PCI_CLASS
(pslot->regs[CLASS]) ==
/src/sys/arch/prep/pci/
pceb.c
75
if (
PCI_CLASS
(pa->pa_class) == PCI_CLASS_BRIDGE &&
/src/sys/arch/x86/pci/
pci_bus_fixup.c
113
if (
PCI_CLASS
(reg) == PCI_CLASS_BRIDGE &&
pcib.c
176
if (
PCI_CLASS
(pa->pa_class) == PCI_CLASS_BRIDGE &&
/src/sys/arch/evbarm/iq80310/
iq80310_pci.c
183
if (
PCI_CLASS
(reg) != PCI_CLASS_BRIDGE ||
/src/sys/arch/evbarm/ixm1200/
nappi_nppb.c
95
if (
PCI_CLASS
(class) == PCI_CLASS_BRIDGE &&
/src/sys/arch/netwinder/pci/
pci_machdep.c
92
regval = PCI_CLASS_CODE(
PCI_CLASS
(regval), PCI_SUBCLASS(regval), 0x8A);
/src/sys/dev/cardbus/
fwohci_cardbus.c
76
if (
PCI_CLASS
(ca->ca_class) == PCI_CLASS_SERIALBUS &&
Completed in 92 milliseconds
1
2
3
4
5
Indexes created Mon Oct 13 08:09:50 GMT 2025