Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/nand/spi/
H A Dgigadevice.c188 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(GD5FXGQXXEXXG_REG_STATUS2, in gd5fxgq4uexxg_ecc_get_status()
231 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(GD5FXGQXXEXXG_REG_STATUS2, in gd5fxgq5xexxg_ecc_get_status()
H A Dtoshiba.c76 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(0x30, spinand->scratchbuf); in tx58cxgxsxraix_ecc_get_status()
H A Dwinbond.c149 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(0x30, spinand->scratchbuf); in w25n02kv_ecc_get_status()
H A Dcore.c25 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(reg, in spinand_read_reg_op()
552 struct spi_mem_op op = SPINAND_GET_FEATURE_OP(REG_STATUS, in spinand_wait()
/linux-6.15/include/linux/mtd/
H A Dspinand.h47 #define SPINAND_GET_FEATURE_OP(reg, valptr) \ macro