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

/linux-master/arch/arm/mach-omap2/
H A Dcm_common.c25 * cm_ll_data: function pointers to SoC-specific implementations of
28 static struct cm_ll_data null_cm_ll_data;
29 static const struct cm_ll_data *cm_ll_data = &null_cm_ll_data; variable in typeref:struct:cm_ll_data
56 if (!cm_ll_data->split_idlest_reg) {
62 ret = cm_ll_data->split_idlest_reg(idlest_reg, prcm_inst,
84 if (!cm_ll_data->wait_module_ready) {
90 return cm_ll_data->wait_module_ready(part, prcm_mod, idlest_reg,
110 if (!cm_ll_data->wait_module_idle) {
116 return cm_ll_data
[all...]
H A Dcm.h45 * struct cm_ll_data - fn ptrs to per-SoC CM function implementations
53 struct cm_ll_data { struct
74 extern int cm_register(const struct cm_ll_data *cld);
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 = {

Completed in 315 milliseconds