/src/sys/arch/powerpc/oea/ |
ofw_autoconf.c | 363 int pci_class = 0; local in function:ofw_device_register 375 OF_getprop(node, "class-code", &pci_class, 376 sizeof pci_class); 377 pci_class = (pci_class >> 16) & 0xff; 381 pci_class == PCI_CLASS_DISPLAY) { 386 if (pci_class == PCI_CLASS_NETWORK) {
|
ofw_autoconf.c | 363 int pci_class = 0; local in function:ofw_device_register 375 OF_getprop(node, "class-code", &pci_class, 376 sizeof pci_class); 377 pci_class = (pci_class >> 16) & 0xff; 381 pci_class == PCI_CLASS_DISPLAY) { 386 if (pci_class == PCI_CLASS_NETWORK) {
|
/src/sys/dev/ic/ |
universereg.h | 46 u_int32_t pci_id, pci_csr, pci_class, pci_misc0, pci_bs0, pci_bs1; member in struct:universereg
|
universereg.h | 46 u_int32_t pci_id, pci_csr, pci_class, pci_misc0, pci_bs0, pci_bs1; member in struct:universereg
|
/src/sys/arch/hppa/dev/ |
elroyreg.h | 26 uint32_t pci_class; /* 0x008 ro PCI_CLASS_REG */ member in struct:elroy_regs
|
elroyreg.h | 26 uint32_t pci_class; /* 0x008 ro PCI_CLASS_REG */ member in struct:elroy_regs
|
/src/sys/dev/pci/ |
pci_subr.c | 137 struct pci_class { struct 140 const struct pci_class *subclasses; 147 static const struct pci_class pci_subclass_prehistoric[] = { 159 static const struct pci_class pci_interface_scsi[] = { 170 static const struct pci_class pci_interface_ata[] = { 177 static const struct pci_class pci_interface_sata[] = { 185 static const struct pci_class pci_interface_nvm[] = { 194 static const struct pci_class pci_interface_ufs[] = { 201 static const struct pci_class pci_subclass_mass_storage[] = { 225 static const struct pci_class pci_subclass_network[] = [all...] |
pci_subr.c | 137 struct pci_class { struct 140 const struct pci_class *subclasses; 147 static const struct pci_class pci_subclass_prehistoric[] = { 159 static const struct pci_class pci_interface_scsi[] = { 170 static const struct pci_class pci_interface_ata[] = { 177 static const struct pci_class pci_interface_sata[] = { 185 static const struct pci_class pci_interface_nvm[] = { 194 static const struct pci_class pci_interface_ufs[] = { 201 static const struct pci_class pci_subclass_mass_storage[] = { 225 static const struct pci_class pci_subclass_network[] = [all...] |