Home | History | Annotate | Download | only in pci

Lines Matching defs:sc_rom

94 	struct vga_bar sc_rom;
467 sc->sc_rom.vb_type = PCI_MAPREG_TYPE_ROM;
469 sc->sc_rom.vb_type, &sc->sc_rom.vb_base,
470 &sc->sc_rom.vb_size, &sc->sc_rom.vb_flags);
510 (int)sc->sc_rom.vb_size >> 10, (uint32_t)sc->sc_rom.vb_base);
2071 if ((offset >= sc->sc_rom.vb_base) &&
2072 (offset < (sc->sc_rom.vb_base + sc->sc_rom.vb_size))) {