Searched refs:PCI_BHLC_REG (Results 26 - 50 of 50) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/x86/pci/
H A Dpci_addr_fixup.c175 val = pci_conf_read(pc, tag, PCI_BHLC_REG);
H A Dpci_ranges.c314 bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG);
622 bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG);
H A Dpci_machdep.c684 bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG);
/netbsd-6-1-5-RELEASE/sys/dev/acpi/
H A Dacpi_pci.c349 val = pci_conf_read(pc, tag, PCI_BHLC_REG);
H A Dacpi_pci_link.c574 value = pci_conf_read(acpi_softc->sc_pc, tag, PCI_BHLC_REG);
617 value = pci_conf_read(acpi_softc->sc_pc, tag, PCI_BHLC_REG);
/netbsd-6-1-5-RELEASE/sys/arch/hp700/dev/
H A Dssio.c143 bhlc = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG);
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpciconf.c255 bhlcr = pci_conf_read(pb->pc, tag, PCI_BHLC_REG);
440 bhlc = pci_conf_read(pb->pc, tag, PCI_BHLC_REG);
1012 misc = pci_conf_read(pd->pc, pd->tag, PCI_BHLC_REG);
1048 pci_conf_write(pd->pc, pd->tag, PCI_BHLC_REG, misc);
H A Dpuc.c108 bhlc = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG);
H A Dpci.c287 bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG);
472 reg = pci_conf_read(pc, tag, PCI_BHLC_REG);
559 bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG);
H A Dsatalink.c405 cls = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG);
409 cls = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG);
412 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG, cls);
H A Dartsata.c264 PCI_BHLC_REG));
H A Dcs4281.c233 temp1 = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG);
237 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG, temp1);
H A Dpci_subr.c563 rval = regs[o2i(PCI_BHLC_REG)];
1428 hdrtype = PCI_HDRTYPE_TYPE(regs[o2i(PCI_BHLC_REG)]);
H A Dpccbb.c655 pcireg_t bhlc = pci_conf_read(pc, sc->sc_tag, PCI_BHLC_REG);
764 bhlc = pci_conf_read(pc, tag, PCI_BHLC_REG);
768 pci_conf_write(pc, tag, PCI_BHLC_REG, bhlc);
771 PCI_LATTIMER(bhlc), pci_conf_read(pc, tag, PCI_BHLC_REG)));
H A Dpcireg.h312 #define PCI_BHLC_REG 0x0c macro
H A Disp_pci.c748 data = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG);
753 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG, data);
H A Dcs4280.c307 mem = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG);
311 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG, mem);
H A Dahd_pci.c556 ahd->pci_cachesize = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG);
H A Dif_tlp_pci.c573 PCI_BHLC_REG));
H A Dubsec.c1896 misc = pci_conf_read(pc, pa->pa_tag, PCI_BHLC_REG);
1899 pci_conf_write(pc, pa->pa_tag, PCI_BHLC_REG, misc);
H A Dif_ti.c1309 cacheline = PCI_CACHELINE(CSR_READ_4(sc, PCI_BHLC_REG));
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/vr/
H A Dvrpciu.c236 vrpciu_read(sc, VRPCIU_CONF_BASE + PCI_BHLC_REG));
/netbsd-6-1-5-RELEASE/sys/arch/i386/pci/
H A Dpci_intr_fixup.c840 bhlcr = pci_conf_read(pc, icutag, PCI_BHLC_REG);
/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Ds3c2800_pci.c596 bus_space_write_4(iot, ioh, PCI_BHLC_REG,
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_main.c847 bhlc = pci_conf_read(sc->pa.pa_pc, sc->pa.pa_tag, PCI_BHLC_REG);

Completed in 155 milliseconds

12