Lines Matching refs:NAND_CTRL_CHANGE
1213 if (ctrl & NAND_CTRL_CHANGE) { in at91_nand_hwcontrol()
1261 hwctrl(mtd, cmd, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command()
1266 hwctrl(mtd, offs & 0xff, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in nand_command()
1273 hwctrl(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in nand_command()
1275 hwctrl(mtd, NAND_CMD_READSTART, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command()
1276 hwctrl(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in nand_command()
1351 hwctrl(mtd, NAND_CMD_ERASE1, NAND_CTRL_CLE | NAND_CTRL_CHANGE); in spl_nand_erase_one()
1353 hwctrl(mtd, (page_addr & 0xff), NAND_CTRL_ALE | NAND_CTRL_CHANGE); in spl_nand_erase_one()
1355 NAND_CTRL_ALE | NAND_CTRL_CHANGE); in spl_nand_erase_one()
1359 NAND_CTRL_ALE | 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()