Searched refs:lpcio_ioh (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/evbarm/gemini/
H A Dgemini_machdep.c848 bus_space_handle_t lpcio_ioh; local
865 if (bus_space_map(iot, GEMINI_LPCIO_BASE, sz, 0, &lpcio_ioh))
875 lpcsoftc.sc_ioh = lpcio_ioh;
887 bus_space_unmap(iot, lpcio_ioh, sz);

Completed in 54 milliseconds