Searched refs:__nbytes (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/include/ |
| H A D | spi-mem.h | 25 #define SPI_MEM_OP_ADDR(__nbytes, __val, __buswidth) \ argument 27 .nbytes = __nbytes, \ 34 #define SPI_MEM_OP_DUMMY(__nbytes, __buswidth) \ argument 36 .nbytes = __nbytes, \ 42 #define SPI_MEM_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument 45 .nbytes = __nbytes, \ 50 #define SPI_MEM_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ argument 53 .nbytes = __nbytes, \
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | aspeed_spi.c | 196 #define ASPEED_SPI_OP_ADDR(__nbytes, __val) \ argument 198 .nbytes = __nbytes, \ 204 #define ASPEED_SPI_OP_DUMMY(__nbytes) \ argument 206 .nbytes = __nbytes, \ 211 #define ASPEED_SPI_OP_DATA_IN(__nbytes, __buf) \ argument 214 .nbytes = __nbytes, \ 218 #define ASPEED_SPI_OP_DATA_OUT(__nbytes, __buf) \ argument 221 .nbytes = __nbytes, \
|