Home
last modified time | relevance | path

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

/drivers/clk/tegra/
Dclk-super.c27 #define SUPER_STATE_IDLE 0 macro
33 #define SUPER_STATE_MASK ((BIT(SUPER_STATE_IDLE) | BIT(SUPER_STATE_RUN) | \
54 (state != super_state(SUPER_STATE_IDLE))); in clk_super_get_parent()
55 shift = (state == super_state(SUPER_STATE_IDLE)) ? in clk_super_get_parent()
56 super_state_to_src_shift(mux, SUPER_STATE_IDLE) : in clk_super_get_parent()
86 (state != super_state(SUPER_STATE_IDLE))); in clk_super_set_parent()
87 shift = (state == super_state(SUPER_STATE_IDLE)) ? in clk_super_set_parent()
88 super_state_to_src_shift(mux, SUPER_STATE_IDLE) : in clk_super_set_parent()