Home
last modified time | relevance | path

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

/linux-6.12.1/arch/m68k/mac/
Dmisc.c146 #define RTC_FLG_READ BIT(7) macro
148 #define RTC_CMD_READ(r) (RTC_FLG_READ | (r << 2))
193 is_read = command & (RTC_FLG_READ << 8); in via_rtc_command()
196 is_read = command & RTC_FLG_READ; in via_rtc_command()