Searched refs:rst_lines (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/arch/arm/mach-omap2/ |
D | omap_hwmod_2420_data.c | 58 .rst_lines = omap2420_iva_resets, 77 .rst_lines = omap2420_dsp_resets,
|
D | omap_hwmod.c | 1440 const char *rst_line = oh->rst_lines[i].name; in _lookup_hardreset() 1442 ohri->rst_shift = oh->rst_lines[i].rst_shift; in _lookup_hardreset() 1443 ohri->st_shift = oh->rst_lines[i].st_shift; in _lookup_hardreset() 1605 if (_read_hardreset(oh, oh->rst_lines[i].name) > 0) in _are_all_hardreset_lines_asserted() 1631 if (_read_hardreset(oh, oh->rst_lines[i].name) > 0) in _are_any_hardreset_lines_asserted() 1793 _assert_hardreset(oh, oh->rst_lines[i].name); in _reset() 2087 _assert_hardreset(oh, oh->rst_lines[i].name); in _shutdown()
|
D | omap_hwmod.h | 581 struct omap_hwmod_rst_info *rst_lines; member
|
D | omap_hwmod_33xx_data.c | 84 .rst_lines = am33xx_wkup_m3_resets,
|
D | omap_hwmod_44xx_data.c | 530 .rst_lines = omap44xx_dsp_resets, 1464 .rst_lines = omap44xx_ipu_resets, 1548 .rst_lines = omap44xx_iva_resets, 2044 .rst_lines = omap44xx_mmu_ipu_resets, 2076 .rst_lines = omap44xx_mmu_dsp_resets, 2237 .rst_lines = omap44xx_prm_resets,
|
D | omap_hwmod_2430_data.c | 53 .rst_lines = omap2430_iva_resets,
|
D | omap_hwmod_33xx_43xx_ipblock_data.c | 163 .rst_lines = am33xx_pruss_resets, 187 .rst_lines = am33xx_gfx_resets,
|
D | omap_hwmod_3xxx_data.c | 106 .rst_lines = omap3xxx_iva_resets, 1563 .rst_lines = omap3xxx_sad2d_resets, 2206 .rst_lines = omap3xxx_mmu_iva_resets,
|
D | omap_hwmod_7xx_data.c | 1840 omap_hwmod_assert_hardreset(oh, oh->rst_lines[i].name); in dra7xx_pciess_reset() 1841 omap_hwmod_deassert_hardreset(oh, oh->rst_lines[i].name); in dra7xx_pciess_reset() 1861 .rst_lines = dra7xx_pciess1_resets, 1884 .rst_lines = dra7xx_pciess2_resets,
|
D | omap_hwmod_43xx_data.c | 72 .rst_lines = am33xx_wkup_m3_resets,
|
D | omap_hwmod_54xx_data.c | 1326 .rst_lines = omap54xx_mmu_dsp_resets, 1348 .rst_lines = omap54xx_mmu_ipu_resets,
|