Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspinand.h31 SPI_MEM_OP(SPI_MEM_OP_CMD(0xff, 1), \
37 SPI_MEM_OP(SPI_MEM_OP_CMD((enable) ? 0x06 : 0x04, 1), \
43 SPI_MEM_OP(SPI_MEM_OP_CMD(0x9f, 1), \
49 SPI_MEM_OP(SPI_MEM_OP_CMD(0x1f, 1), \
55 SPI_MEM_OP(SPI_MEM_OP_CMD(0x0f, 1), \
61 SPI_MEM_OP(SPI_MEM_OP_CMD(0xd8, 1), \
67 SPI_MEM_OP(SPI_MEM_OP_CMD(0x13, 1), \
73 SPI_MEM_OP(SPI_MEM_OP_CMD(fast ? 0x0b : 0x03, 1), \
79 SPI_MEM_OP(SPI_MEM_OP_CMD(fast ? 0x0b : 0x03, 1), \
85 SPI_MEM_OP(SPI_MEM_OP_CMD(0x3b, 1), \
[all …]
/rk3399_rockchip-uboot/include/
H A Dspi-mem.h119 #define SPI_MEM_OP(__cmd, __addr, __dummy, __data) \ macro
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dspi-nor-tiny.c49 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(code, 1), in spi_nor_read_reg()
65 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(opcode, 1), in spi_nor_write_reg()
77 SPI_MEM_OP(SPI_MEM_OP_CMD(nor->read_opcode, 1), in spi_nor_read_data()
H A Dspi-nor-core.c49 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(code, 1), in spi_nor_read_reg()
65 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(opcode, 1), in spi_nor_write_reg()
77 SPI_MEM_OP(SPI_MEM_OP_CMD(nor->read_opcode, 1), in spi_nor_read_data()
115 SPI_MEM_OP(SPI_MEM_OP_CMD(nor->program_opcode, 1), in spi_nor_write_data()
537 SPI_MEM_OP(SPI_MEM_OP_CMD(nor->erase_opcode, 1), in spi_nor_erase_sector()
/rk3399_rockchip-uboot/drivers/mtd/nand/spi/
H A Dwinbond.c78 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(0xc2, 1), in w25m02gv_select_target()
H A Dmacronix.c56 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(0x7c, 1), in mx35lf1ge4ab_get_eccsr()
/rk3399_rockchip-uboot/drivers/spi/
H A Drockchip_sfc.c736 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(0x9F, 1), in rockchip_sfc_delay_lines_tuning()