Home
last modified time | relevance | path

Searched refs:PIC32_RTCMON (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-pic32.c43 #define PIC32_RTCMON 0x32 macro
143 rtc_tm->tm_mon = readb(base + PIC32_RTCMON); in pic32_rtc_gettime()
183 writeb(bin2bcd(tm->tm_mon + 1), base + PIC32_RTCMON); in pic32_rtc_settime() local
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-pic32.c43 #define PIC32_RTCMON 0x32 macro
143 rtc_tm->tm_mon = readb(base + PIC32_RTCMON); in pic32_rtc_gettime()
183 writeb(bin2bcd(tm->tm_mon + 1), base + PIC32_RTCMON); in pic32_rtc_settime() local

Completed in 3 milliseconds