Searched refs:__nbytes (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/spi/ |
| H A D | spi-mem.h | 31 #define SPI_MEM_OP_ADDR(__nbytes, __val, __buswidth) \ argument 33 .nbytes = __nbytes, \ 38 #define SPI_MEM_DTR_OP_ADDR(__nbytes, __val, __buswidth) \ argument 40 .nbytes = __nbytes, \ 64 #define SPI_MEM_OP_DUMMY(__nbytes, __buswidth) \ argument 66 .nbytes = __nbytes, \ 70 #define SPI_MEM_DTR_OP_DUMMY(__nbytes, __buswidth) \ argument 72 .nbytes = __nbytes, \ 79 #define SPI_MEM_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument 83 .nbytes = __nbytes, \ [all …]
|
| /linux/arch/nios2/lib/ |
| H A D | memcpy.c | 37 size_t __nbytes = (nbytes); \ 38 while (__nbytes > 0) { \ 41 __nbytes -= 1; \
|
| /linux/drivers/spi/ |
| H A D | spi-intel.c | 868 #define INTEL_SPI_OP_ADDR(__nbytes) \ argument 870 .nbytes = __nbytes, \
|