/openbsd/sys/arch/loongson/dev/ |
H A D | glx.c | 318 case PCI_BHLC_REG: in glx_fn0_read() 383 case PCI_BHLC_REG: in glx_fn0_write() 446 case PCI_BHLC_REG: in glx_fn2_read() 502 case PCI_BHLC_REG: in glx_fn2_write() 569 case PCI_BHLC_REG: in glx_fn3_read() 613 case PCI_BHLC_REG: in glx_fn3_write() 673 case PCI_BHLC_REG: in glx_fn4_read() 726 case PCI_BHLC_REG: in glx_fn4_write() 794 case PCI_BHLC_REG: in glx_fn5_read() 852 case PCI_BHLC_REG: in glx_fn5_write()
|
/openbsd/sys/dev/pci/ |
H A D | adv_pci.c | 130 bhlcr = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG); in adv_pci_attach() 136 PCI_BHLC_REG, bhlcr); in adv_pci_attach() 142 PCI_BHLC_REG, bhlcr); in adv_pci_attach()
|
H A D | qla_pci.c | 143 pcictl = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG); in qla_pci_attach() 148 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG, pcictl); in qla_pci_attach()
|
H A D | pci.c | 253 bhlc = pci_conf_read(sc->sc_pc, pd->pd_tag, PCI_BHLC_REG); in pci_suspend() 264 PCI_BHLC_REG); in pci_suspend() 301 bhlc = pci_conf_read(sc->sc_pc, pd->pd_tag, PCI_BHLC_REG); in pci_powerdown() 331 bhlc = pci_conf_read(sc->sc_pc, pd->pd_tag, PCI_BHLC_REG); in pci_resume() 348 pci_conf_write(sc->sc_pc, pd->pd_tag, PCI_BHLC_REG, in pci_resume() 426 bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG); in pci_probe_device() 615 reg = pci_conf_read(pc, tag, PCI_BHLC_REG); in pci_get_capability() 851 bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG); in pci_enumerate_bus() 904 bhlc = pci_conf_read(pc, tag, PCI_BHLC_REG); in pci_reserve_resources() 1390 bhlc = pci_conf_read(pc, tag, PCI_BHLC_REG); in pciioctl()
|
H A D | if_athn_pci.c | 147 reg = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG); in athn_pci_attach() 154 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG, reg); in athn_pci_attach()
|
H A D | qlw_pci.c | 153 pcictl = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG); in qlw_pci_attach() 158 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG, pcictl); in qlw_pci_attach()
|
H A D | if_atw_pci.c | 194 PCI_BHLC_REG)); in atw_pci_attach()
|
H A D | if_fxp_pci.c | 228 PCI_BHLC_REG))) { in fxp_pci_attach()
|
H A D | ppb.c | 425 sc->sc_bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG); in ppbactivate() 455 pci_conf_write(pc, tag, PCI_BHLC_REG, sc->sc_bhlcr); in ppbactivate() 607 bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG); in ppb_alloc_resources()
|
/openbsd/sys/dev/cardbus/ |
H A D | if_ath_cardbus.c | 288 reg = pci_conf_read(pc, csc->sc_tag, PCI_BHLC_REG); in ath_cardbus_setup() 292 pci_conf_write(pc, csc->sc_tag, PCI_BHLC_REG, reg); in ath_cardbus_setup()
|
H A D | cardbus.c | 419 bhlc = pci_conf_read(pc, tag, PCI_BHLC_REG); in cardbus_attach_card() 457 bhlc = pci_conf_read(pc, tag, PCI_BHLC_REG); in cardbus_attach_card() 467 pci_conf_write(pc, tag, PCI_BHLC_REG, bhlc); in cardbus_attach_card() 468 bhlc = pci_conf_read(pc, tag, PCI_BHLC_REG); in cardbus_attach_card() 475 pci_conf_write(pc, tag, PCI_BHLC_REG, in cardbus_attach_card()
|
H A D | if_re_cardbus.c | 213 reg = pci_conf_read(pc, csc->sc_tag, PCI_BHLC_REG); in re_cardbus_setup() 217 pci_conf_write(pc, csc->sc_tag, PCI_BHLC_REG, reg); in re_cardbus_setup()
|
H A D | if_rl_cardbus.c | 286 reg = pci_conf_read(pc, csc->sc_tag, PCI_BHLC_REG); in rl_cardbus_setup() 290 pci_conf_write(pc, csc->sc_tag, PCI_BHLC_REG, reg); in rl_cardbus_setup()
|
H A D | if_xl_cardbus.c | 236 bhlc = pci_conf_read(ca->ca_pc, ca->ca_tag, PCI_BHLC_REG); in xl_cardbus_attach() 243 pci_conf_write(ca->ca_pc, ca->ca_tag, PCI_BHLC_REG, bhlc); in xl_cardbus_attach()
|
H A D | if_athn_cardbus.c | 259 reg = pci_conf_read(pc, csc->sc_tag, PCI_BHLC_REG); in athn_cardbus_setup() 262 pci_conf_write(pc, csc->sc_tag, PCI_BHLC_REG, reg); in athn_cardbus_setup()
|
H A D | if_atw_cardbus.c | 336 reg = pci_conf_read(pc, csc->sc_tag, PCI_BHLC_REG); in atw_cardbus_setup() 340 pci_conf_write(pc, csc->sc_tag, PCI_BHLC_REG, reg); in atw_cardbus_setup()
|
H A D | if_dc_cardbus.c | 210 reg = pci_conf_read(pc, ca->ca_tag, PCI_BHLC_REG); in dc_cardbus_attach() 214 pci_conf_write(pc, ca->ca_tag, PCI_BHLC_REG, reg); in dc_cardbus_attach()
|
H A D | if_rtw_cardbus.c | 423 reg = pci_conf_read(pc, csc->sc_tag, PCI_BHLC_REG); in rtw_cardbus_setup() 427 pci_conf_write(pc, csc->sc_tag, PCI_BHLC_REG, reg); in rtw_cardbus_setup()
|
H A D | com_cardbus.c | 313 reg = pci_conf_read(pc, csc->cc_tag, PCI_BHLC_REG); in com_cardbus_setup() 317 pci_conf_write(pc, csc->cc_tag, PCI_BHLC_REG, reg); in com_cardbus_setup()
|
H A D | puc_cardbus.c | 58 bhlc = pci_conf_read(pc, ca->ca_tag, PCI_BHLC_REG); in puc_cardbus_match()
|
/openbsd/sys/arch/i386/pci/ |
H A D | pci_bus_fixup.c | 77 reg = pci_conf_read(pc, tag, PCI_BHLC_REG); in pci_bus_check() 184 reg = pci_conf_read(pc, tag, PCI_BHLC_REG); in pci_bus_assign()
|
/openbsd/sys/arch/macppc/pci/ |
H A D | pci_machdep.c | 291 bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG); in ofw_enumerate_pcibus() 319 bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG); in ofw_enumerate_pcibus()
|
/openbsd/sys/arch/i386/i386/ |
H A D | mpbios_intr_fixup.c | 206 bhlcr = pci_conf_read(pc, icutag, PCI_BHLC_REG); in mpbios_intr_fixup()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | mpbios_intr_fixup.c | 206 bhlcr = pci_conf_read(pc, icutag, PCI_BHLC_REG); in mpbios_intr_fixup()
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | pci_machdep.c | 320 bhlc = pci_conf_read(pc, tag, PCI_BHLC_REG); in sparc64_pci_enumerate_bus() 335 pci_conf_write(pc, tag, PCI_BHLC_REG, bhlc); in sparc64_pci_enumerate_bus()
|