Lines Matching refs:clkctrl_offs
138 * @clkctrl_offs: CM_CLKCTRL register offset for the module
140 * Enables clocks for a module identified by (@part, @inst, @clkctrl_offs)
144 int omap_cm_module_enable(u8 mode, u8 part, u16 inst, u16 clkctrl_offs)
152 cm_ll_data->module_enable(mode, part, inst, clkctrl_offs);
160 * @clkctrl_offs: CM_CLKCTRL register offset for the module
162 * Disables clocks for a module identified by (@part, @inst, @clkctrl_offs)
166 int omap_cm_module_disable(u8 part, u16 inst, u16 clkctrl_offs)
174 cm_ll_data->module_disable(part, inst, clkctrl_offs);
178 u32 omap_cm_xlate_clkctrl(u8 part, u16 inst, u16 clkctrl_offs)
185 return cm_ll_data->xlate_clkctrl(part, inst, clkctrl_offs);