Lines Matching refs:bit_clk_stop
41 uint32_t bit_clk_stop; member
57 .base_clk_stop = 0x80, .bit_clk_stop = BIT(20),
63 .base_clk_stop = 0x80, .bit_clk_stop = BIT(21),
69 .base_clk_stop = 0x90, .bit_clk_stop = BIT(20),
75 .base_clk_stop = 0x90, .bit_clk_stop = BIT(21),
86 .base_clk_stop = 0x0c, .bit_clk_stop = BIT(20),
92 .base_clk_stop = 0x0c, .bit_clk_stop = BIT(21),
483 p_mac->base_clk_stop, p_mac->bit_clk_stop, p_mac->base_clk_start, in scu_disable_mac()
496 reg |= p_mac->bit_clk_stop; in scu_disable_mac()
513 p_mac->base_clk_stop, p_mac->bit_clk_stop, p_mac->base_clk_start, in scu_enable_mac()
544 reg &= ~p_mac->bit_clk_stop; in scu_enable_mac()