Searched refs:NAND_CTRL_CLE (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | am335x_spl_bch.c | 48 hwctrl(mtd, cmd, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command() 105 hwctrl(mtd, NAND_CMD_RNDOUTSTART, NAND_CTRL_CLE | in nand_command() 113 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command()
|
| H A D | nand_spl_simple.c | 36 this->cmd_ctrl(mtd, cmd, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command() 85 hwctrl(mtd, cmd, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command() 102 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command()
|
| H A D | atmel_nand.c | 1261 hwctrl(mtd, cmd, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command() 1275 hwctrl(mtd, NAND_CMD_READSTART, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command() 1351 hwctrl(mtd, NAND_CMD_ERASE1, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in spl_nand_erase_one() 1361 hwctrl(mtd, NAND_CMD_ERASE2, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in spl_nand_erase_one()
|
| H A D | omap_gpmc.c | 70 case NAND_CTRL_CHANGE | NAND_CTRL_CLE: in omap_nand_hwcontrol()
|
| H A D | nand_base.c | 614 int ctrl = NAND_CTRL_CLE | NAND_CTRL_CHANGE; in nand_command() 676 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command()
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | rawnand.h | 72 #define NAND_CTRL_CLE (NAND_NCE | NAND_CLE) macro
|