Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Ddisplay.c298 int i, oh_count; in omap_display_init() local
329 oh_count = ARRAY_SIZE(omap2_dss_hwmod_data); in omap_display_init()
332 oh_count = ARRAY_SIZE(omap3_dss_hwmod_data); in omap_display_init()
335 oh_count = ARRAY_SIZE(omap4_dss_hwmod_data); in omap_display_init()
356 for (i = 1; i < oh_count; i++) { in omap_display_init()