ISC_CLK
return status & ISC_CLK(isc_clk->id) ? 1 : 0;
regmap_write(regmap, ISC_CLKEN, ISC_CLK(id));
if (status & ISC_CLK(id))
regmap_write(isc_clk->regmap, ISC_CLKDIS, ISC_CLK(id));
return status & ISC_CLK(isc_clk->id) ? 1 : 0;
regmap_write(regmap, ISC_CLKEN, ISC_CLK(id));
if (status & ISC_CLK(id))
regmap_write(isc_clk->regmap, ISC_CLKDIS, ISC_CLK(id));