Lines Matching refs:romh
137 bus_space_handle_t romh; in sti_sgc_attach() local
159 if (bus_space_map(bst, base, PAGE_SIZE, 0, &romh)) { in sti_sgc_attach()
166 romend = sti_rom_size(bst, romh); in sti_sgc_attach()
168 bus_space_unmap(bst, romh, PAGE_SIZE); in sti_sgc_attach()
170 if (bus_space_map(bst, base, romend, 0, &romh)) { in sti_sgc_attach()
175 ssc->bases[0] = romh; in sti_sgc_attach()
179 if (sti_attach_common(ssc, bst, bst, romh, in sti_sgc_attach()
410 bus_space_handle_t romh; in sti_sgc_cnprobe() local
413 if (bus_space_map(bst, addr, PAGE_SIZE, 0, &romh)) in sti_sgc_cnprobe()
416 va = bus_space_vaddr(bst, romh); in sti_sgc_cnprobe()
420 devtype = bus_space_read_1(bst, romh, 3); in sti_sgc_cnprobe()
425 bus_space_unmap(bst, romh, PAGE_SIZE); in sti_sgc_cnprobe()