Searched refs:PCIR_SUBCLASS (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/dev/agp/ |
| HD | agp_amd64.c | 122 pci_cfgregread(0, 11, 0, PCIR_SUBCLASS, 1) != PCIS_BRIDGE_PCI || in agp_amd64_nvidia_match() 135 pci_cfgregread(0, 1, 0, PCIR_SUBCLASS, 1) != PCIS_BRIDGE_PCI || in agp_amd64_via_match()
|
| /dragonfly/sys/bus/pci/x86_64/ |
| HD | pci_bus.c | 383 PCIR_SUBCLASS, 1); in legacy_pcib_identify()
|
| /dragonfly/sys/bus/pci/ |
| HD | pcireg.h | 102 #define PCIR_SUBCLASS 0x0a macro
|
| HD | pci.c | 560 cfg->subclass = REG(PCIR_SUBCLASS, 1); in pci_read_device() 4308 dinfo->cfg.subclass = pci_read_config(dev, PCIR_SUBCLASS, 1); in pci_cfg_save()
|