Home
last modified time | relevance | path

Searched refs:PCIR_BIOS (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/bus/pci/
H A Dvga_pci.c155 rid = PCIR_BIOS; in vga_pci_map_bios()
186 vr = lookup_res(device_get_softc(dev), PCIR_BIOS); in vga_pci_unmap_bios()
190 vga_pci_release_resource(dev, NULL, SYS_RES_MEMORY, PCIR_BIOS, in vga_pci_unmap_bios()
285 if (rid == PCIR_BIOS) in lookup_res()
H A Dpcireg.h198 #define PCIR_BIOS 0x30 macro
H A Dpci.c4248 pci_write_config(dev, PCIR_BIOS, dinfo->cfg.bios, 4); in pci_cfg_restore()
4284 dinfo->cfg.bios = pci_read_config(dev, PCIR_BIOS, 4); in pci_cfg_save()
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_pci.c431 val = pci_read_config(dev, PCIR_BIOS, 4); in mpt_pci_attach()
433 pci_write_config(dev, PCIR_BIOS, val, 4); in mpt_pci_attach()
792 mpt->pci_cfg.ROM_BAR = pci_read_config(mpt->dev, PCIR_BIOS, 4);
819 MPT_CHECK(ROM_BAR, PCIR_BIOS, 4);
833 pci_write_config(mpt->dev, PCIR_BIOS, mpt->pci_cfg.ROM_BAR, 4);
/dragonfly/sys/dev/netif/rl/
H A Dif_rl.c1639 sc->saved_biosaddr = pci_read_config(dev, PCIR_BIOS, 4); in rl_suspend()
1667 pci_write_config(dev, PCIR_BIOS, sc->saved_biosaddr, 4); in rl_resume()
/dragonfly/sys/dev/netif/fxp/
H A Dif_fxp.c808 sc->saved_biosaddr = pci_read_config(dev, PCIR_BIOS, 4); in fxp_suspend()
838 pci_write_config(dev, PCIR_BIOS, sc->saved_biosaddr, 4); in fxp_resume()
/dragonfly/sys/dev/netif/re/
H A Dif_re.c2051 sc->saved_biosaddr = pci_read_config(dev, PCIR_BIOS, 4); in re_suspend()
2084 pci_write_config(dev, PCIR_BIOS, sc->saved_biosaddr, 4); in re_resume()
/dragonfly/sys/dev/netif/dc/
H A Dif_dc.c3566 sc->saved_biosaddr = pci_read_config(dev, PCIR_BIOS, 4); in dc_suspend()
3595 pci_write_config(dev, PCIR_BIOS, sc->saved_biosaddr, 4); in dc_resume()
/dragonfly/sys/dev/crypto/hifn/
H A Dhifn7751.c713 sc->saved_biosaddr = pci_read_config(dev, PCIR_BIOS, 4); in hifn_suspend()
738 pci_write_config(dev, PCIR_BIOS, sc->saved_biosaddr, 4); in hifn_resume()