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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Domap_hwmod_3xxx_data.c65 .slaves_cnt = ARRAY_SIZE(omap3xxx_l3_main_slaves),
96 .slaves_cnt = ARRAY_SIZE(omap3xxx_l4_core_slaves),
117 .slaves_cnt = ARRAY_SIZE(omap3xxx_l4_per_slaves),
138 .slaves_cnt = ARRAY_SIZE(omap3xxx_l4_wkup_slaves),
H A Domap_hwmod_2420_data.c56 .slaves_cnt = ARRAY_SIZE(omap2420_l3_main_slaves),
87 .slaves_cnt = ARRAY_SIZE(omap2420_l4_core_slaves),
108 .slaves_cnt = ARRAY_SIZE(omap2420_l4_wkup_slaves),
H A Domap_hwmod_2430_data.c56 .slaves_cnt = ARRAY_SIZE(omap2430_l3_main_slaves),
87 .slaves_cnt = ARRAY_SIZE(omap2430_l4_core_slaves),
108 .slaves_cnt = ARRAY_SIZE(omap2430_l4_wkup_slaves),
H A Domap_hwmod.c400 if (oh->slaves_cnt == 0)
403 for (i = 0; i < oh->slaves_cnt; i++) {
464 if (oh->slaves_cnt > 0) {
465 for (i = 0; i < oh->slaves_cnt; i++) {
494 if (oh->slaves_cnt > 0) {
495 for (i = 0; i < oh->slaves_cnt; i++) {
521 if (!oh || oh->slaves_cnt == 0)
524 for (i = 0; i < oh->slaves_cnt; i++) {
558 if (!oh || oh->slaves_cnt == 0)
966 if (oh->slaves_cnt >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Domap_hwmod.h430 * @slaves_cnt: number of @slave entries
474 u8 slaves_cnt; member in struct:omap_hwmod

Completed in 81 milliseconds