Lines Matching defs:nsels
335 * @nsels: Number of CS lines required by the NAND chip
347 unsigned int nsels;
2607 int nsels, ret, i;
2620 nsels = 1;
2622 nsels = of_property_count_elems_of_size(np, "reg", sizeof(u32));
2623 if (nsels <= 0) {
2631 struct_size(marvell_nand, sels, nsels),
2638 marvell_nand->nsels = nsels;
2641 for (i = 0; i < nsels; i++) {
2734 ret = nand_scan(chip, marvell_nand->nsels);