PCIR_BIOS
*rid = PCIR_BIOS;
PCIR_BIOS) {
} else if (where >= PCIR_BIOS && where + size <=
val = pci_read_config(dev, PCIR_BIOS, 4);
pci_write_config(dev, PCIR_BIOS, val, 4);
mpt->pci_cfg.ROM_BAR = pci_read_config(mpt->dev, PCIR_BIOS, 4);
MPT_CHECK(ROM_BAR, PCIR_BIOS, 4);
pci_write_config(mpt->dev, PCIR_BIOS, mpt->pci_cfg.ROM_BAR, 4);
return (PCIR_BIOS);
(((cfg)->hdrtype == PCIM_HDRTYPE_NORMAL && reg == PCIR_BIOS) || \
rid = PCIR_BIOS;
rid = PCIR_BIOS;
if (rid == PCIR_BIOS)
return (coff >= PCIR_BIOS && coff < PCIR_BIOS + 4);