Lines Matching refs:base_clk_stop
40 uint32_t base_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()
494 reg = SCU_RD(p_mac->base_clk_stop); in scu_disable_mac()
498 SCU_WR(reg, p_mac->base_clk_stop); in scu_disable_mac()
500 reg = SCU_RD(p_mac->base_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()
542 reg = SCU_RD(p_mac->base_clk_stop); in scu_enable_mac()
546 SCU_WR(reg, p_mac->base_clk_stop); in scu_enable_mac()