Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/nand/spi/
H A Desmt.c140 struct spi_mem_op write_op = SPINAND_WR_EN_DIS_OP(true); in f50l1g41lb_otp_lock()
H A Dmicron.c254 struct spi_mem_op write_op = SPINAND_WR_EN_DIS_OP(true); in mt29f2g01abagd_otp_lock()
H A Dcore.c365 struct spi_mem_op op = SPINAND_WR_EN_DIS_OP(true); in spinand_write_enable_op()
/linux-6.15/include/linux/mtd/
H A Dspinand.h29 #define SPINAND_WR_EN_DIS_OP(enable) \ macro