Lines Matching defs:rom
186 struct sti_rom *rom = sc->sc_base.sc_rom;
187 bus_space_tag_t memt = rom->memt;
188 bus_space_handle_t memh = rom->regh[2];
196 struct sti_rom *rom = sc->sc_base.sc_rom;
197 bus_space_tag_t memt = rom->memt;
198 bus_space_handle_t memh = rom->regh[2];
228 struct sti_rom *rom;
254 rom = kmem_zalloc(sizeof(*rom), KM_SLEEP);
255 rom->rom_softc = &sc->sc_base;
256 ret = sti_rom_setup(rom, paa->pa_iot, paa->pa_memt, sc->sc_romh,
259 kmem_free(rom, sizeof(*rom));
263 sc->sc_base.sc_rom = rom;
264 dd = &rom->rom_dd;
719 struct sti_rom *rom = sc->sc_base.sc_rom;
727 pa = bus_space_mmap(rom->memt, sc->sc_scr.fbaddr, offset,
731 pa = bus_space_mmap(rom->memt, rom->regh[0],