Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/hp300/
Dconfig.c143 #define RTC_STAT_MASK 0xf0 macro
164 } while ((s & RTC_STAT_MASK) != RTC_STAT_RDY); in hp300_rtc_read()
192 } while ((s & RTC_STAT_MASK) != RTC_STAT_RDY); in hp300_rtc_write()