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

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

Completed in 62 milliseconds