Searched refs:SPI_MEM_OP (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/mtd/ |
D | spinand.h | 24 SPI_MEM_OP(SPI_MEM_OP_CMD(0xff, 1), \ 30 SPI_MEM_OP(SPI_MEM_OP_CMD((enable) ? 0x06 : 0x04, 1), \ 36 SPI_MEM_OP(SPI_MEM_OP_CMD(0x9f, 1), \ 42 SPI_MEM_OP(SPI_MEM_OP_CMD(0x1f, 1), \ 48 SPI_MEM_OP(SPI_MEM_OP_CMD(0x0f, 1), \ 54 SPI_MEM_OP(SPI_MEM_OP_CMD(0xd8, 1), \ 60 SPI_MEM_OP(SPI_MEM_OP_CMD(0x13, 1), \ 66 SPI_MEM_OP(SPI_MEM_OP_CMD(fast ? 0x0b : 0x03, 1), \ 72 SPI_MEM_OP(SPI_MEM_OP_CMD(0x3b, 1), \ 78 SPI_MEM_OP(SPI_MEM_OP_CMD(0x6b, 1), \ [all …]
|
/Linux-v4.19/drivers/mtd/devices/ |
D | m25p80.c | 39 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(code, 1), in m25p80_read_reg() 66 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(opcode, 1), in m25p80_write_reg() 89 SPI_MEM_OP(SPI_MEM_OP_CMD(nor->program_opcode, 1), in m25p80_write() 131 SPI_MEM_OP(SPI_MEM_OP_CMD(nor->read_opcode, 1), in m25p80_read()
|
/Linux-v4.19/drivers/mtd/nand/spi/ |
D | winbond.c | 66 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(0xc2, 1), in w25m02gv_select_target()
|
D | macronix.c | 53 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(0x7c, 1), in mx35lf1ge4ab_get_eccsr()
|
/Linux-v4.19/include/linux/spi/ |
D | spi-mem.h | 117 #define SPI_MEM_OP(__cmd, __addr, __dummy, __data) \ macro
|