Home
last modified time | relevance | path

Searched refs:rst_shift (Results 1 – 11 of 11) sorted by relevance

/arch/arm/mach-omap2/
Domap_hwmod_2420_data.c47 { .name = "iva", .rst_shift = 8 },
65 { .name = "logic", .rst_shift = 0 },
66 { .name = "mmu", .rst_shift = 1 },
Dprm2xxx_3xxx.c82 int omap2_prm_deassert_hardreset(u8 rst_shift, u8 st_shift, u8 part, in omap2_prm_deassert_hardreset() argument
88 rst = 1 << rst_shift; in omap2_prm_deassert_hardreset()
Domap_hwmod_44xx_data.c454 { .name = "seq0", .rst_shift = 0 },
455 { .name = "seq1", .rst_shift = 1 },
456 { .name = "logic", .rst_shift = 2 },
572 { .name = "rst_global_warm_sw", .rst_shift = 0 },
573 { .name = "rst_global_cold_sw", .rst_shift = 1 },
Domap_hwmod_43xx_data.c52 { .name = "wkup_m3", .rst_shift = 3, .st_shift = 5 },
Dprm2xxx_3xxx.h103 int omap2_prm_deassert_hardreset(u8 rst_shift, u8 st_shift, u8 part,
Domap_hwmod_2430_data.c41 { .name = "logic", .rst_shift = 0 },
42 { .name = "mmu", .rst_shift = 1 },
Domap_hwmod_33xx_data.c61 { .name = "wkup_m3", .rst_shift = 3, .st_shift = 5 },
Domap_hwmod.c1446 ohri->rst_shift = oh->rst_lines[i].rst_shift; in _lookup_hardreset()
1449 oh->name, __func__, rst_line, ohri->rst_shift, in _lookup_hardreset()
2760 return omap_prm_assert_hardreset(ohri->rst_shift, 0, in _omap2_assert_hardreset()
2778 return omap_prm_deassert_hardreset(ohri->rst_shift, ohri->st_shift, 0, in _omap2_deassert_hardreset()
2819 return omap_prm_assert_hardreset(ohri->rst_shift, in _omap4_assert_hardreset()
2846 return omap_prm_deassert_hardreset(ohri->rst_shift, ohri->rst_shift, in _omap4_deassert_hardreset()
2872 return omap_prm_is_hardreset_asserted(ohri->rst_shift, in _omap4_is_hardreset_asserted()
2912 return omap_prm_deassert_hardreset(ohri->rst_shift, ohri->st_shift, in _am33xx_deassert_hardreset()
Domap_hwmod_7xx_data.c344 { .name = "pcie", .rst_shift = 0 },
366 { .name = "pcie", .rst_shift = 1 },
Domap_hwmod_3xxx_data.c93 { .name = "logic", .rst_shift = 0, .st_shift = 8 },
94 { .name = "seq0", .rst_shift = 1, .st_shift = 9 },
95 { .name = "seq1", .rst_shift = 2, .st_shift = 10 },
1459 { .name = "rst_modem_pwron_sw", .rst_shift = 0 },
1460 { .name = "rst_modem_sw", .rst_shift = 1 },
2038 { .name = "mmu", .rst_shift = 1, .st_shift = 9 },
Domap_hwmod.h165 u8 rst_shift; member