Home
last modified time | relevance | path

Searched refs:SPI_MEM_OP (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/mtd/
Dspinand.h24 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.4/drivers/mtd/spi-nor/
Dspi-nor.c309 SPI_MEM_OP(SPI_MEM_OP_CMD(nor->read_opcode, 1), in spi_nor_spimem_read_data()
358 SPI_MEM_OP(SPI_MEM_OP_CMD(nor->program_opcode, 1), in spi_nor_spimem_write_data()
402 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDSR, 1), in read_sr()
431 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDFSR, 1), in read_fsr()
460 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_RDCR, 1), in read_cr()
487 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WRSR, 1), in write_sr()
506 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WREN, 1), in write_enable()
524 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WRDI, 1), in write_disable()
623 SPI_MEM_OP(SPI_MEM_OP_CMD(enable ? in macronix_set_4byte()
655 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_BRWR, 1), in spansion_set_4byte()
[all …]
/Linux-v5.4/drivers/mtd/nand/spi/
Dmacronix.c54 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(0x7c, 1), in mx35lf1ge4ab_get_eccsr()
Dwinbond.c66 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(0xc2, 1), in w25m02gv_select_target()
/Linux-v5.4/include/linux/spi/
Dspi-mem.h119 #define SPI_MEM_OP(__cmd, __addr, __dummy, __data) \ macro