Searched refs:CVMX_RTC_READ (Results 1 – 2 of 2) sorted by relevance
68 CVMX_RTC_READ = 0x1, /**< Device supports read 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()
94 if ((supported & CVMX_RTC_READ) == 0) in octeon_rtc_attach()