Home
last modified time | relevance | path

Searched refs:SPINAND_OP (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/mtd/nand/spi/
H A Dcore.c126 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 Dwinbond.c167 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 Dmacronix.c87 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 Dgigadevice.c269 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 Dspinand.h811 #define SPINAND_OP(spinand, op_name, ...) \ macro