Searched refs:M48T86_SEC (Results 1 – 1 of 1) sorted by relevance
22 #define M48T86_SEC 0x00 macro77 tm->tm_sec = m48t86_readb(dev, M48T86_SEC); in m48t86_rtc_read_time()87 tm->tm_sec = bcd2bin(m48t86_readb(dev, M48T86_SEC)); in m48t86_rtc_read_time()118 m48t86_writeb(dev, tm->tm_sec, M48T86_SEC); in m48t86_rtc_set_time()127 m48t86_writeb(dev, bin2bcd(tm->tm_sec), M48T86_SEC); in m48t86_rtc_set_time()