Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/rtc/
H A Dds1685.h129 #define RTC_HRS_AMPM_MASK BIT(7) /* Mask for the AM/PM bit */ macro
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-ds1685.c1193 am_pm = hours & RTC_HRS_AMPM_MASK; in ds1685_rtc_probe()
1212 am_pm = hours & RTC_HRS_AMPM_MASK; in ds1685_rtc_probe()