Searched refs:prcm_inst (Results 1 - 5 of 5) sorted by path

/linux-master/arch/arm/mach-omap2/
H A Dcm3xxx.c112 * @prcm_inst: pointer to an s16 to return the PRCM instance offset
119 s16 *prcm_inst,
139 *prcm_inst = offs;
118 omap3xxx_cm_split_idlest_reg(struct clk_omap_reg *idlest_reg, s16 *prcm_inst, u8 *idlest_reg_id) argument
H A Dcm.h54 int (*split_idlest_reg)(struct clk_omap_reg *idlest_reg, s16 *prcm_inst,
65 extern int cm_split_idlest_reg(struct clk_omap_reg *idlest_reg, s16 *prcm_inst,
H A Dcm2xxx.c101 * @prcm_inst: pointer to an s16 to return the PRCM instance offset
108 s16 *prcm_inst,
128 *prcm_inst = offs;
107 omap2xxx_cm_split_idlest_reg(struct clk_omap_reg *idlest_reg, s16 *prcm_inst, u8 *idlest_reg_id) argument
H A Dcm_common.c43 * @prcm_inst: pointer to an s16 to return the PRCM instance offset
48 * via the @prcm_inst and @idlest_reg_id. Returns -EINVAL upon error,
52 int cm_split_idlest_reg(struct clk_omap_reg *idlest_reg, s16 *prcm_inst, argument
62 ret = cm_ll_data->split_idlest_reg(idlest_reg, prcm_inst,
64 *prcm_inst -= cm_base.offset;
/linux-master/include/linux/clk/
H A Dti.h258 s16 *prcm_inst, u8 *idlest_reg_id);

Completed in 396 milliseconds