Home
last modified time | relevance | path

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

/drivers/rtc/
Drtc-rs5c372.c31 # define RS5C372_TRIM_XSL 0x80 /* only if RS5C372[a|b] */ macro
331 *osc = (tmp & RS5C372_TRIM_XSL) ? 32000 : 32768; in rs5c372_get_trim()
561 ppb_per_step = val & RS5C372_TRIM_XSL ? 3125 : 3051; in rs5c372_read_offset()
597 if (tmp & RS5C372_TRIM_XSL) { in rs5c372_set_offset()
599 val |= RS5C372_TRIM_XSL; in rs5c372_set_offset()
647 val &= RS5C372_TRIM_XSL; in rs5c372_set_offset()