Searched refs:SPINAND_OP (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/mtd/nand/spi/ |
| H A D | micron.c | 140 struct spi_mem_op op = SPINAND_OP(spinand, set_feature, in micron_select_target() 254 struct spi_mem_op write_op = SPINAND_OP(spinand, wr_en); in mt29f2g01abagd_otp_lock() 255 struct spi_mem_op exec_op = SPINAND_OP(spinand, prog_exec, 0); in mt29f2g01abagd_otp_lock()
|
| H A D | esmt.c | 141 struct spi_mem_op write_op = SPINAND_OP(spinand, wr_en); in f50l1g41lb_otp_lock() 142 struct spi_mem_op exec_op = SPINAND_OP(spinand, prog_exec, 0); in f50l1g41lb_otp_lock()
|
| H A D | winbond.c | 167 struct spi_mem_op op = SPINAND_OP(spinand, winbond_select_target, in w25m02gv_select_target() 295 struct spi_mem_op op = SPINAND_OP(spinand, get_feature, in w25n02kv_ecc_get_status() 369 struct spi_mem_op op = SPINAND_OP(spinand, winbond_write_vcr, in w35n0xjw_write_vcr()
|
| H A D | core.c | 115 struct spi_mem_op op = SPINAND_OP(spinand, get_feature, in spinand_read_reg_op() 129 struct spi_mem_op op = SPINAND_OP(spinand, set_feature, in spinand_write_reg_op() 446 struct spi_mem_op op = SPINAND_OP(spinand, wr_en); in spinand_write_enable_op() 456 struct spi_mem_op op = SPINAND_OP(spinand, page_read, row); in spinand_load_page_op() 611 struct spi_mem_op op = SPINAND_OP(spinand, prog_exec, row); in spinand_program_op() 621 struct spi_mem_op op = SPINAND_OP(spinand, blk_erase, row); in spinand_erase_op() 641 struct spi_mem_op op = SPINAND_OP(spinand, get_feature, in spinand_wait() 675 struct spi_mem_op op = SPINAND_OP(spinand, readid, in spinand_read_id_op() 688 struct spi_mem_op op = SPINAND_OP(spinand, reset); in spinand_reset_op()
|
| H A D | macronix.c | 87 struct spi_mem_op op = SPINAND_OP(spinand, macronix_read_eccsr, eccsr); in macronix_get_eccsr() 166 struct spi_mem_op op = SPINAND_OP(spinand, set_feature, in macronix_set_read_retry()
|
| H A D | gigadevice.c | 269 struct spi_mem_op op = SPINAND_OP(spinand, get_feature, in gd5fxgq4uexxg_ecc_get_status() 312 struct spi_mem_op op = SPINAND_OP(spinand, get_feature, in gd5fxgq5xexxg_ecc_get_status()
|
| H A D | toshiba.c | 76 struct spi_mem_op op = SPINAND_OP(spinand, get_feature, in tx58cxgxsxraix_ecc_get_status()
|
| /linux/include/linux/mtd/ |
| H A D | spinand.h | 803 #define SPINAND_OP(spinand, op_name, ...) \ macro
|