Searched refs:doc200x_hwcontrol (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | diskonchip.c | 86 static void doc200x_hwcontrol(struct mtd_info *mtd, int cmd, 380 doc200x_hwcontrol(mtd, NAND_CMD_READID, in doc200x_ident_chip() 382 doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip() 383 doc200x_hwcontrol(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in doc200x_ident_chip() 401 doc200x_hwcontrol(mtd, NAND_CMD_READID, in doc200x_ident_chip() 403 doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip() 404 doc200x_hwcontrol(mtd, NAND_CMD_NONE, in doc200x_ident_chip() 618 doc200x_hwcontrol(mtd, NAND_CMD_NONE, 0 | NAND_CTRL_CHANGE); in doc200x_select_chip() 623 doc200x_hwcontrol(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in doc200x_select_chip() 631 static void doc200x_hwcontrol(struct mtd_info *mtd, int cmd, in doc200x_hwcontrol() function [all …]
|