Searched refs:PCI_CLASS_REG (Results 1 - 25 of 62) sorted by relevance

123

/netbsd-current/sys/arch/evbarm/stand/board/
H A Dbecc_mem.c76 reg = BECC_PCICORE_READ(PCI_CLASS_REG);
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Dpci.c197 val = cfgread(bus, dev, func, PCI_CLASS_REG);
220 val = cfgread(bus, dev, func, PCI_CLASS_REG);
227 if ((cfgread(bus, dev, func, PCI_CLASS_REG) >> 16) == PCI_CLASS_PPB) {
339 class = cfgread(bus, dev, func, PCI_CLASS_REG);
355 class = cfgread(bus, device, 0, PCI_CLASS_REG);
H A Dglobals.h104 #define PCI_CLASS_REG 0x08 macro
H A Dpciide.c99 val = pcicfgread(tag, PCI_CLASS_REG);
/netbsd-current/sys/arch/netwinder/pci/
H A Dpci_machdep.c91 regval = pci_conf_read(pba->pba_pc, tag, PCI_CLASS_REG);
93 pci_conf_write(pba->pba_pc, tag, PCI_CLASS_REG, regval);
/netbsd-current/sys/arch/powerpc/ibm4xx/pci/
H A Dpci_machdep.c202 csr = ibm4xx_pci_conf_read(v, tag, PCI_CLASS_REG);
205 ibm4xx_pci_conf_write(v, tag, PCI_CLASS_REG, csr);
H A Dpchb.c99 class = pci_conf_read(pc, tag, PCI_CLASS_REG);
137 class = pci_conf_read(pc, tag, PCI_CLASS_REG);
/netbsd-current/sys/arch/alpha/pci/
H A Dirongate.c87 reg = irongate_conf_read0(icp, tag, PCI_CLASS_REG);
179 irongate_conf_read0(icp, tag, PCI_CLASS_REG);
/netbsd-current/sys/arch/sandpoint/pci/
H A Dpci_machdep.c111 dev11 = pci_conf_read(pba->pba_pc, tag, PCI_CLASS_REG);
122 dev22 = pci_conf_read(pba->pba_pc, tag, PCI_CLASS_REG);
129 dev11 = pci_conf_read(pba->pba_pc, tag, PCI_CLASS_REG);
/netbsd-current/sys/arch/x86/pci/
H A Dpci_bus_fixup.c112 reg = pci_conf_read(pc, tag, PCI_CLASS_REG);
H A Dpci_addr_fixup.c358 class = pci_conf_read(pc, tag, PCI_CLASS_REG);
/netbsd-current/sys/dev/pci/
H A Dcom_puc.c100 iface = PCI_INTERFACE(pci_conf_read(aa->pc, aa->tag, PCI_CLASS_REG));
H A Daceride.c170 cr = pci_conf_read(sc->sc_pc, sc->sc_tag, PCI_CLASS_REG);
192 pci_conf_write(sc->sc_pc, sc->sc_tag, PCI_CLASS_REG, cr);
195 PCI_CLASS_REG));
H A Dpuccn.c126 PCI_CLASS_REG);
H A Disp_pci.c536 rev = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_CLASS_REG) & 0xff;
621 data = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_CLASS_REG);
642 data = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_CLASS_REG);
655 data = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_CLASS_REG);
672 data = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_CLASS_REG);
682 data = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_CLASS_REG);
H A Dagp_amd64.c166 reg = pci_conf_read(pa->pa_pc, tag, PCI_CLASS_REG);
186 reg = pci_conf_read(pa->pa_pc, tag, PCI_CLASS_REG);
H A Dif_hme_pci.c238 ebus_cl = pci_conf_read(ebus_pa.pa_pc, ebus_pa.pa_tag, PCI_CLASS_REG);
H A Dif_ex_pci.c232 rev = PCI_REVISION(pci_conf_read(pc, pa->pa_tag, PCI_CLASS_REG));
/netbsd-current/sys/arch/bebox/stand/boot/
H A Dpci.c73 #define CLASS (PCI_CLASS_REG >> 2)
/netbsd-current/sys/arch/prep/pci/
H A Dpci_machdep.c313 PCI_CLASS_REG);
317 PCI_CLASS_REG);
/netbsd-current/sys/arch/evbmips/loongson/dev/
H A Dglx.c376 case PCI_CLASS_REG:
502 case PCI_CLASS_REG:
628 case PCI_CLASS_REG:
730 case PCI_CLASS_REG:
850 case PCI_CLASS_REG:
/netbsd-current/sys/arch/evbarm/iq80310/
H A Diq80310_pci.c182 reg = pci_conf_read(pa->pa_pc, tag, PCI_CLASS_REG);
/netbsd-current/sys/arch/prep/stand/boot/
H A Dpci.c61 #define CLASS (PCI_CLASS_REG >> 2)
/netbsd-current/sys/arch/hpcmips/vr/
H A Dvrpciu.c236 vrpciu_read(sc, VRPCIU_CONF_BASE + PCI_CLASS_REG));
311 PCI_CLASS_REG);
314 pci_conf_write(pc, pci_make_tag(pc, 0, 16, 0), PCI_CLASS_REG,
/netbsd-current/sys/arch/arm/rockchip/
H A Drk3399_pcie.c380 HWRITE4(sc, PCIE_RC_BASE + PCI_CLASS_REG,
386 HWRITE4(sc, PCIE_RC_BASE + PCI_CLASS_REG,

Completed in 365 milliseconds

123