Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/hp300/
H A Dconfig.c147 #define RTC_STAT_MASK 0xf0 macro
168 } while ((s & RTC_STAT_MASK) != RTC_STAT_RDY); in hp300_rtc_read()
196 } while ((s & RTC_STAT_MASK) != RTC_STAT_RDY); in hp300_rtc_write()
/kernel/linux/linux-6.6/arch/m68k/hp300/
H A Dconfig.c148 #define RTC_STAT_MASK 0xf0 macro
169 } while ((s & RTC_STAT_MASK) != RTC_STAT_RDY); in hp300_rtc_read()
197 } while ((s & RTC_STAT_MASK) != RTC_STAT_RDY); in hp300_rtc_write()

Completed in 1 milliseconds