Searched refs:NAND_ALE (Results 1 – 20 of 20) sorted by relevance
| /u-boot/drivers/mtd/nand/raw/ |
| A D | mxs_nand_spl.c | 31 chip->cmd_ctrl(mtd, column, NAND_ALE); in mxs_nand_command() 32 chip->cmd_ctrl(mtd, column >> 8, NAND_ALE); in mxs_nand_command() 35 chip->cmd_ctrl(mtd, page_addr, NAND_ALE); in mxs_nand_command() 36 chip->cmd_ctrl(mtd, page_addr >> 8, NAND_ALE); in mxs_nand_command() 39 chip->cmd_ctrl(mtd, page_addr >> 16, NAND_ALE); in mxs_nand_command()
|
| A D | fsl_upm.c | 94 fun->last_ctrl = ctrl & (NAND_ALE | NAND_CLE); in fun_cmd_ctrl() 98 if (ctrl & NAND_ALE) in fun_cmd_ctrl()
|
| A D | kirkwood_nand.c | 43 else if (ctrl & NAND_ALE) in kw_nand_hwcontrol()
|
| A D | kb9202_nand.c | 48 if (ctrl & NAND_ALE) in kb9202_nand_hwcontrol()
|
| A D | kmeter1_nand.c | 58 if (ctrl & NAND_ALE) in kpn_nand_hwcontrol()
|
| A D | fsmc_nand.c | 176 if (ctrl & NAND_ALE) in fsmc_nand_hwcontrol()
|
| A D | lpc32xx_nand_mlc.c | 167 else if (ctrl & NAND_ALE) in lpc32xx_cmd_ctrl()
|
| A D | lpc32xx_nand_slc.c | 154 else if (ctrl & NAND_ALE) in lpc32xx_nand_cmd_ctrl()
|
| A D | davinci_nand.c | 156 if (ctrl & NAND_ALE) in nand_davinci_hwcontrol()
|
| A D | sunxi_nand.c | 565 !(ctrl & (NAND_CLE | NAND_ALE))) { in sunxi_nfc_cmd_ctrl() 602 } else if (ctrl & NAND_ALE) { in sunxi_nfc_cmd_ctrl()
|
| A D | mxs_nand.c | 363 if (ctrl & (NAND_ALE | NAND_CLE)) { in mxs_nand_cmd_ctrl()
|
| A D | denali.c | 266 else if (ctrl & NAND_ALE) in denali_cmd_ctrl()
|
| A D | atmel_nand.c | 1235 if (ctrl & NAND_ALE) in at91_nand_hwcontrol()
|
| A D | nand_base.c | 734 int ctrl = NAND_CTRL_CHANGE | NAND_NCE | NAND_ALE; in nand_command_lp() 749 NAND_NCE | NAND_ALE); in nand_command_lp() 752 NAND_NCE | NAND_ALE); in nand_command_lp()
|
| /u-boot/board/socrates/ |
| A D | nand.c | 124 switch (ctrl & (NAND_ALE | NAND_CLE)) { in sc_nand_hwcontrol() 129 case NAND_ALE: in sc_nand_hwcontrol()
|
| /u-boot/board/xes/common/ |
| A D | actl_nand.c | 29 if (ctrl & NAND_ALE) in nand_addr_hwcontrol()
|
| /u-boot/board/freescale/m5329evb/ |
| A D | nand.c | 39 if (ctrl & NAND_ALE) in nand_hwcontrol()
|
| /u-boot/board/cssi/MCR3000/ |
| A D | nand.c | 39 if (ctrl & NAND_ALE) in nand_hwcontrol()
|
| /u-boot/board/freescale/m5373evb/ |
| A D | nand.c | 39 if (ctrl & NAND_ALE) in nand_hwcontrol()
|
| /u-boot/include/linux/mtd/ |
| A D | rawnand.h | 72 #define NAND_ALE 0x04 macro 75 #define NAND_CTRL_ALE (NAND_NCE | NAND_ALE)
|
Completed in 38 milliseconds