Lines Matching defs:idlest_reg
95 struct clk_omap_reg companion_reg, idlest_reg;
108 clk->ops->find_idlest(clk, &idlest_reg, &idlest_bit, &idlest_val);
109 r = ti_clk_ll_ops->cm_split_idlest_reg(&idlest_reg, &prcm_mod,
113 _wait_idlest_generic(clk, &idlest_reg, (1 << idlest_bit),
160 * @idlest_reg: void __iomem ** to return the CM_IDLEST va in
172 struct clk_omap_reg *idlest_reg, u8 *idlest_bit,
175 memcpy(idlest_reg, &clk->enable_reg, sizeof(*idlest_reg));
177 idlest_reg->offset &= ~0xf0;
178 idlest_reg->offset |= 0x20;