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

/linux-4.4.14/drivers/clk/tegra/
H A 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))); clk_super_get_parent()
54 shift = (state == super_state(SUPER_STATE_IDLE)) ? clk_super_get_parent()
55 super_state_to_src_shift(mux, SUPER_STATE_IDLE) : clk_super_get_parent()
85 (state != super_state(SUPER_STATE_IDLE))); clk_super_set_parent()
86 shift = (state == super_state(SUPER_STATE_IDLE)) ? clk_super_set_parent()
87 super_state_to_src_shift(mux, SUPER_STATE_IDLE) : clk_super_set_parent()

Completed in 33 milliseconds