Home
last modified time | relevance | path

Searched refs:wait_module_idle (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dcm_common.c117 * -EINVAL if no per-SoC wait_module_idle() function pointer has been
123 if (!cm_ll_data->wait_module_idle) { in omap_cm_wait_module_idle()
129 return cm_ll_data->wait_module_idle(part, prcm_mod, idlest_reg, in omap_cm_wait_module_idle()
H A Dcm.h49 * @wait_module_idle: ptr to the SoC CM-specific wait_module_idle impl
59 int (*wait_module_idle)(u8 part, s16 prcm_mod, u16 idlest_reg, member
H A Dcm33xx.c405 .wait_module_idle = &am33xx_cm_wait_module_idle,
H A Dcminst44xx.c552 .wait_module_idle = &omap4_cminst_wait_module_idle,
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dcm_common.c104 * -EINVAL if no per-SoC wait_module_idle() function pointer has been
110 if (!cm_ll_data->wait_module_idle) { in omap_cm_wait_module_idle()
116 return cm_ll_data->wait_module_idle(part, prcm_mod, idlest_reg, in omap_cm_wait_module_idle()
H A Dcm.h48 * @wait_module_idle: ptr to the SoC CM-specific wait_module_idle impl
58 int (*wait_module_idle)(u8 part, s16 prcm_mod, u16 idlest_reg, member
H A Dcm33xx.c397 .wait_module_idle = &am33xx_cm_wait_module_idle,
H A Dcminst44xx.c552 .wait_module_idle = &omap4_cminst_wait_module_idle,

Completed in 5 milliseconds