Searched refs:__nbytes (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/linux/spi/ |
D | spi-mem.h | 23 #define SPI_MEM_OP_ADDR(__nbytes, __val, __buswidth) \ argument 25 .nbytes = __nbytes, \ 32 #define SPI_MEM_OP_DUMMY(__nbytes, __buswidth) \ argument 34 .nbytes = __nbytes, \ 40 #define SPI_MEM_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument 43 .nbytes = __nbytes, \ 48 #define SPI_MEM_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ argument 51 .nbytes = __nbytes, \
|
/linux-6.1.9/arch/nios2/lib/ |
D | memcpy.c | 37 size_t __nbytes = (nbytes); \ 38 while (__nbytes > 0) { \ 41 __nbytes -= 1; \
|
/linux-6.1.9/drivers/spi/ |
D | spi-intel.c | 864 #define INTEL_SPI_OP_ADDR(__nbytes) \ argument 866 .nbytes = __nbytes, \
|