Searched refs:NAND_CTRL_CLE (Results 1 – 3 of 3) sorted by relevance
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()
254 int ctrl = NAND_CTRL_CLE | NAND_CTRL_CHANGE; in nand_command()319 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command()
45 #define NAND_CTRL_CLE (NAND_NCE | NAND_CLE) macro