Searched refs:RS5C348_REG_MINS (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/rtc/
H A Drtc-rs5c348.c26 #define RS5C348_REG_MINS 1 macro
86 txp[RS5C348_REG_MINS] = bin2bcd(tm->tm_min);
138 tm->tm_min = bcd2bin(rxbuf[RS5C348_REG_MINS] & RS5C348_MINS_MASK);

Completed in 139 milliseconds