Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/mac/
H A 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()
/kernel/linux/linux-6.6/arch/m68k/mac/
H A Dmisc.c144 #define RTC_FLG_READ BIT(7) macro
146 #define RTC_CMD_READ(r) (RTC_FLG_READ | (r << 2))
191 is_read = command & (RTC_FLG_READ << 8); in via_rtc_command()
194 is_read = command & RTC_FLG_READ; in via_rtc_command()

Completed in 4 milliseconds