Searched refs:NAND_CTRL_CHANGE (Results 1 – 20 of 20) sorted by relevance
| /Linux-v5.4/drivers/mtd/nand/raw/ |
| D | nand_legacy.c | 57 0 | NAND_CTRL_CHANGE); in nand_select_chip() 252 int ctrl = NAND_CTRL_CLE | NAND_CTRL_CHANGE; in nand_command() 270 ctrl &= ~NAND_CTRL_CHANGE; in nand_command() 276 ctrl = NAND_CTRL_ALE | NAND_CTRL_CHANGE; in nand_command() 284 ctrl &= ~NAND_CTRL_CHANGE; in nand_command() 288 ctrl &= ~NAND_CTRL_CHANGE; in nand_command() 294 NAND_NCE | NAND_CTRL_CHANGE); in nand_command() 317 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command() 319 NAND_NCE | NAND_CTRL_CHANGE); in nand_command() 399 NAND_NCE | NAND_CLE | NAND_CTRL_CHANGE); in nand_command_lp() [all …]
|
| D | diskonchip.c | 377 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in doc200x_ident_chip() 378 doc200x_hwcontrol(this, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip() 379 doc200x_hwcontrol(this, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in doc200x_ident_chip() 398 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in doc200x_ident_chip() 399 doc200x_hwcontrol(this, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip() 401 NAND_NCE | NAND_CTRL_CHANGE); in doc200x_ident_chip() 605 doc200x_hwcontrol(this, NAND_CMD_NONE, 0 | NAND_CTRL_CHANGE); in doc200x_select_chip() 610 doc200x_hwcontrol(this, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in doc200x_select_chip() 624 if (ctrl & NAND_CTRL_CHANGE) { in doc200x_hwcontrol()
|
| D | cs553x_nand.c | 132 if (ctrl & NAND_CTRL_CHANGE) { in cs553x_hwcontrol() 133 unsigned char ctl = (ctrl & ~NAND_CTRL_CHANGE ) ^ 0x01; in cs553x_hwcontrol()
|
| D | fsl_upm.c | 91 if (ctrl & NAND_CTRL_CHANGE) { in fun_cmd_ctrl() 111 chip->legacy.cmd_ctrl(chip, NAND_CMD_NONE, 0 | NAND_CTRL_CHANGE); in fun_select_chip()
|
| D | cmx270_nand.c | 92 if (ctrl & NAND_CTRL_CHANGE) { in cmx270_hwcontrol()
|
| D | txx9ndfmc.c | 138 if (ctrl & NAND_CTRL_CHANGE) { in txx9ndfmc_cmd_ctrl() 156 if ((ctrl & NAND_CTRL_CHANGE) && cmd == NAND_CMD_NONE) in txx9ndfmc_cmd_ctrl()
|
| D | sharpsl.c | 63 if (ctrl & NAND_CTRL_CHANGE) { in sharpsl_nand_hwcontrol()
|
| D | gpio.c | 79 if (ctrl & NAND_CTRL_CHANGE) { in gpio_nand_cmd_ctrl()
|
| D | tmio_nand.c | 135 if (ctrl & NAND_CTRL_CHANGE) { in tmio_nand_hwcontrol()
|
| D | davinci_nand.c | 94 if (ctrl & NAND_CTRL_CHANGE) { in nand_davinci_hwcontrol()
|
| D | r852.c | 322 if (ctrl & NAND_CTRL_CHANGE) { in r852_cmdctl()
|
| /Linux-v5.4/arch/arm/mach-ep93xx/ |
| D | snappercl15.c | 48 if (ctrl & NAND_CTRL_CHANGE) { in snappercl15_nand_cmd_ctrl()
|
| D | ts72xx.c | 77 if (ctrl & NAND_CTRL_CHANGE) { in ts72xx_nand_hwcontrol()
|
| /Linux-v5.4/arch/arm/mach-ixp4xx/ |
| D | ixdp425-setup.c | 85 if (ctrl & NAND_CTRL_CHANGE) { in ixdp425_flash_nand_cmd_ctrl()
|
| /Linux-v5.4/arch/mips/rb532/ |
| D | devices.c | 148 if (ctrl & NAND_CTRL_CHANGE) { in rb532_cmd_ctrl()
|
| /Linux-v5.4/arch/arm/mach-orion5x/ |
| D | ts78xx-setup.c | 136 if (ctrl & NAND_CTRL_CHANGE) { in ts78xx_ts_nand_cmd_ctrl()
|
| /Linux-v5.4/arch/arm/mach-pxa/ |
| D | balloon3.c | 572 if (ctrl & NAND_CTRL_CHANGE) { in balloon3_nand_cmd_ctl()
|
| D | em-x270.c | 292 if (ctrl & NAND_CTRL_CHANGE) { in em_x270_nand_cmd_ctl()
|
| /Linux-v5.4/include/linux/mtd/ |
| D | rawnand.h | 46 #define NAND_CTRL_CHANGE 0x80 macro
|
| /Linux-v5.4/drivers/mtd/nand/raw/atmel/ |
| D | nand-controller.c | 633 if ((ctrl & NAND_CTRL_CHANGE) && nand->activecs->csgpio) { in atmel_nand_cmd_ctrl()
|