Searched refs:__nbytes (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/spi/ |
D | spi-mem.h | 22 #define SPI_MEM_OP_ADDR(__nbytes, __val, __buswidth) \ argument 24 .nbytes = __nbytes, \ 31 #define SPI_MEM_OP_DUMMY(__nbytes, __buswidth) \ argument 33 .nbytes = __nbytes, \ 39 #define SPI_MEM_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument 42 .nbytes = __nbytes, \ 47 #define SPI_MEM_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ argument 50 .nbytes = __nbytes, \
|
/Linux-v4.19/arch/nios2/lib/ |
D | memcpy.c | 37 size_t __nbytes = (nbytes); \ 38 while (__nbytes > 0) { \ 41 __nbytes -= 1; \
|