Home
last modified time | relevance | path

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

/openbsd/sys/dev/i2c/
H A Drs5c372.c72 #define RICOHRTC_MINUTES_MASK 0x7f macro
150 if ((data & ~RICOHRTC_MINUTES_MASK) != 0) { in ricohrtc_match()
264 dt->dt_min = FROMBCD(bcd[RICOHRTC_MINUTES] & RICOHRTC_MINUTES_MASK); in ricohrtc_clock_read()