Searched refs:SPI_MEM_OP (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/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(fast ? 0x0b : 0x03, 1), \ 78 SPI_MEM_OP(SPI_MEM_OP_CMD(0x3b, 1), \ [all …]
|
| /Linux-v5.10/drivers/mtd/spi-nor/ |
| D | core.c | 99 SPI_MEM_OP(SPI_MEM_OP_CMD(nor->read_opcode, 1), in spi_nor_spimem_read_data() 165 SPI_MEM_OP(SPI_MEM_OP_CMD(nor->program_opcode, 1), in spi_nor_spimem_write_data() 225 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WREN, 1), in spi_nor_write_enable() 254 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WRDI, 1), in spi_nor_write_disable() 285 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDSR, 1), in spi_nor_read_sr() 316 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDFSR, 1), in spi_nor_read_fsr() 348 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDCR, 1), in spi_nor_read_cr() 378 SPI_MEM_OP(SPI_MEM_OP_CMD(enable ? in spi_nor_set_4byte_addr_mode() 417 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_BRWR, 1), in spansion_set_4byte_addr_mode() 449 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WREAR, 1), in spi_nor_write_ear() [all …]
|
| /Linux-v5.10/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 | 54 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(0x7c, 1), in mx35lf1ge4ab_get_eccsr()
|
| /Linux-v5.10/include/linux/spi/ |
| D | spi-mem.h | 131 #define SPI_MEM_OP(__cmd, __addr, __dummy, __data) \ macro
|