Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/rtc/
H A Dds13rtc.c102 #define DS13xx_B_STATUS_OSF 0x80 /* OSF is 1<<7 in status and sec regs */ macro
316 if (statreg & DS13xx_B_STATUS_OSF) { in ds13rtc_start()
359 if (statreg & DS13xx_B_STATUS_OSF) in ds13rtc_gettime()
459 if (statreg & DS13xx_B_STATUS_OSF) { in ds13rtc_settime()
460 statreg &= ~DS13xx_B_STATUS_OSF; in ds13rtc_settime()