Home
last modified time | relevance | path

Searched refs:PIPEDIR_IN (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath10k/
Dpci.c231 .pipedir = __cpu_to_le32(PIPEDIR_IN),
241 .pipedir = __cpu_to_le32(PIPEDIR_IN),
273 .pipedir = __cpu_to_le32(PIPEDIR_IN),
303 .pipedir = __cpu_to_le32(PIPEDIR_IN),
338 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
348 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
358 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
368 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
378 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
388 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */
[all …]
Dpci.h124 #define PIPEDIR_IN 1 /* Target-->Host, WiFi Rx direction */ macro