Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-si514.c34 #define SI514_CONTROL_OE BIT(2) macro
65 SI514_CONTROL_OE, enable ? SI514_CONTROL_OE : 0); in si514_enable_output()
92 return !!(val & SI514_CONTROL_OE); in si514_is_prepared()
281 if (old_oe_state & SI514_CONTROL_OE) in si514_set_rate()