Home
last modified time | relevance | path

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

/linux/drivers/clk/tegra/
A Dclk-super.c27 #define super_state(s) (BIT(s) << SUPER_STATE_SHIFT) macro
44 BUG_ON((state != super_state(SUPER_STATE_RUN)) && in clk_super_get_parent()
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()
76 BUG_ON((state != super_state(SUPER_STATE_RUN)) && in clk_super_set_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()

Completed in 3 milliseconds