nand_select_chip (9) Linux Manual Page
nand_select_chip – [DEFAULT] control CE line
Synopsis
void nand_select_chip(struct mtd_info *mtd, int chipnr);
Arguments
mtd
-
- MTD device structure
chipnr
- chipnumber to select, -1 for deselect
Description
Default select function for 1 chip devices.
Author
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
