Searched refs:prcm_mod (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/arm/mach-omap2/ |
D | cm.h | 57 int (*wait_module_ready)(u8 part, s16 prcm_mod, u16 idlest_reg, 59 int (*wait_module_idle)(u8 part, s16 prcm_mod, u16 idlest_reg, 68 int omap_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_reg, 70 int omap_cm_wait_module_idle(u8 part, s16 prcm_mod, u16 idlest_reg,
|
D | cm_common.c | 94 int omap_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_reg, in omap_cm_wait_module_ready() argument 103 return cm_ll_data->wait_module_ready(part, prcm_mod, idlest_reg, in omap_cm_wait_module_ready() 120 int omap_cm_wait_module_idle(u8 part, s16 prcm_mod, u16 idlest_reg, in omap_cm_wait_module_idle() argument 129 return cm_ll_data->wait_module_idle(part, prcm_mod, idlest_reg, in omap_cm_wait_module_idle()
|
D | cm2xxx.h | 54 int omap2xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id,
|
D | cm2xxx.c | 245 int omap2xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id, in omap2xxx_cm_wait_module_ready() argument 260 omap_test_timeout(((omap2_cm_read_mod_reg(prcm_mod, cm_idlest_reg) & in omap2xxx_cm_wait_module_ready()
|
D | cm3xxx.c | 88 static int omap3xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id, in omap3xxx_cm_wait_module_ready() argument 103 omap_test_timeout(((omap2_cm_read_mod_reg(prcm_mod, cm_idlest_reg) & in omap3xxx_cm_wait_module_ready()
|
/Linux-v5.4/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-v5.4/include/linux/clk/ |
D | ti.h | 238 int (*cm_wait_module_ready)(u8 part, s16 prcm_mod, u16 idlest_reg,
|