HomeSort by: relevance | last modified time | path
    Searched defs:syscon_ioh (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/ep93xx/
epohci.c 91 bus_space_handle_t syscon_ioh; local in function:epohci_attach
110 EP93XX_APB_SYSCON_SIZE, 0, &syscon_ioh);
111 i = bus_space_read_4(sc->sc.iot, syscon_ioh, EP93XX_SYSCON_PwrCnt);
113 bus_space_write_4(sc->sc.iot, syscon_ioh, EP93XX_SYSCON_PwrCnt, i);
123 i = bus_space_read_4(sc->sc.iot, syscon_ioh,
126 bus_space_unmap(sc->sc.iot, syscon_ioh, EP93XX_APB_SYSCON_SIZE);
epcom.c 1205 bus_space_handle_t syscon_ioh; local in function:epcominit
1220 EP93XX_APB_SYSCON_SIZE, 0, &syscon_ioh);
1221 pwrcnt = bus_space_read_4(iot, syscon_ioh, EP93XX_SYSCON_PwrCnt);
1223 bus_space_write_4(iot, syscon_ioh, EP93XX_SYSCON_PwrCnt, pwrcnt);
1224 bus_space_unmap(iot, syscon_ioh, EP93XX_APB_SYSCON_SIZE);

Completed in 31 milliseconds