Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/pmic/rockchip/
H A Drk8xx.h78 uint8_t hours_mask; member
H A Drk805.c164 sc->rtc_regs.hours_mask = RK805_RTC_HOURS_MASK; in rk805_attach()
H A Drk808.c239 sc->rtc_regs.hours_mask = RK808_RTC_HOURS_MASK; in rk808_attach()
H A Drk8xx_rtc.c87 bct.hour = data[sc->rtc_regs.hours] & sc->rtc_regs.hours_mask; in rk8xx_gettime()
H A Drk817.c495 sc->rtc_regs.hours_mask = RK817_RTC_HOURS_MASK; in rk817_attach()