Home
last modified time | relevance | path

Searched refs:rst_lines_cnt (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/arm/plat-omap/include/plat/
Domap_hwmod.h542 u8 rst_lines_cnt; member
/linux-3.4.99/arch/arm/mach-omap2/
Domap_hwmod_44xx_data.c1151 .rst_lines_cnt = ARRAY_SIZE(omap44xx_dsp_c0_resets),
1165 .rst_lines_cnt = ARRAY_SIZE(omap44xx_dsp_resets),
2544 .rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_c0_resets),
2559 .rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_c1_resets),
2573 .rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_resets),
2753 .rst_lines_cnt = ARRAY_SIZE(omap44xx_iva_seq0_resets),
2768 .rst_lines_cnt = ARRAY_SIZE(omap44xx_iva_seq1_resets),
2782 .rst_lines_cnt = ARRAY_SIZE(omap44xx_iva_resets),
Domap_hwmod.c1253 for (i = 0; i < oh->rst_lines_cnt; i++) { in _lookup_hardreset()
1578 oh->_state == _HWMOD_STATE_DISABLED) && oh->rst_lines_cnt == 1) in _enable()
1771 if (oh->rst_lines_cnt == 1) in _shutdown()
1825 if ((oh->flags & HWMOD_INIT_NO_RESET) && oh->rst_lines_cnt == 1) in _setup()