Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/tegra/
H A Dclk-super.c15 #define SUPER_STATE_IDLE 0 macro
21 #define SUPER_STATE_MASK ((BIT(SUPER_STATE_IDLE) | BIT(SUPER_STATE_RUN) | \
45 (state != super_state(SUPER_STATE_IDLE))); in clk_super_get_parent()
46 shift = (state == super_state(SUPER_STATE_IDLE)) ? in clk_super_get_parent()
47 super_state_to_src_shift(mux, SUPER_STATE_IDLE) : in clk_super_get_parent()
77 (state != super_state(SUPER_STATE_IDLE))); in clk_super_set_parent()
78 shift = (state == super_state(SUPER_STATE_IDLE)) ? in clk_super_set_parent()
79 super_state_to_src_shift(mux, SUPER_STATE_IDLE) : in clk_super_set_parent()