Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap2/
Ddisplay.c300 int i, oh_count; in omap_display_init() local
331 oh_count = ARRAY_SIZE(omap2_dss_hwmod_data); in omap_display_init()
334 oh_count = ARRAY_SIZE(omap3_dss_hwmod_data); in omap_display_init()
337 oh_count = ARRAY_SIZE(omap4_dss_hwmod_data); in omap_display_init()
358 for (i = 1; i < oh_count; i++) { in omap_display_init()