Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_pci.c390 val = pci_read_config(dev, PCIR_BIOS, 4); in mpt_pci_attach()
392 pci_write_config(dev, PCIR_BIOS, val, 4); in mpt_pci_attach()
739 mpt->pci_cfg.ROM_BAR = pci_read_config(mpt->dev, PCIR_BIOS, 4);
766 MPT_CHECK(ROM_BAR, PCIR_BIOS, 4);
780 pci_write_config(mpt->dev, PCIR_BIOS, mpt->pci_cfg.ROM_BAR, 4);
/freebsd/sys/dev/pci/
H A Dvga_pci.c210 rid = PCIR_BIOS; in vga_pci_map_bios()
297 rid = PCIR_BIOS; in vga_pci_unmap_bios()
443 if (rid == PCIR_BIOS) in lookup_res()
H A Dpcireg.h248 #define PCIR_BIOS 0x30 macro
H A Dpci.c88 (((cfg)->hdrtype == PCIM_HDRTYPE_NORMAL && reg == PCIR_BIOS) || \
3882 return (PCIR_BIOS); in pci_ea_bei_to_rid()
/freebsd/sys/dev/cardbus/
H A Dcardbus_cis.c470 *rid = PCIR_BIOS; in cardbus_read_tuple_init()
/freebsd/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c1302 PCIR_BIOS) { in _hv_pcifront_read_config()
1305 } else if (where >= PCIR_BIOS && where + size <= in _hv_pcifront_read_config()
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c197 return (coff >= PCIR_BIOS && coff < PCIR_BIOS + 4); in is_pcir_bios()