Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/tegra/
Dclk-super.c26 #define SUPER_STATE_IDLE 0 macro
32 #define SUPER_STATE_MASK ((BIT(SUPER_STATE_IDLE) | BIT(SUPER_STATE_RUN) | \
53 (state != super_state(SUPER_STATE_IDLE))); in clk_super_get_parent()
54 shift = (state == super_state(SUPER_STATE_IDLE)) ? in clk_super_get_parent()
55 super_state_to_src_shift(mux, SUPER_STATE_IDLE) : in clk_super_get_parent()
85 (state != super_state(SUPER_STATE_IDLE))); in clk_super_set_parent()
86 shift = (state == super_state(SUPER_STATE_IDLE)) ? in clk_super_set_parent()
87 super_state_to_src_shift(mux, SUPER_STATE_IDLE) : in clk_super_set_parent()