Searched refs:doc200x_hwcontrol (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/mtd/nand/ |
D | diskonchip.c | 91 static void doc200x_hwcontrol(struct mtd_info *mtd, int cmd, 387 doc200x_hwcontrol(mtd, NAND_CMD_READID, in doc200x_ident_chip() 389 doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip() 390 doc200x_hwcontrol(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in doc200x_ident_chip() 408 doc200x_hwcontrol(mtd, NAND_CMD_READID, in doc200x_ident_chip() 410 doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip() 411 doc200x_hwcontrol(mtd, NAND_CMD_NONE, in doc200x_ident_chip() 625 doc200x_hwcontrol(mtd, NAND_CMD_NONE, 0 | NAND_CTRL_CHANGE); in doc200x_select_chip() 630 doc200x_hwcontrol(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in doc200x_select_chip() 638 static void doc200x_hwcontrol(struct mtd_info *mtd, int cmd, in doc200x_hwcontrol() function [all …]
|