Home
last modified time | relevance | path

Searched refs:idlest_reg (Results 1 – 4 of 4) sorted by relevance

/arch/arm/mach-omap2/
Dcm.h54 int (*split_idlest_reg)(struct clk_omap_reg *idlest_reg, s16 *prcm_inst,
56 int (*wait_module_ready)(u8 part, s16 prcm_mod, u16 idlest_reg,
58 int (*wait_module_idle)(u8 part, s16 prcm_mod, u16 idlest_reg,
65 extern int cm_split_idlest_reg(struct clk_omap_reg *idlest_reg, s16 *prcm_inst,
67 int omap_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_reg,
69 int omap_cm_wait_module_idle(u8 part, s16 prcm_mod, u16 idlest_reg,
Dcm_common.c52 int cm_split_idlest_reg(struct clk_omap_reg *idlest_reg, s16 *prcm_inst, in cm_split_idlest_reg() argument
62 ret = cm_ll_data->split_idlest_reg(idlest_reg, prcm_inst, in cm_split_idlest_reg()
81 int omap_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_reg, in omap_cm_wait_module_ready() argument
90 return cm_ll_data->wait_module_ready(part, prcm_mod, idlest_reg, in omap_cm_wait_module_ready()
107 int omap_cm_wait_module_idle(u8 part, s16 prcm_mod, u16 idlest_reg, in omap_cm_wait_module_idle() argument
116 return cm_ll_data->wait_module_idle(part, prcm_mod, idlest_reg, in omap_cm_wait_module_idle()
Dcm2xxx.c204 static int omap2xxx_cm_split_idlest_reg(struct clk_omap_reg *idlest_reg, in omap2xxx_cm_split_idlest_reg() argument
212 idlest_offs = idlest_reg->offset & 0xff; in omap2xxx_cm_split_idlest_reg()
223 offs = idlest_reg->offset; in omap2xxx_cm_split_idlest_reg()
Dcm3xxx.c118 static int omap3xxx_cm_split_idlest_reg(struct clk_omap_reg *idlest_reg, in omap3xxx_cm_split_idlest_reg() argument
126 idlest_offs = idlest_reg->offset & 0xff; in omap3xxx_cm_split_idlest_reg()
137 offs = idlest_reg->offset; in omap3xxx_cm_split_idlest_reg()