Home
last modified time | relevance | path

Searched refs:SPINAND_SET_FEATURE_OP (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/mtd/nand/spi/
H A Dmicron.c140 struct spi_mem_op op = SPINAND_SET_FEATURE_OP(MICRON_DIE_SELECT_REG, in micron_select_target()
H A Dmacronix.c151 struct spi_mem_op op = SPINAND_SET_FEATURE_OP(MACRONIX_FEATURE_ADDR_READ_RETRY, in macronix_set_read_retry()
H A Dcore.c39 struct spi_mem_op op = SPINAND_SET_FEATURE_OP(reg, in spinand_write_reg_op()
/linux-6.15/include/linux/mtd/
H A Dspinand.h41 #define SPINAND_SET_FEATURE_OP(reg, valptr) \ macro