Lines Matching defs:chips
322 * @node: Used to store NAND chips into a list
390 * @chips: List containing all the NAND chips attached to
406 struct list_head chips;
2740 list_add_tail(&marvell_nand->node, &nfc->chips);
2751 list_for_each_entry_safe(entry, temp, &nfc->chips, node) {
2774 dev_err(dev, "too many NAND chips: %d (max = %d CS)\n", nchips,
2941 INIT_LIST_HEAD(&nfc->chips);
2997 /* Init the controller and then probe the chips */
3043 list_for_each_entry(chip, &nfc->chips, node)