Searched refs:CVMX_RTC_WRITE (Results 1 – 2 of 2) sorted by relevance
69 CVMX_RTC_WRITE = 0x2, /**< Device supports write access */ enumerator87 supported = CVMX_RTC_READ | CVMX_RTC_WRITE | CVMX_RTC_TIME_EPOCH; in cvmx_rtc_supported()93 supported = CVMX_RTC_READ | CVMX_RTC_WRITE | CVMX_RTC_TIME_CAL; in cvmx_rtc_supported()
108 if ((supported & CVMX_RTC_WRITE) == 0) in octeon_rtc_settime()