Searched refs:ISL12022_REG_DW (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/rtc/
H A Drtc-isl12022.c31 #define ISL12022_REG_DW 0x06 macro
162 buf[ISL12022_REG_DW],
170 tm->tm_wday = buf[ISL12022_REG_DW] & 0x07;
183 uint8_t buf[ISL12022_REG_DW + 1];
206 buf[ISL12022_REG_DW] = tm->tm_wday & 0x07;

Completed in 202 milliseconds