Searched refs:SPINAND_OP (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/mtd/nand/spi/ |
| H A D | core.c | 126 struct spi_mem_op op = SPINAND_OP(spinand, get_feature, in spinand_read_reg_op() 140 struct spi_mem_op op = SPINAND_OP(spinand, set_feature, in spinand_write_reg_op() 457 struct spi_mem_op op = SPINAND_OP(spinand, wr_en); in spinand_write_enable_op() 469 SPINAND_OP(spinand, page_read_packed, row) : in spinand_load_page_op() 470 SPINAND_OP(spinand, page_read, row); in spinand_load_page_op() 625 struct spi_mem_op op = SPINAND_OP(spinand, prog_exec, row); in spinand_program_op() 635 struct spi_mem_op op = SPINAND_OP(spinand, blk_erase, row); in spinand_erase_op() 655 struct spi_mem_op op = SPINAND_OP(spinand, get_feature, in spinand_wait() 689 struct spi_mem_op op = SPINAND_OP(spinand, readid, in spinand_read_id_op() 702 struct spi_mem_op op = SPINAND_OP(spinand, reset); in spinand_reset_op()
|
| 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() 372 struct spi_mem_op op = SPINAND_OP(spinand, winbond_write_vcr, in w35n0xjw_write_vcr()
|
| 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()
|
| /linux/include/linux/mtd/ |
| H A D | spinand.h | 811 #define SPINAND_OP(spinand, op_name, ...) \ macro
|