Searched refs:bypass_index (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/drivers/clk/sunxi-ng/ |
D | ccu_mux.h | 158 u8 bypass_index; /* Which parent to temporarily use */ member
|
D | ccu_mux.c | 294 mux->bypass_index); in ccu_mux_notifier_cb()
|
D | ccu-suniv-f1c100s.c | 532 .bypass_index = 1, /* index of 24 MHz oscillator */
|
D | ccu-sun8i-a33.c | 785 .bypass_index = 1, /* index of 24 MHz oscillator */
|
D | ccu-sun50i-a64.c | 942 .bypass_index = 1, /* index of 24 MHz oscillator */
|
D | ccu-sun50i-a100.c | 1177 .bypass_index = 4, /* index of pll periph0 */
|
D | ccu-sun50i-h6.c | 1188 .bypass_index = 0, /* index of 24 MHz oscillator */
|
D | ccu-sun6i-a31.c | 1227 .bypass_index = 1, /* index of 24 MHz oscillator */
|
D | ccu-sun8i-h3.c | 1037 .bypass_index = 1, /* index of 24 MHz oscillator */
|
D | ccu-sun8i-r40.c | 1276 .bypass_index = 1, /* index of 24 MHz oscillator */
|
D | ccu-sun20i-d1.c | 1336 .bypass_index = 4, /* index of pll-periph0 */
|
/linux-6.12.1/drivers/clk/mediatek/ |
D | clk-mux.h | 134 u8 bypass_index; /* Which parent to temporarily use */ member
|
D | clk-mt8186-topckgen.c | 701 mfg_mux_nb->bypass_index = 0; /* Bypass to 26M crystal */ in clk_mt8186_reg_mfg_mux_notifier()
|
D | clk-mux.c | 306 ret = mux_nb->ops->set_parent(hw, mux_nb->bypass_index); in mtk_clk_mux_notifier_cb()
|
D | clk-mt8183.c | 853 mfg_mux_nb->bypass_index = 0; /* Bypass to 26M crystal */ in clk_mt8183_reg_mfg_mux_notifier()
|
D | clk-mt8188-topckgen.c | 1248 mfg_mux_nb->bypass_index = 0; /* Bypass to TOP_MFG_CORE_TMP */ in clk_mt8188_reg_mfg_mux_notifier()
|
D | clk-mt8195-topckgen.c | 1255 mfg_mux_nb->bypass_index = 0; /* Bypass to TOP_MFG_CORE_TMP */ in clk_mt8195_reg_mfg_mux_notifier()
|
D | clk-mt8192.c | 983 mfg_mux_nb->bypass_index = 0; /* Bypass to 26M crystal */ in clk_mt8192_reg_mfg_mux_notifier()
|