Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/mac/
Dmisc.c145 #define RTC_FLG_READ BIT(7) macro
147 #define RTC_CMD_READ(r) (RTC_FLG_READ | (r << 2))
192 is_read = command & (RTC_FLG_READ << 8); in via_rtc_command()
195 is_read = command & RTC_FLG_READ; in via_rtc_command()