Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-si544.c37 #define SI544_OE_STATE_ODC_OE BIT(0) macro
94 SI544_OE_STATE_ODC_OE, enable ? SI544_OE_STATE_ODC_OE : 0); in si544_enable_output()
121 return !!(val & SI544_OE_STATE_ODC_OE); in si544_is_prepared()
420 if (old_oe_state & SI544_OE_STATE_ODC_OE) in si544_set_rate()