Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Dprm_common.c77 static struct prm_ll_data null_prm_ll_data;
78 static struct prm_ll_data *prm_ll_data = &null_prm_ll_data; variable
388 if (prm_ll_data->read_reset_sources) in prm_read_reset_sources()
389 ret = prm_ll_data->read_reset_sources(); in prm_read_reset_sources()
412 if (prm_ll_data->was_any_context_lost_old) in prm_was_any_context_lost_old()
413 ret = prm_ll_data->was_any_context_lost_old(part, inst, idx); in prm_was_any_context_lost_old()
434 if (prm_ll_data->clear_context_loss_flags_old) in prm_clear_context_loss_flags_old()
435 prm_ll_data->clear_context_loss_flags_old(part, inst, idx); in prm_clear_context_loss_flags_old()
452 if (!prm_ll_data->assert_hardreset) { in omap_prm_assert_hardreset()
458 return prm_ll_data->assert_hardreset(shift, part, prm_mod, offset); in omap_prm_assert_hardreset()
[all …]
Dprm.h141 struct prm_ll_data { struct
157 extern int prm_register(struct prm_ll_data *pld); argument
158 extern int prm_unregister(struct prm_ll_data *pld);
Dprm2xxx.c214 static struct prm_ll_data omap2xxx_prm_ll_data = {
Dprm33xx.c362 static struct prm_ll_data am33xx_prm_ll_data = {
Dprm3xxx.c664 static struct prm_ll_data omap3xxx_prm_ll_data = {
Dprm44xx.c697 static struct prm_ll_data omap44xx_prm_ll_data = {