Searched refs:rst_lines_cnt (Results 1 – 11 of 11) sorted by relevance
/arch/arm/mach-omap2/ |
D | omap-iommu.c | 38 if (oh->rst_lines_cnt == 1) { in omap_iommu_dev_init()
|
D | omap_hwmod_2420_data.c | 61 .rst_lines_cnt = ARRAY_SIZE(omap2420_iva_resets), 80 .rst_lines_cnt = ARRAY_SIZE(omap2420_dsp_resets),
|
D | omap_hwmod.c | 1638 for (i = 0; i < oh->rst_lines_cnt; i++) { in _lookup_hardreset() 1803 if (oh->rst_lines_cnt == 0) in _are_all_hardreset_lines_asserted() 1806 for (i = 0; i < oh->rst_lines_cnt; i++) in _are_all_hardreset_lines_asserted() 1810 if (oh->rst_lines_cnt == rst_cnt) in _are_all_hardreset_lines_asserted() 1832 for (i = 0; i < oh->rst_lines_cnt && rst_cnt == 0; i++) in _are_any_hardreset_lines_asserted() 2024 if (oh->rst_lines_cnt > 0) { in _reset() 2025 for (i = 0; i < oh->rst_lines_cnt; i++) in _reset() 2363 for (i = 0; i < oh->rst_lines_cnt; i++) in _shutdown() 2626 if (oh->rst_lines_cnt == 0) { in _setup_reset() 2681 if (oh->rst_lines_cnt > 0) in _setup_postsetup()
|
D | omap_hwmod.h | 675 u8 rst_lines_cnt; member
|
D | omap_hwmod_33xx_data.c | 102 .rst_lines_cnt = ARRAY_SIZE(am33xx_wkup_m3_resets),
|
D | omap_hwmod_44xx_data.c | 546 .rst_lines_cnt = ARRAY_SIZE(omap44xx_dsp_resets), 1422 .rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_resets), 1506 .rst_lines_cnt = ARRAY_SIZE(omap44xx_iva_resets), 2118 .rst_lines_cnt = ARRAY_SIZE(omap44xx_mmu_ipu_resets), 2165 .rst_lines_cnt = ARRAY_SIZE(omap44xx_mmu_dsp_resets), 2327 .rst_lines_cnt = ARRAY_SIZE(omap44xx_prm_resets),
|
D | omap_hwmod_33xx_43xx_ipblock_data.c | 163 .rst_lines_cnt = ARRAY_SIZE(am33xx_pruss_resets), 187 .rst_lines_cnt = ARRAY_SIZE(am33xx_gfx_resets),
|
D | omap_hwmod_2430_data.c | 57 .rst_lines_cnt = ARRAY_SIZE(omap2430_iva_resets),
|
D | omap_hwmod_43xx_data.c | 60 .rst_lines_cnt = ARRAY_SIZE(am33xx_wkup_m3_resets),
|
D | omap_hwmod_3xxx_data.c | 124 .rst_lines_cnt = ARRAY_SIZE(omap3xxx_iva_resets), 2105 .rst_lines_cnt = ARRAY_SIZE(omap3xxx_sad2d_resets), 3075 .rst_lines_cnt = ARRAY_SIZE(omap3xxx_mmu_iva_resets),
|
D | omap_hwmod_54xx_data.c | 1384 .rst_lines_cnt = ARRAY_SIZE(omap54xx_mmu_dsp_resets), 1406 .rst_lines_cnt = ARRAY_SIZE(omap54xx_mmu_ipu_resets),
|