Home
last modified time | relevance | path

Searched refs:cm_ll_data (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/arm/mach-omap2/
Dcm_common.c31 static struct cm_ll_data null_cm_ll_data;
32 static const struct cm_ll_data *cm_ll_data = &null_cm_ll_data; variable
72 if (!cm_ll_data->split_idlest_reg) { in cm_split_idlest_reg()
78 ret = cm_ll_data->split_idlest_reg(idlest_reg, prcm_inst, in cm_split_idlest_reg()
100 if (!cm_ll_data->wait_module_ready) { in omap_cm_wait_module_ready()
106 return cm_ll_data->wait_module_ready(part, prcm_mod, idlest_reg, in omap_cm_wait_module_ready()
126 if (!cm_ll_data->wait_module_idle) { in omap_cm_wait_module_idle()
132 return cm_ll_data->wait_module_idle(part, prcm_mod, idlest_reg, in omap_cm_wait_module_idle()
149 if (!cm_ll_data->module_enable) { in omap_cm_module_enable()
155 cm_ll_data->module_enable(mode, part, inst, clkctrl_offs); in omap_cm_module_enable()
[all …]
Dcm.h57 struct cm_ll_data { struct
78 extern int cm_register(const struct cm_ll_data *cld); argument
79 extern int cm_unregister(const struct cm_ll_data *cld);
Dcm33xx.c403 static const struct cm_ll_data am33xx_cm_ll_data = {
Dcm2xxx.c388 static const struct cm_ll_data omap2xxx_cm_ll_data = {
Dcminst44xx.c553 static const struct cm_ll_data omap4xxx_cm_ll_data = {
Dcm3xxx.c665 static const struct cm_ll_data omap3xxx_cm_ll_data = {