Searched refs:SPI_MEM_OP (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | spinand.h | 31 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 D | spi-mem.h | 119 #define SPI_MEM_OP(__cmd, __addr, __dummy, __data) \ macro
|
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | spi-nor-tiny.c | 49 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 D | spi-nor-core.c | 49 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 D | winbond.c | 78 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(0xc2, 1), in w25m02gv_select_target()
|
| H A D | macronix.c | 56 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 D | rockchip_sfc.c | 736 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(0x9F, 1), in rockchip_sfc_delay_lines_tuning()
|