Home
last modified time | relevance | path

Searched defs:__nbytes (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/include/linux/spi/
Dspi-mem.h31 #define SPI_MEM_OP_ADDR(__nbytes, __val, __buswidth) \ argument
38 #define SPI_MEM_DTR_OP_ADDR(__nbytes, __val, __buswidth) \ argument
48 #define SPI_MEM_OP_DUMMY(__nbytes, __buswidth) \ argument
54 #define SPI_MEM_DTR_OP_DUMMY(__nbytes, __buswidth) \ argument
63 #define SPI_MEM_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument
71 #define SPI_MEM_DTR_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument
80 #define SPI_MEM_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ argument
88 #define SPI_MEM_DTR_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ argument
/linux-6.14.4/drivers/spi/
Dspi-intel.c862 #define INTEL_SPI_OP_ADDR(__nbytes) \ argument