Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/mac/
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()