Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dmarvell_nand.c392 * @selected_chip: Currently selected target chip
407 struct nand_chip *selected_chip; member
773 if (chip == nfc->selected_chip && die_nr == marvell_nand->selected_die) in marvell_nfc_select_target()
779 nfc->selected_chip = chip; in marvell_nfc_select_target()
885 ret = marvell_nfc_wait_cmdd(nfc->selected_chip); in marvell_nfc_xfer_data_dma()
2468 * Reset nfc->selected_chip so the next command will cause the timing in marvell_nfc_setup_interface()
2471 nfc->selected_chip = NULL; in marvell_nfc_setup_interface()
3068 * Reset nfc->selected_chip so the next command will cause the timing in marvell_nfc_resume()
3071 nfc->selected_chip = NULL; in marvell_nfc_resume()
H A Dcadence-nand-controller.c499 struct nand_chip *selected_chip; member
1343 if (chip == cdns_ctrl->selected_chip) in cadence_nand_select_target()
1360 cdns_ctrl->selected_chip = chip; in cadence_nand_select_target()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dmarvell_nand.c400 * @selected_chip: Currently selected target chip
415 struct nand_chip *selected_chip; member
781 if (chip == nfc->selected_chip && die_nr == marvell_nand->selected_die) in marvell_nfc_select_target()
787 nfc->selected_chip = chip; in marvell_nfc_select_target()
899 ret = marvell_nfc_wait_cmdd(nfc->selected_chip); in marvell_nfc_xfer_data_dma()
2485 * Reset nfc->selected_chip so the next command will cause the timing in marvell_nfc_setup_interface()
2488 nfc->selected_chip = NULL; in marvell_nfc_setup_interface()
3078 * Reset nfc->selected_chip so the next command will cause the timing in marvell_nfc_resume()
3081 nfc->selected_chip = NULL; in marvell_nfc_resume()
H A Dpl35x-nand-controller.c132 * @selected_chip: NAND chip currently selected by the controller
142 struct nand_chip *selected_chip; member
318 if (chip == nfc->selected_chip) in pl35x_nand_select_target()
328 nfc->selected_chip = chip; in pl35x_nand_select_target()
H A Drenesas-nand-controller.c223 struct nand_chip *selected_chip; member
306 if (chip == rnandc->selected_chip && die_nr == rnand->selected_die) in rnandc_select_target()
321 rnandc->selected_chip = chip; in rnandc_select_target()
H A Dcadence-nand-controller.c499 struct nand_chip *selected_chip; member
1351 if (chip == cdns_ctrl->selected_chip) in cadence_nand_select_target()
1368 cdns_ctrl->selected_chip = chip; in cadence_nand_select_target()

Completed in 25 milliseconds