Home
last modified time | relevance | path

Searched refs:RTC_SOC_RES (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm/mv/armada38x/
H A Darmada38x_rtc.c93 #define RTC_SOC_RES 1 macro
339 val = bus_read_4(sc->res[RTC_SOC_RES], A38X_RTC_BRIDGE_TIMING_CTRL); in mv_rtc_configure_bus_a38x()
343 bus_write_4(sc->res[RTC_SOC_RES], A38X_RTC_BRIDGE_TIMING_CTRL, val); in mv_rtc_configure_bus_a38x()
351 val = bus_read_4(sc->res[RTC_SOC_RES], A8K_RTC_BRIDGE_TIMING_CTRL0); in mv_rtc_configure_bus_a8k()
355 bus_write_4(sc->res[RTC_SOC_RES], A8K_RTC_BRIDGE_TIMING_CTRL1, val); in mv_rtc_configure_bus_a8k()
357 val = bus_read_4(sc->res[RTC_SOC_RES], A8K_RTC_BRIDGE_TIMING_CTRL0); in mv_rtc_configure_bus_a8k()
360 bus_write_4(sc->res[RTC_SOC_RES], A8K_RTC_BRIDGE_TIMING_CTRL1, val); in mv_rtc_configure_bus_a8k()