Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dcirrus,cs2000-cp.yaml25 Common clock binding for CLK_IN, XTI/REF_CLK
52 This mode allows the PLL to maintain lock even when CLK_IN
58 In dynamic mode, the CLK_IN input is used to drive the
/openbmc/linux/drivers/clk/
H A Dclk-cs2000-cp.c74 #define CLK_IN 0 macro
427 return priv->dynamic_mode ? CLK_IN : REF_CLK; in cs2000_get_parent()
505 parent_names[CLK_IN] = __clk_get_name(priv->clk_in); in cs2000_clk_register()