Lines Matching refs:inst
124 * @inst: PRCM instance
127 * Enables clocks for a module identified by (@part, @inst, @clkctrl_offs)
131 int omap_cm_module_enable(u8 mode, u8 part, u16 inst, u16 clkctrl_offs)
139 cm_ll_data->module_enable(mode, part, inst, clkctrl_offs);
146 * @inst: PRCM instance
149 * Disables clocks for a module identified by (@part, @inst, @clkctrl_offs)
153 int omap_cm_module_disable(u8 part, u16 inst, u16 clkctrl_offs)
161 cm_ll_data->module_disable(part, inst, clkctrl_offs);
165 u32 omap_cm_xlate_clkctrl(u8 part, u16 inst, u16 clkctrl_offs)
172 return cm_ll_data->xlate_clkctrl(part, inst, clkctrl_offs);