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

/linux-4.4.14/drivers/clk/tegra/
H A Dclk-super.c38 #define super_state(s) (BIT(s) << SUPER_STATE_SHIFT) macro
52 BUG_ON((state != super_state(SUPER_STATE_RUN)) && clk_super_get_parent()
53 (state != super_state(SUPER_STATE_IDLE))); clk_super_get_parent()
54 shift = (state == super_state(SUPER_STATE_IDLE)) ? clk_super_get_parent()
84 BUG_ON((state != super_state(SUPER_STATE_RUN)) && clk_super_set_parent()
85 (state != super_state(SUPER_STATE_IDLE))); clk_super_set_parent()
86 shift = (state == super_state(SUPER_STATE_IDLE)) ? clk_super_set_parent()

Completed in 49 milliseconds