Searched refs:cm_ll_data (Results 1 – 6 of 6) sorted by relevance
/arch/arm/mach-omap2/ |
D | cm_common.c | 31 static struct cm_ll_data null_cm_ll_data; 32 static struct cm_ll_data *cm_ll_data = &null_cm_ll_data; variable 71 if (!cm_ll_data->split_idlest_reg) { in cm_split_idlest_reg() 77 return cm_ll_data->split_idlest_reg(idlest_reg, prcm_inst, in cm_split_idlest_reg() 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() 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() 146 if (!cm_ll_data->module_enable) { in omap_cm_module_enable() 152 cm_ll_data->module_enable(mode, part, inst, clkctrl_offs); in omap_cm_module_enable() [all …]
|
D | cm.h | 52 struct cm_ll_data { struct 71 extern int cm_register(struct cm_ll_data *cld); argument 72 extern int cm_unregister(struct cm_ll_data *cld);
|
D | cm33xx.c | 348 static struct cm_ll_data am33xx_cm_ll_data = {
|
D | cm2xxx.c | 391 static struct cm_ll_data omap2xxx_cm_ll_data = {
|
D | cminst44xx.c | 510 static struct cm_ll_data omap4xxx_cm_ll_data = {
|
D | cm3xxx.c | 669 static struct cm_ll_data omap3xxx_cm_ll_data = {
|