Home
last modified time | relevance | path

Searched refs:PIC32_RTCSEC (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/rtc/
Drtc-pic32.c49 #define PIC32_RTCSEC 0x21 macro
154 rtc_tm->tm_sec = readb(base + PIC32_RTCSEC); in pic32_rtc_gettime()
197 writeb(bin2bcd(tm->tm_sec), base + PIC32_RTCSEC); in pic32_rtc_settime()