Home
last modified time | relevance | path

Searched refs:select_chip (Results 26 – 38 of 38) sorted by relevance

12

/openbmc/linux/drivers/mtd/nand/raw/
H A Dhisi504_nand.c770 chip->legacy.select_chip = hisi_nfc_select_chip; in hisi_nfc_probe()
H A Dcafe_nand.c710 cafe->nand.legacy.select_chip = cafe_select_chip; in cafe_nand_probe()
H A Dfsl_elbc_nand.c703 chip->legacy.select_chip = fsl_elbc_select_chip; in fsl_elbc_chip_init()
H A Dfsl_ifc_nand.c878 chip->legacy.select_chip = fsl_ifc_select_chip; in fsl_ifc_chip_init()
H A Dsh_flctl.c1170 nand->legacy.select_chip = flctl_select_chip; in flctl_probe()
H A Dnand_base.c183 if (chip->legacy.select_chip) in nand_select_target()
184 chip->legacy.select_chip(chip, cs); in nand_select_target()
197 if (chip->legacy.select_chip) in nand_deselect_target()
198 chip->legacy.select_chip(chip, -1); in nand_deselect_target()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c935 nand->select_chip = fsl_ifc_select_chip; in fsl_ifc_chip_init()
H A Dzynq_nand.c1081 nand_chip->select_chip = zynq_nand_select_chip; in zynq_nand_init()
H A Darasan_nfc.c1209 nand_chip->select_chip = arasan_nand_select_chip; in arasan_nand_init()
H A Dmxc_nand.c1167 this->select_chip = mxc_nand_select_chip;
H A Ddenali.c1254 chip->select_chip = denali_select_chip; in denali_init()
H A Dpxa3xx_nand.c1780 chip->select_chip = pxa3xx_nand_select_chip; in alloc_nand_resource()
/openbmc/linux/Documentation/driver-api/
H A Dmtdnand.rst305 provide an own select_chip function. This function must (de)select the
309 select_chip function can handle the requested number of chips.

12