Searched refs:RTC_FLG_READ (Results 1 – 1 of 1) sorted by relevance
144 #define RTC_FLG_READ BIT(7) macro146 #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()