Lines Matching defs:chips
183 * @node: used to store NAND chips into a list
232 * @chips: a list containing all the NAND chips attached to this NAND
246 struct list_head chips;
2014 list_add_tail(&sunxi_nand->node, &nfc->chips);
2027 dev_err(dev, "too many NAND chips: %d (max = 8)\n", nchips);
2048 while (!list_empty(&nfc->chips)) {
2049 sunxi_nand = list_first_entry(&nfc->chips,
2075 INIT_LIST_HEAD(&nfc->chips);
2164 dev_err(dev, "failed to init nand chips\n");