Searched refs:NAND_CTRL_CLE (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | am335x_spl_bch.c | 47 hwctrl(mtd, cmd, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command() 104 hwctrl(mtd, NAND_CMD_RNDOUTSTART, NAND_CTRL_CLE | in nand_command() 112 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command()
|
H A D | nand_spl_simple.c | 35 this->cmd_ctrl(mtd, cmd, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command() 84 hwctrl(mtd, cmd, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command() 101 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command()
|
H A D | atmel_nand.c | 1260 hwctrl(mtd, cmd, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command() 1274 hwctrl(mtd, NAND_CMD_READSTART, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command() 1350 hwctrl(mtd, NAND_CMD_ERASE1, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in spl_nand_erase_one() 1360 hwctrl(mtd, NAND_CMD_ERASE2, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in spl_nand_erase_one()
|
H A D | omap_gpmc.c | 69 case NAND_CTRL_CHANGE | NAND_CTRL_CLE: in omap_nand_hwcontrol()
|
H A D | nand_base.c | 602 int ctrl = NAND_CTRL_CLE | NAND_CTRL_CHANGE; in nand_command() 664 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command()
|
/openbmc/linux/drivers/mtd/nand/raw/bcm47xxnflash/ |
H A D | ops_bcm4706.c | 178 if (cmd & NAND_CTRL_CLE) in bcm47xxnflash_ops_bcm4706_cmd_ctrl() 226 nand_chip->legacy.cmd_ctrl(nand_chip, command, NAND_CTRL_CLE); in bcm47xxnflash_ops_bcm4706_cmdfunc()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_legacy.c | 254 int ctrl = NAND_CTRL_CLE | NAND_CTRL_CHANGE; in nand_command() 319 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command()
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | rawnand.h | 72 #define NAND_CTRL_CLE (NAND_NCE | NAND_CLE) macro
|
/openbmc/linux/include/linux/mtd/ |
H A D | rawnand.h | 45 #define NAND_CTRL_CLE (NAND_NCE | NAND_CLE) macro
|