Searched refs:PIPEDIR_IN (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/net/wireless/ath/ath11k/ |
| D | hw.c | 1067 .pipedir = __cpu_to_le32(PIPEDIR_IN), 1077 .pipedir = __cpu_to_le32(PIPEDIR_IN), 1107 .pipedir = __cpu_to_le32(PIPEDIR_IN), 1179 .pipedir = __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ 1189 .pipedir = __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ 1199 .pipedir = __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ 1209 .pipedir = __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ 1219 .pipedir = __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ 1229 .pipedir = __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ 1239 .pipedir = __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ [all …]
|
| D | ce.h | 42 #define PIPEDIR_IN 1 /* Target-->Host, WiFi Rx direction */ macro
|
| D | ahb.c | 215 if (__le32_to_cpu(ce_config->pipedir) & PIPEDIR_IN) { in ath11k_ahb_ce_irq_enable() 230 if (__le32_to_cpu(ce_config->pipedir) & PIPEDIR_IN) { in ath11k_ahb_ce_irq_disable() 592 case PIPEDIR_IN: in ath11k_ahb_map_service_to_pipe()
|
| D | pci.c | 1130 case PIPEDIR_IN: in ath11k_pci_map_service_to_pipe()
|
| /Linux-v5.15/drivers/net/wireless/ath/ath10k/ |
| D | snoc.c | 255 .pipedir = __cpu_to_le32(PIPEDIR_IN), 265 .pipedir = __cpu_to_le32(PIPEDIR_IN), 325 .pipedir = __cpu_to_le32(PIPEDIR_IN), 335 .pipedir = __cpu_to_le32(PIPEDIR_IN), 345 .pipedir = __cpu_to_le32(PIPEDIR_IN), 355 .pipedir = __cpu_to_le32(PIPEDIR_IN), 371 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ 381 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ 391 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ 401 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ [all …]
|
| D | pci.c | 239 .pipedir = __cpu_to_le32(PIPEDIR_IN), 249 .pipedir = __cpu_to_le32(PIPEDIR_IN), 281 .pipedir = __cpu_to_le32(PIPEDIR_IN), 311 .pipedir = __cpu_to_le32(PIPEDIR_IN), 346 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ 356 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ 366 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ 376 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ 386 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ 396 __cpu_to_le32(PIPEDIR_IN), /* in = DL = target -> host */ [all …]
|
| D | ce.h | 416 #define PIPEDIR_IN 1 /* Target-->Host, WiFi Rx direction */ macro
|