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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_base.c201 * @chipnr: chipnumber to select, -1 for deselect
205 static void nand_select_chip(struct mtd_info *mtd, int chipnr) argument
209 switch (chipnr) {
345 int page, chipnr, res = 0; local
355 chipnr = (int)(ofs >> chip->chip_shift);
360 chip->select_chip(mtd, chipnr);
945 int chipnr; local
961 chipnr = ofs >> chip->chip_shift;
963 chip->select_chip(mtd, chipnr);
1002 int chipnr, statu local
1443 int chipnr, page, realpage, col, bytes, aligned; local
1757 int page, realpage, chipnr, sndcmd = 1; local
2153 int chipnr, realpage, page, blockmask, column; local
2342 int chipnr, page, status, len; local
2512 int page, status, pages_per_block, ret, chipnr; local
[all...]
H A Dcafe_nand.c320 static void cafe_select_chip(struct mtd_info *mtd, int chipnr) argument
324 cafe_dev_dbg(&cafe->pdev->dev, "select_chip %d\n", chipnr);
328 if (chipnr)
H A Dsh_flctl.c663 static void flctl_select_chip(struct mtd_info *mtd, int chipnr) argument
668 switch (chipnr) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnand_base.c201 * @chipnr: chipnumber to select, -1 for deselect
205 static void nand_select_chip(struct mtd_info *mtd, int chipnr) argument
209 switch (chipnr) {
345 int page, chipnr, res = 0; local
355 chipnr = (int)(ofs >> chip->chip_shift);
360 chip->select_chip(mtd, chipnr);
945 int chipnr; local
961 chipnr = ofs >> chip->chip_shift;
963 chip->select_chip(mtd, chipnr);
1002 int chipnr, statu local
1443 int chipnr, page, realpage, col, bytes, aligned; local
1757 int page, realpage, chipnr, sndcmd = 1; local
2153 int chipnr, realpage, page, blockmask, column; local
2342 int chipnr, page, status, len; local
2512 int page, status, pages_per_block, ret, chipnr; local
[all...]
H A Dcafe_nand.c320 static void cafe_select_chip(struct mtd_info *mtd, int chipnr) argument
324 cafe_dev_dbg(&cafe->pdev->dev, "select_chip %d\n", chipnr);
328 if (chipnr)
H A Dsh_flctl.c663 static void flctl_select_chip(struct mtd_info *mtd, int chipnr) argument
668 switch (chipnr) {

Completed in 196 milliseconds