Searched refs:M48T86_SEC (Results 1 – 1 of 1) sorted by relevance
19 #define M48T86_SEC 0x00 macro74 tm->tm_sec = m48t86_readb(dev, M48T86_SEC); in m48t86_rtc_read_time()84 tm->tm_sec = bcd2bin(m48t86_readb(dev, M48T86_SEC)); in m48t86_rtc_read_time()115 m48t86_writeb(dev, tm->tm_sec, M48T86_SEC); in m48t86_rtc_set_time()124 m48t86_writeb(dev, bin2bcd(tm->tm_sec), M48T86_SEC); in m48t86_rtc_set_time()