| /openbsd/src/sys/arch/loongson/loongson/ |
| D | wscons_machdep.c | 134 class = pci_conf_read_early(tag, PCI_CLASS_REG); in wscnprobe() 185 class = pci_conf_read_early(tag, PCI_CLASS_REG); in wscninit()
|
| /openbsd/src/sys/arch/loongson/dev/ |
| D | glx.c | 312 case PCI_CLASS_REG: in glx_fn0_read() 439 case PCI_CLASS_REG: in glx_fn2_read() 563 case PCI_CLASS_REG: in glx_fn3_read() 666 case PCI_CLASS_REG: in glx_fn4_read() 787 case PCI_CLASS_REG: in glx_fn5_read()
|
| D | bonito.c | 237 reg = PCI_REVISION(REGVAL(BONITO_PCI_REG(PCI_CLASS_REG))); in bonito_attach() 244 PCI_REVISION(REGVAL(BONITO_PCI_REG(PCI_CLASS_REG)))); in bonito_attach()
|
| /openbsd/src/sys/arch/i386/pci/ |
| D | pci_bus_fixup.c | 96 reg = pci_conf_read(pc, tag, PCI_CLASS_REG); in pci_bus_check() 203 reg = pci_conf_read(pc, tag, PCI_CLASS_REG); in pci_bus_assign()
|
| D | ichpcib.c | 230 br_class = pci_conf_read(pa->pa_pc, br_tag, PCI_CLASS_REG); in ichss_present()
|
| D | pci_addr_fixup.c | 394 class = pci_conf_read(pc, tag, PCI_CLASS_REG); in pciaddr_device_is_agp()
|
| D | pci_machdep.c | 251 class = pci_conf_read(pc, tag, PCI_CLASS_REG); in pci_attach_hook()
|
| /openbsd/src/sys/arch/alpha/pci/ |
| D | pci_alphabook1.c | 101 PCI_CLASS_REG); in pci_alphabook1_pickintr()
|
| D | pci_machdep.c | 83 class = pci_conf_read(pc, tag, PCI_CLASS_REG);
|
| D | pci_2100_a50.c | 74 sioclass = pci_conf_read(pc, pci_make_tag(pc, 0, 7, 0), PCI_CLASS_REG);
|
| D | pci_axppci_33.c | 75 PCI_CLASS_REG);
|
| D | irongate.c | 100 reg = irongate_conf_read0(icp, tag, PCI_CLASS_REG); in irongate_init()
|
| /openbsd/src/sys/dev/sbus/ |
| D | qla_sbus.c | 107 class = bus_space_read_4(iot, ioh, PCI_CLASS_REG); in qla_sbus_attach()
|
| /openbsd/src/sys/dev/pci/ |
| D | mmuagp.c | 196 reg = pci_conf_read(pa->pa_pc, tag, PCI_CLASS_REG); in mmuagp_nvidia_match() 216 reg = pci_conf_read(pa->pa_pc, tag, PCI_CLASS_REG); in mmuagp_via_match()
|
| D | if_hme_pci.c | 126 cl = pci_conf_read(epa.pa_pc, epa.pa_tag, PCI_CLASS_REG); in hme_pci_enaddr()
|
| D | pcireg.h | 109 #define PCI_CLASS_REG 0x08 macro
|
| D | ahci_pci.c | 229 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_CLASS_REG, in ahci_ati_sb_idetoahci()
|
| /openbsd/src/usr.sbin/pcidump/ |
| D | pcidump.c | 965 if (pci_read(bus, dev, func, PCI_CLASS_REG, ®) != 0) in dump() 969 printf("\t0x%04x:\tClass: %02x %s,", PCI_CLASS_REG, class, in dump() 1084 pci_read(bus, dev, func, PCI_CLASS_REG, &cr) != 0) in dump_rom()
|
| /openbsd/src/sys/arch/hppa/dev/ |
| D | ssio.c | 159 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_CLASS_REG, in ssio_match()
|
| /openbsd/src/sys/arch/amd64/pci/ |
| D | acpipci.c | 210 class = pci_conf_read(pba.pba_pc, tag, PCI_CLASS_REG); in acpipci_attach_bus()
|
| /openbsd/src/sys/dev/pci/bktr/ |
| D | bktr_os.c | 241 rev = PCI_REVISION(pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_CLASS_REG)); in bktr_attach()
|
| /openbsd/src/sys/dev/fdt/ |
| D | rkpcie.c | 329 HWRITE4(sc, PCIE_RC_BASE + PCI_CLASS_REG, in rkpcie_attach()
|
| /openbsd/src/sys/arch/hppa/stand/libsa/ |
| D | cmd_hppa.c | 839 PCI_CLASS_REG); in pci_bus_walk()
|
| /openbsd/src/sys/dev/cardbus/ |
| D | cardbus.c | 434 class = pci_conf_read(pc, tag, PCI_CLASS_REG); in cardbus_attach_card()
|
| /openbsd/src/sys/dev/ic/ |
| D | tireg.h | 49 #define TI_PCI_CLASSCODE PCI_CLASS_REG
|