Searched refs:LM93_INTERVAL_TO_REG (Results 1 – 1 of 1) sorted by relevance
723 static u8 LM93_INTERVAL_TO_REG(long interval) in LM93_INTERVAL_TO_REG() function2367 tmp = (tmp & 0x0f) | (LM93_INTERVAL_TO_REG(val) << 4); in store_prochot_interval()2369 tmp = (tmp & 0xf0) | LM93_INTERVAL_TO_REG(val); in store_prochot_interval()