Home
last modified time | relevance | path

Searched refs:SPI_MEM_OP_DATA_OUT (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Dspinand.h52 SPI_MEM_OP_DATA_OUT(1, valptr, 1))
112 SPI_MEM_OP_DATA_OUT(len, buf, 1))
118 SPI_MEM_OP_DATA_OUT(len, buf, 4))
/openbmc/linux/drivers/mtd/spi-nor/
H A Dcore.h43 SPI_MEM_OP_DATA_OUT(len, buf, 0))
49 SPI_MEM_OP_DATA_OUT(1, buf, 0))
55 SPI_MEM_OP_DATA_OUT(1, buf, 0))
73 SPI_MEM_OP_DATA_OUT(1, buf, 0))
103 SPI_MEM_OP_DATA_OUT(2, NULL, 0))
H A Dwinbond.c18 SPI_MEM_OP_DATA_OUT(1, buf, 0))
H A Dmicron-st.c36 SPI_MEM_OP_DATA_OUT(ndata, buf, 0))
H A Dspansion.c52 SPI_MEM_OP_DATA_OUT(ndata, buf, 0))
H A Dcore.c267 SPI_MEM_OP_DATA_OUT(len, buf, 0)); in spi_nor_spimem_write_data()
3596 SPI_MEM_OP_DATA_OUT(0, NULL, 0)), in spi_nor_create_write_dirmap()
/openbmc/linux/include/linux/mtd/
H A Dspinand.h45 SPI_MEM_OP_DATA_OUT(1, valptr, 1))
135 SPI_MEM_OP_DATA_OUT(len, buf, 1))
141 SPI_MEM_OP_DATA_OUT(len, buf, 4))
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dwinbond.c71 SPI_MEM_OP_DATA_OUT(1, in w25m02gv_select_target()
/openbmc/u-boot/include/
H A Dspi-mem.h50 #define SPI_MEM_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ macro
/openbmc/linux/drivers/mtd/nand/spi/
H A Dwinbond.c69 SPI_MEM_OP_DATA_OUT(1, in w25m02gv_select_target()
/openbmc/linux/include/linux/spi/
H A Dspi-mem.h48 #define SPI_MEM_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ macro
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-tiny.c68 SPI_MEM_OP_DATA_OUT(len, NULL, 1)); in spi_nor_write_reg()
H A Dspi-nor-core.c91 SPI_MEM_OP_DATA_OUT(len, NULL, 1)); in spi_nor_write_reg()
124 SPI_MEM_OP_DATA_OUT(1, NULL, 1)); in spansion_write_any_reg()
175 SPI_MEM_OP_DATA_OUT(len, buf, 1)); in spi_nor_write_data()