SPI_MEM_OP_CMD     54 drivers/mtd/nand/spi/macronix.c 	struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(0x7c, 1),
SPI_MEM_OP_CMD     66 drivers/mtd/nand/spi/winbond.c 	struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(0xc2, 1),
SPI_MEM_OP_CMD    309 drivers/mtd/spi-nor/spi-nor.c 		SPI_MEM_OP(SPI_MEM_OP_CMD(nor->read_opcode, 1),
SPI_MEM_OP_CMD    358 drivers/mtd/spi-nor/spi-nor.c 		SPI_MEM_OP(SPI_MEM_OP_CMD(nor->program_opcode, 1),
SPI_MEM_OP_CMD    402 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDSR, 1),
SPI_MEM_OP_CMD    431 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDFSR, 1),
SPI_MEM_OP_CMD    460 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDCR, 1),
SPI_MEM_OP_CMD    487 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WRSR, 1),
SPI_MEM_OP_CMD    506 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WREN, 1),
SPI_MEM_OP_CMD    524 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WRDI, 1),
SPI_MEM_OP_CMD    623 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(enable ?
SPI_MEM_OP_CMD    655 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_BRWR, 1),
SPI_MEM_OP_CMD    672 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WREAR, 1),
SPI_MEM_OP_CMD    707 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_XRDSR, 1),
SPI_MEM_OP_CMD    735 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_CLSR, 1),
SPI_MEM_OP_CMD    769 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_CLFSR, 1),
SPI_MEM_OP_CMD    866 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_CHIP_ERASE, 1),
SPI_MEM_OP_CMD    943 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(nor->erase_opcode, 1),
SPI_MEM_OP_CMD   1674 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WRSR, 1),
SPI_MEM_OP_CMD   1868 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WRSR2, 1),
SPI_MEM_OP_CMD   1883 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDSR2, 1),
SPI_MEM_OP_CMD   2517 drivers/mtd/spi-nor/spi-nor.c 			SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDID, 1),
SPI_MEM_OP_CMD   2963 drivers/mtd/spi-nor/spi-nor.c 	struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(read->opcode, 1),
SPI_MEM_OP_CMD   2989 drivers/mtd/spi-nor/spi-nor.c 	struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(pp->opcode, 1),
SPI_MEM_OP_CMD     24 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(0xff, 1),				\
SPI_MEM_OP_CMD     30 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD((enable) ? 0x06 : 0x04, 1),		\
SPI_MEM_OP_CMD     36 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(0x9f, 1),				\
SPI_MEM_OP_CMD     42 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(0x1f, 1),				\
SPI_MEM_OP_CMD     48 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(0x0f, 1),				\
SPI_MEM_OP_CMD     54 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(0xd8, 1),				\
SPI_MEM_OP_CMD     60 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(0x13, 1),				\
SPI_MEM_OP_CMD     66 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(fast ? 0x0b : 0x03, 1),		\
SPI_MEM_OP_CMD     72 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(fast ? 0x0b : 0x03, 1),		\
SPI_MEM_OP_CMD     78 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(0x3b, 1),				\
SPI_MEM_OP_CMD     84 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(0x3b, 1),				\
SPI_MEM_OP_CMD     90 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(0x6b, 1),				\
SPI_MEM_OP_CMD     96 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(0x6b, 1),				\
SPI_MEM_OP_CMD    102 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(0xbb, 1),				\
SPI_MEM_OP_CMD    108 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(0xbb, 1),				\
SPI_MEM_OP_CMD    114 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(0xeb, 1),				\
SPI_MEM_OP_CMD    120 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(0xeb, 1),				\
SPI_MEM_OP_CMD    126 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(0x10, 1),				\
SPI_MEM_OP_CMD    132 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(reset ? 0x02 : 0x84, 1),		\
SPI_MEM_OP_CMD    138 include/linux/mtd/spinand.h 	SPI_MEM_OP(SPI_MEM_OP_CMD(reset ? 0x32 : 0x34, 1),		\