Home
last modified time | relevance | path

Searched refs:__nbytes (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/linux/spi/
A Dspi-mem.h23 #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.3-rc2/arch/nios2/lib/
A Dmemcpy.c37 size_t __nbytes = (nbytes); \
38 while (__nbytes > 0) { \
41 __nbytes -= 1; \
/linux-6.3-rc2/drivers/spi/
A Dspi-intel.c858 #define INTEL_SPI_OP_ADDR(__nbytes) \ argument
860 .nbytes = __nbytes, \

Completed in 9 milliseconds