Searched refs:max_ls (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
H A Domap_hwmod.c224 * free_ls, max_ls: array indexes into linkspace; representing the
228 static unsigned short free_ls, max_ls, ls_supp; variable
2759 if ((free_ls + LINKS_PER_OCP_IF) <= max_ls) { _alloc_links()
2876 if (max_ls == 0) _alloc_linkspace()
2878 max_ls += LINKS_PER_OCP_IF; _alloc_linkspace()
2880 sz = sizeof(struct omap_hwmod_link) * max_ls; _alloc_linkspace()
2883 __func__, sz, max_ls); _alloc_linkspace()

Completed in 66 milliseconds