Searched refs:M48T86_SEC (Results 1 – 1 of 1) sorted by relevance
20 #define M48T86_SEC 0x00 macro75 tm->tm_sec = m48t86_readb(dev, M48T86_SEC); in m48t86_rtc_read_time()85 tm->tm_sec = bcd2bin(m48t86_readb(dev, M48T86_SEC)); in m48t86_rtc_read_time()116 m48t86_writeb(dev, tm->tm_sec, M48T86_SEC); in m48t86_rtc_set_time()125 m48t86_writeb(dev, bin2bcd(tm->tm_sec), M48T86_SEC); in m48t86_rtc_set_time()