Searched refs:LM93_INTERVAL_TO_REG (Results 1 – 1 of 1) sorted by relevance
710 static u8 LM93_INTERVAL_TO_REG(long interval) in LM93_INTERVAL_TO_REG() function2234 tmp = (tmp & 0x0f) | (LM93_INTERVAL_TO_REG(val) << 4); in prochot_interval_store()2236 tmp = (tmp & 0xf0) | LM93_INTERVAL_TO_REG(val); in prochot_interval_store()