Searched refs:SPINAND_WR_EN_DIS_OP (Results 1 – 4 of 4) sorted by relevance
140 struct spi_mem_op write_op = SPINAND_WR_EN_DIS_OP(true); in f50l1g41lb_otp_lock()
254 struct spi_mem_op write_op = SPINAND_WR_EN_DIS_OP(true); in mt29f2g01abagd_otp_lock()
365 struct spi_mem_op op = SPINAND_WR_EN_DIS_OP(true); in spinand_write_enable_op()
29 #define SPINAND_WR_EN_DIS_OP(enable) \ macro