Searched refs:syscon_ioh (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/arm/ep93xx/ |
H A D | epohci.c | 91 bus_space_handle_t syscon_ioh; in epohci_attach() local 110 EP93XX_APB_SYSCON_SIZE, 0, &syscon_ioh); in epohci_attach() 111 i = bus_space_read_4(sc->sc.iot, syscon_ioh, EP93XX_SYSCON_PwrCnt); in epohci_attach() 113 bus_space_write_4(sc->sc.iot, syscon_ioh, EP93XX_SYSCON_PwrCnt, i); in epohci_attach() 123 i = bus_space_read_4(sc->sc.iot, syscon_ioh, in epohci_attach() 126 bus_space_unmap(sc->sc.iot, syscon_ioh, EP93XX_APB_SYSCON_SIZE); in epohci_attach()
|
H A D | epcom.c | 1205 bus_space_handle_t syscon_ioh; in epcominit() local 1220 EP93XX_APB_SYSCON_SIZE, 0, &syscon_ioh); in epcominit() 1221 pwrcnt = bus_space_read_4(iot, syscon_ioh, EP93XX_SYSCON_PwrCnt); in epcominit() 1223 bus_space_write_4(iot, syscon_ioh, EP93XX_SYSCON_PwrCnt, pwrcnt); in epcominit() 1224 bus_space_unmap(iot, syscon_ioh, EP93XX_APB_SYSCON_SIZE); in epcominit()
|