Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/nand/spi/
H A Desmt.c141 struct spi_mem_op exec_op = SPINAND_PROG_EXEC_OP(0); in f50l1g41lb_otp_lock()
H A Dmicron.c255 struct spi_mem_op exec_op = SPINAND_PROG_EXEC_OP(0); in mt29f2g01abagd_otp_lock()
H A Dcore.c522 struct spi_mem_op op = SPINAND_PROG_EXEC_OP(row); in spinand_program_op()
/linux-6.15/include/linux/mtd/
H A Dspinand.h173 #define SPINAND_PROG_EXEC_OP(addr) \ macro