Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mpt/
H A Dmpt_pci.c742 mpt->pci_cfg.ROM_BAR = pci_read_config(mpt->dev, PCIR_BIOS, 4);
769 MPT_CHECK(ROM_BAR, PCIR_BIOS, 4);
783 pci_write_config(mpt->dev, PCIR_BIOS, mpt->pci_cfg.ROM_BAR, 4);
H A Dmpt.h454 uint32_t ROM_BAR; member