Searched refs:selected_chip (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/mtd/nand/raw/
H A Dpl35x-nand-controller.c132 * @selected_chip: NAND chip currently selected by the controller
142 struct nand_chip *selected_chip; member in struct:pl35x_nandc
318 if (chip == nfc->selected_chip)
328 nfc->selected_chip = chip;
H A Dmarvell_nand.c400 * @selected_chip: Currently selected target chip
415 struct nand_chip *selected_chip; member in struct:marvell_nfc
781 if (chip == nfc->selected_chip && die_nr == marvell_nand->selected_die)
787 nfc->selected_chip = chip;
899 ret = marvell_nfc_wait_cmdd(nfc->selected_chip);
2485 * Reset nfc->selected_chip so the next command will cause the timing
2488 nfc->selected_chip = NULL;
3078 * Reset nfc->selected_chip so the next command will cause the timing
3081 nfc->selected_chip = NULL;
H A Drenesas-nand-controller.c223 struct nand_chip *selected_chip; member in struct:rnandc
306 if (chip == rnandc->selected_chip && die_nr == rnand->selected_die)
321 rnandc->selected_chip = chip;
H A Dcadence-nand-controller.c501 struct nand_chip *selected_chip; member in struct:cdns_nand_ctrl
1353 if (chip == cdns_ctrl->selected_chip)
1370 cdns_ctrl->selected_chip = chip;

Completed in 320 milliseconds