Lines Matching defs:nsels
329 * @nsels: Number of CS lines required by the NAND chip
341 unsigned int nsels;
2590 int nsels, ret, i;
2603 nsels = 1;
2605 nsels = of_property_count_elems_of_size(np, "reg", sizeof(u32));
2606 if (nsels <= 0) {
2614 struct_size(marvell_nand, sels, nsels),
2621 marvell_nand->nsels = nsels;
2624 for (i = 0; i < nsels; i++) {
2723 ret = nand_scan(chip, marvell_nand->nsels);