Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/
Dclk-si514.c43 #define SI514_CONTROL_OE BIT(2) macro
74 SI514_CONTROL_OE, enable ? SI514_CONTROL_OE : 0); in si514_enable_output()
101 return !!(val & SI514_CONTROL_OE); in si514_is_prepared()
290 if (old_oe_state & SI514_CONTROL_OE) in si514_set_rate()