Searched refs:NAND_ROW_ADDR_3 (Results 1 – 8 of 8) sorted by relevance
292 if (chip->options & NAND_ROW_ADDR_3) in nand_command()425 if (chip->options & NAND_ROW_ADDR_3) in nand_command_lp()
413 if (chip->options & NAND_ROW_ADDR_3) { in set_addr()
813 if (chip->options & NAND_ROW_ADDR_3) in stm32_fmc2_nfc_rw_page_init()838 if (chip->options & NAND_ROW_ADDR_3) { in stm32_fmc2_nfc_rw_page_init()
524 if (chip->options & NAND_ROW_ADDR_3) { in tegra_nand_page_xfer()
206 iowrite32(chip->options & NAND_ROW_ADDR_3 ? in denali_select_target()
1208 if (chip->options & NAND_ROW_ADDR_3) in anfc_attach_chip()
721 if (nand->options & NAND_ROW_ADDR_3) in meson_nfc_rw_cmd_prepare_and_execute()
151 #define NAND_ROW_ADDR_3 BIT(14) macro