Home
last modified time | relevance | path

Searched defs:RTC_CMD_READ (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/rtc/
H A Drtc-ds1302.c18 #define RTC_CMD_READ 0x81 /* Read command */ macro
/openbmc/linux/arch/m68k/mac/
H A Dmisc.c146 #define RTC_CMD_READ(r) (RTC_FLG_READ | (r << 2)) macro