Home
last modified time | relevance | path

Searched refs:prcm_mod (Results 1 – 5 of 5) sorted by relevance

/arch/arm/mach-omap2/
Dcm.h55 int (*wait_module_ready)(u8 part, s16 prcm_mod, u16 idlest_reg,
57 int (*wait_module_idle)(u8 part, s16 prcm_mod, u16 idlest_reg,
65 int omap_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_reg,
67 int omap_cm_wait_module_idle(u8 part, s16 prcm_mod, u16 idlest_reg,
Dcm_common.c94 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()
Dcm2xxx.h57 int omap2xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id,
Dcm2xxx.c251 int omap2xxx_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_id, in omap2xxx_cm_wait_module_ready() argument
266 omap_test_timeout(((omap2_cm_read_mod_reg(prcm_mod, cm_idlest_reg) & in omap2xxx_cm_wait_module_ready()
Dcm3xxx.c91 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()