Home
last modified time | relevance | path

Searched refs:ROM_BAR (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mpt/
H A Dmpt_pci.c739 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);
H A Dmpt.h453 uint32_t ROM_BAR; member