Searched refs:wait_module_ready (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | cm_common.c | 91 * 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 D | cm.h | 48 * @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 D | cm33xx.c | 404 .wait_module_ready = &am33xx_cm_wait_module_ready,
|
H A D | cm2xxx.c | 387 .wait_module_ready = &omap2xxx_cm_wait_module_ready,
|
H A D | cminst44xx.c | 551 .wait_module_ready = &omap4_cminst_wait_module_ready,
|
H A D | cm3xxx.c | 664 .wait_module_ready = &omap3xxx_cm_wait_module_ready,
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | cm_common.c | 78 * 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 D | cm.h | 47 * @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 D | cm33xx.c | 396 .wait_module_ready = &am33xx_cm_wait_module_ready,
|
H A D | cm2xxx.c | 290 .wait_module_ready = &omap2xxx_cm_wait_module_ready,
|
H A D | cminst44xx.c | 551 .wait_module_ready = &omap4_cminst_wait_module_ready,
|
H A D | cm3xxx.c | 664 .wait_module_ready = &omap3xxx_cm_wait_module_ready,
|
Completed in 8 milliseconds