Lines Matching defs:chips
112 struct aspeed_smc_chip *chips[]; /* pointers to attached chips */
408 chip = controller->chips[n];
434 * contiguous memory region across chips. For the moment, we only
520 * provide a contiguous window across multiple chips.
622 * hardware, or autodetected, but other chips need to be set. Enforce
623 * the 4B setting for all chips.
795 if (controller->chips[cs]) {
797 cs, dev_name(controller->chips[cs]->nor.dev));
841 controller->chips[cs] = chip;
868 struct_size(controller, chips, info->nce),