Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Dcm_common.c28 static struct cm_ll_data null_cm_ll_data;
29 static const struct cm_ll_data *cm_ll_data = &null_cm_ll_data; variable
56 if (!cm_ll_data->split_idlest_reg) { in cm_split_idlest_reg()
62 ret = cm_ll_data->split_idlest_reg(idlest_reg, prcm_inst, in cm_split_idlest_reg()
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()
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()
133 if (!cm_ll_data->module_enable) { in omap_cm_module_enable()
139 cm_ll_data->module_enable(mode, part, inst, clkctrl_offs); in omap_cm_module_enable()
[all …]
H A Dcm.h53 struct cm_ll_data { struct
74 extern int cm_register(const struct cm_ll_data *cld); argument
75 extern int cm_unregister(const struct cm_ll_data *cld);
H A Dcm2xxx.c288 static const struct cm_ll_data omap2xxx_cm_ll_data = {
H A Dcm33xx.c395 static const struct cm_ll_data am33xx_cm_ll_data = {
H A Dcminst44xx.c550 static const struct cm_ll_data omap4xxx_cm_ll_data = {
H A Dcm3xxx.c662 static const struct cm_ll_data omap3xxx_cm_ll_data = {