Searched refs:NAND_NCE (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/arch/arm/mach-ep93xx/ |
D | snappercl15.c | 58 if (ctrl & NAND_NCE) in snappercl15_nand_cmd_ctrl()
|
D | ts72xx.c | 91 bits |= (ctrl & NAND_NCE) << 2; /* bit 0 -> bit 2 */ in ts72xx_nand_hwcontrol()
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | cmx270_nand.c | 109 if ( ctrl & NAND_NCE ) in cmx270_hwcontrol()
|
D | txx9ndfmc.c | 149 mcr |= ctrl & NAND_NCE ? TXX9_NDFMCR_CE : 0; in txx9ndfmc_cmd_ctrl() 150 if (txx9_priv->cs >= 0 && (ctrl & NAND_NCE)) { in txx9ndfmc_cmd_ctrl()
|
D | socrates_nand.c | 117 if (ctrl & NAND_NCE) in socrates_nand_cmd_ctrl()
|
D | ams-delta.c | 124 (ctrl & NAND_NCE) == 0); in ams_delta_hwcontrol()
|
D | nand_base.c | 810 chip->cmd_ctrl(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in nand_command() 835 NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in nand_command() 914 NAND_NCE | NAND_CLE | NAND_CTRL_CHANGE); in nand_command_lp() 917 int ctrl = NAND_CTRL_CHANGE | NAND_NCE | NAND_ALE; in nand_command_lp() 935 NAND_NCE | NAND_ALE); in nand_command_lp() 938 NAND_NCE | NAND_ALE); in nand_command_lp() 941 chip->cmd_ctrl(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in nand_command_lp() 969 NAND_NCE | NAND_CLE | NAND_CTRL_CHANGE); in nand_command_lp() 971 NAND_NCE | NAND_CTRL_CHANGE); in nand_command_lp() 979 NAND_NCE | NAND_CLE | NAND_CTRL_CHANGE); in nand_command_lp() [all …]
|
D | gpio.c | 84 gpiod_set_value(gpiomtd->nce, !(ctrl & NAND_NCE)); in gpio_nand_cmd_ctrl()
|
D | jz4780_nand.c | 101 jz4780_nemc_assert(nfc->dev, cs->bank, ctrl & NAND_NCE); in jz4780_nand_cmd_ctrl()
|
D | tmio_nand.c | 138 if (ctrl & NAND_NCE) { in tmio_nand_hwcontrol()
|
D | diskonchip.c | 383 doc200x_hwcontrol(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in doc200x_ident_chip() 405 NAND_NCE | NAND_CTRL_CHANGE); in doc200x_ident_chip() 623 doc200x_hwcontrol(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in doc200x_select_chip()
|
D | jz4740_nand.c | 121 if (ctrl & NAND_NCE) in jz_nand_cmd_ctrl()
|
D | r852.c | 338 if (ctrl & NAND_NCE) in r852_cmdctl()
|
D | lpc32xx_slc.c | 290 if (ctrl & NAND_NCE) in lpc32xx_nand_cmd_ctrl()
|
D | sunxi_nand.c | 560 if (dat == NAND_CMD_NONE && (ctrl & NAND_NCE) && in sunxi_nfc_cmd_ctrl()
|
D | nandsim.c | 2099 ns->lines.ce = bitmask & NAND_NCE ? 1 : 0; in ns_hwcontrol()
|
/Linux-v4.19/arch/arm/mach-ixp4xx/ |
D | ixdp425-setup.c | 84 if (ctrl & NAND_NCE) { in ixdp425_flash_nand_cmd_ctrl()
|
/Linux-v4.19/include/linux/mtd/ |
D | rawnand.h | 51 #define NAND_NCE 0x01 macro 57 #define NAND_CTRL_CLE (NAND_NCE | NAND_CLE) 58 #define NAND_CTRL_ALE (NAND_NCE | NAND_ALE)
|
/Linux-v4.19/arch/arm/mach-orion5x/ |
D | ts78xx-setup.c | 142 bits = (ctrl & NAND_NCE) << 2; in ts78xx_ts_nand_cmd_ctrl()
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | em-x270.c | 305 if (ctrl & NAND_NCE) in em_x270_nand_cmd_ctl()
|
/Linux-v4.19/drivers/mtd/nand/raw/atmel/ |
D | nand-controller.c | 647 if (ctrl & NAND_NCE) in atmel_nand_cmd_ctrl()
|