Searched refs:prcm_mod (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/arm/mach-omap2/ |
D | cm.h | 60 int (*wait_module_ready)(u8 part, s16 prcm_mod, u16 idlest_reg, 62 int (*wait_module_idle)(u8 part, s16 prcm_mod, u16 idlest_reg, 71 int omap_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_reg, 73 int omap_cm_wait_module_idle(u8 part, s16 prcm_mod, u16 idlest_reg,
|
D | cm_common.c | 97 int omap_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_reg, in omap_cm_wait_module_ready() argument 106 return cm_ll_data->wait_module_ready(part, prcm_mod, idlest_reg, in omap_cm_wait_module_ready() 123 int omap_cm_wait_module_idle(u8 part, s16 prcm_mod, u16 idlest_reg, in omap_cm_wait_module_idle() argument 132 return cm_ll_data->wait_module_idle(part, prcm_mod, idlest_reg, in omap_cm_wait_module_idle()
|
D | cm2xxx.h | 57 int omap2xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id,
|
D | cm2xxx.c | 248 int omap2xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id, in omap2xxx_cm_wait_module_ready() argument 263 omap_test_timeout(((omap2_cm_read_mod_reg(prcm_mod, cm_idlest_reg) & in omap2xxx_cm_wait_module_ready()
|
D | cm3xxx.c | 91 static int omap3xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id, in omap3xxx_cm_wait_module_ready() argument 106 omap_test_timeout(((omap2_cm_read_mod_reg(prcm_mod, cm_idlest_reg) & in omap3xxx_cm_wait_module_ready()
|
/Linux-v4.19/drivers/clk/ti/ |
D | clkt_dflt.c | 97 s16 prcm_mod; in _omap2_module_wait_ready() local 109 r = ti_clk_ll_ops->cm_split_idlest_reg(&idlest_reg, &prcm_mod, in _omap2_module_wait_ready() 116 ti_clk_ll_ops->cm_wait_module_ready(0, prcm_mod, idlest_reg_id, in _omap2_module_wait_ready()
|
/Linux-v4.19/include/linux/clk/ |
D | ti.h | 236 int (*cm_wait_module_ready)(u8 part, s16 prcm_mod, u16 idlest_reg,
|