Searched refs:PCF2123_SUBADDR (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/rtc/ | ||
H A D | rtc-pcf2123.c | 61 #define PCF2123_SUBADDR (1 << 4) macro 62 #define PCF2123_WRITE ((0 << 7) | PCF2123_SUBADDR) 63 #define PCF2123_READ ((1 << 7) | PCF2123_SUBADDR) |
Completed in 52 milliseconds