Searched refs:ARRAY_SIZE (Results 1 - 25 of 9274) sorted by path

1234567891011>>

/linux-master/arch/alpha/kernel/
H A Derr_ev7.c282 for (i = 0; i < ARRAY_SIZE(el_ev7_pal_annotations); i++)
H A Derr_titan.c576 for (i = 0; i < ARRAY_SIZE (el_titan_annotations); i++)
/linux-master/arch/arm/mach-ep93xx/
H A Ddma.c62 .num_channels = ARRAY_SIZE(ep93xx_dma_m2p_channels),
93 .num_channels = ARRAY_SIZE(ep93xx_dma_m2m_channels),
/linux-master/arch/arm/mach-footbridge/
H A Debsa285.c84 for (i = 0; i < ARRAY_SIZE(ebsa285_leds); i++) {
H A Dnetwinder-hw.c727 for (i = 0; i < ARRAY_SIZE(netwinder_leds); i++) {
/linux-master/arch/arm/mach-lpc32xx/
H A Dphy3250.c48 .num_slave_channels = ARRAY_SIZE(pl08x_slave_channels),
/linux-master/arch/arm/mach-mediatek/
H A Dplatsmp.c83 num = ARRAY_SIZE(mtk_tz_smp_boot_infos);
86 num = ARRAY_SIZE(mtk_smp_boot_infos);
/linux-master/arch/arm/mach-omap2/
H A Dcm3xxx.c95 if (!idlest_id || (idlest_id > ARRAY_SIZE(omap3xxx_cm_idlest_offs)))
127 for (i = 0; i < ARRAY_SIZE(omap3xxx_cm_idlest_offs); i++) {
134 if (i == ARRAY_SIZE(omap3xxx_cm_idlest_offs))
H A Dfb.c63 num_res = ARRAY_SIZE(omap2_vrfb_resources);
66 num_res = ARRAY_SIZE(omap3_vrfb_resources);
/linux-master/arch/arm/mach-orion5x/
H A Dmv2120-setup.c59 .nr_parts = ARRAY_SIZE(mv2120_partitions)
94 .nbuttons = ARRAY_SIZE(mv2120_buttons),
172 .num_leds = ARRAY_SIZE(mv2120_led_pins),
H A Dts209-setup.c78 .nr_parts = ARRAY_SIZE(qnap_ts209_partitions)
219 .nbuttons = ARRAY_SIZE(qnap_ts209_buttons),
H A Dts409-setup.c98 .nr_parts = ARRAY_SIZE(qnap_ts409_partitions)
190 .num_leds = ARRAY_SIZE(ts409_led_pins),
225 .nbuttons = ARRAY_SIZE(qnap_ts409_buttons),
/linux-master/arch/arm/mach-pxa/
H A Dam200epd.c110 for (i = 0; i < ARRAY_SIZE(gpios); i++) {
143 for (i = 0; i < ARRAY_SIZE(gpios); i++)
/linux-master/arch/arm/mach-sa1100/
H A Dclock.c62 .num_parents = ARRAY_SIZE(clk_gpio27_parents),
89 .num_parents = ARRAY_SIZE(clk_mpll_parents),
127 ARRAY_SIZE(clk_tucr_parents), 0,
H A Dh3xxx.c76 .nr_parts = ARRAY_SIZE(h3xxx_partitions),
154 .num_chips = ARRAY_SIZE(egpio_chips),
161 .num_resources = ARRAY_SIZE(egpio_resources),
191 .nbuttons = ARRAY_SIZE(h3xxx_button_table),
212 .num_resources = ARRAY_SIZE(h3xxx_micro_resources),
242 platform_add_devices(h3xxx_devices, ARRAY_SIZE(h3xxx_devices));
271 iotable_init(h3600_io_desc, ARRAY_SIZE(h3600_io_desc));
H A Djornada720.c170 .initregssize = ARRAY_SIZE(s1d13xxxfb_initregs),
185 .num_resources = ARRAY_SIZE(s1d13xxxfb_resources),
219 .num_resources = ARRAY_SIZE(sa1111_resources),
235 .num_resources = ARRAY_SIZE(jornada_kbd_resources),
277 ret = platform_add_devices(devices, ARRAY_SIZE(devices));
302 iotable_init(jornada720_io_desc, ARRAY_SIZE(jornada720_io_desc));
356 .nr_parts = ARRAY_SIZE(jornada720_partitions),
/linux-master/arch/arm/mach-tegra/
H A Dio.c54 iotable_init(tegra_io_desc, ARRAY_SIZE(tegra_io_desc));
/linux-master/arch/arm/mach-vt8500/
H A Dvt8500.c51 iotable_init(vt8500_io_desc, ARRAY_SIZE(vt8500_io_desc));
/linux-master/arch/arm/plat-orion/
H A Dmpp.c35 if (mpp_nr_regs > ARRAY_SIZE(mpp_ctrl)) {
/linux-master/arch/m68k/atari/
H A Dnvram.c192 for (i = ARRAY_SIZE(boot_prefs) - 1; i >= 0; --i)
212 if (nvram[6] < ARRAY_SIZE(languages))
217 if (nvram[7] < ARRAY_SIZE(languages))
/linux-master/arch/m68k/coldfire/
H A Damcore.c65 .num_resources = ARRAY_SIZE(dm9000_resources),
102 .nr_parts = ARRAY_SIZE(amcore_partitions),
149 ARRAY_SIZE(amcore_i2c_info));
151 platform_add_devices(amcore_devices, ARRAY_SIZE(amcore_devices));
H A Dfirebee.c57 .nr_parts = ARRAY_SIZE(firebee_flash_parts),
H A Dmcf8390.c34 ARRAY_SIZE(mcf8390_resources));
H A Dnettel.c73 .num_resources = ARRAY_SIZE(nettel_smc91x_0_resources),
79 .num_resources = ARRAY_SIZE(nettel_smc91x_1_resources),
148 platform_add_devices(nettel_devices, ARRAY_SIZE(nettel_devices));
/linux-master/arch/mips/ath25/
H A Ddevices.c43 .num_resources = ARRAY_SIZE(ath25_wmac0_res),
50 .num_resources = ARRAY_SIZE(ath25_wmac1_res),
68 if ((ath25_soc >= ARRAY_SIZE(soc_type_strings)) ||

Completed in 364 milliseconds

1234567891011>>