Searched refs:ISC_CLK (Results 1 – 4 of 4) sorted by relevance
76 regmap_write(regmap, ISC_CLKEN, ISC_CLK(id)); in isc_clk_enable()80 if (status & ISC_CLK(id)) in isc_clk_enable()93 regmap_write(isc_clk->regmap, ISC_CLKDIS, ISC_CLK(id)); in isc_clk_disable()111 return status & ISC_CLK(isc_clk->id) ? 1 : 0; in isc_clk_is_enabled()
70 #define ISC_CLK(n) BIT(n) macro