Home
last modified time | relevance | path

Searched refs:wait_module_ready (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dcm_common.c91 * no per-SoC wait_module_ready() function pointer has been registered
97 if (!cm_ll_data->wait_module_ready) { in omap_cm_wait_module_ready()
103 return cm_ll_data->wait_module_ready(part, prcm_mod, idlest_reg, in omap_cm_wait_module_ready()
H A Dcm.h48 * @wait_module_ready: ptr to the SoC CM-specific wait_module_ready impl
57 int (*wait_module_ready)(u8 part, s16 prcm_mod, u16 idlest_reg, member
H A Dcm33xx.c404 .wait_module_ready = &am33xx_cm_wait_module_ready,
H A Dcm2xxx.c387 .wait_module_ready = &omap2xxx_cm_wait_module_ready,
H A Dcminst44xx.c551 .wait_module_ready = &omap4_cminst_wait_module_ready,
H A Dcm3xxx.c664 .wait_module_ready = &omap3xxx_cm_wait_module_ready,
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dcm_common.c78 * no per-SoC wait_module_ready() function pointer has been registered
84 if (!cm_ll_data->wait_module_ready) { in omap_cm_wait_module_ready()
90 return cm_ll_data->wait_module_ready(part, prcm_mod, idlest_reg, in omap_cm_wait_module_ready()
H A Dcm.h47 * @wait_module_ready: ptr to the SoC CM-specific wait_module_ready impl
56 int (*wait_module_ready)(u8 part, s16 prcm_mod, u16 idlest_reg, member
H A Dcm33xx.c396 .wait_module_ready = &am33xx_cm_wait_module_ready,
H A Dcm2xxx.c290 .wait_module_ready = &omap2xxx_cm_wait_module_ready,
H A Dcminst44xx.c551 .wait_module_ready = &omap4_cminst_wait_module_ready,
H A Dcm3xxx.c664 .wait_module_ready = &omap3xxx_cm_wait_module_ready,

Completed in 8 milliseconds