Searched refs:pipenum (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/usb/gadget/udc/ |
H A D | r8a66597-udc.h | 30 #define is_bulk_pipe(pipenum) \ argument 31 ((pipenum >= R8A66597_BASE_PIPENUM_BULK) && \ 32 (pipenum < (R8A66597_BASE_PIPENUM_BULK + R8A66597_MAX_NUM_BULK))) 33 #define is_interrupt_pipe(pipenum) \ argument 34 ((pipenum >= R8A66597_BASE_PIPENUM_INT) && \ 35 (pipenum < (R8A66597_BASE_PIPENUM_INT + R8A66597_MAX_NUM_INT))) 36 #define is_isoc_pipe(pipenum) \ argument 37 ((pipenum >= R8A66597_BASE_PIPENUM_ISOC) && \ 38 (pipenum < (R8A66597_BASE_PIPENUM_ISOC + R8A66597_MAX_NUM_ISOC))) 67 u16 pipenum; member [all …]
|
H A D | m66592-udc.h | 411 #define get_pipectr_addr(pipenum) (M66592_PIPE1CTR + (pipenum - 1) * 2) argument 451 u16 pipenum; member 497 #define is_bulk_pipe(pipenum) \ argument 498 ((pipenum >= M66592_BASE_PIPENUM_BULK) && \ 499 (pipenum < (M66592_BASE_PIPENUM_BULK + M66592_MAX_NUM_BULK))) 500 #define is_interrupt_pipe(pipenum) \ argument 501 ((pipenum >= M66592_BASE_PIPENUM_INT) && \ 502 (pipenum < (M66592_BASE_PIPENUM_INT + M66592_MAX_NUM_INT))) 503 #define is_isoc_pipe(pipenum) \ argument 504 ((pipenum >= M66592_BASE_PIPENUM_ISOC) && \ [all …]
|
/linux/drivers/usb/host/ |
H A D | r8a66597.h | 27 #define check_bulk_or_isoc(pipenum) ((pipenum >= 1 && pipenum <= 5)) argument 28 #define check_interrupt(pipenum) ((pipenum >= 6 && pipenum <= 9)) argument 33 u16 pipenum; member 61 u16 pipenum; member 142 u16 pipenum) in r8a66597_get_td() argument 144 if (unlikely(list_empty(&r8a66597->pipe_queue[pipenum]))) in r8a66597_get_td() 147 return list_entry(r8a66597->pipe_queue[pipenum].next, in r8a66597_get_td() 152 u16 pipenum) in r8a66597_get_urb() argument 156 td = r8a66597_get_td(r8a66597, pipenum); in r8a66597_get_urb() 320 #define get_pipectr_addr(pipenum) (PIPE1CTR + (pipenum - 1) * 2) argument [all …]
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | hw.c | 1293 .pipenum = __cpu_to_le32(0), 1303 .pipenum = __cpu_to_le32(1), 1313 .pipenum = __cpu_to_le32(2), 1323 .pipenum = __cpu_to_le32(3), 1333 .pipenum = __cpu_to_le32(4), 1343 .pipenum = __cpu_to_le32(5), 1353 .pipenum = __cpu_to_le32(6), 1363 .pipenum = __cpu_to_le32(7), 1373 .pipenum = __cpu_to_le32(8), 1383 .pipenum = __cpu_to_le32(9), [all …]
|
H A D | ce.h | 75 __le32 pipenum; member 85 __le32 pipenum; member
|
H A D | ahb.c | 662 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe() 667 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe() 673 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe() 674 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe()
|
H A D | qmi.c | 2713 req->tgt_cfg[pipe_num].pipe_num = ce_cfg[pipe_num].pipenum; in ath11k_qmi_wlanfw_wlan_cfg_send() 2726 req->svc_cfg[pipe_num].pipe_num = svc_cfg[pipe_num].pipenum; in ath11k_qmi_wlanfw_wlan_cfg_send()
|
/linux/drivers/net/wireless/ath/ath12k/ |
H A D | hw.c | 125 .pipenum = __cpu_to_le32(0), 135 .pipenum = __cpu_to_le32(1), 145 .pipenum = __cpu_to_le32(2), 155 .pipenum = __cpu_to_le32(3), 165 .pipenum = __cpu_to_le32(4), 175 .pipenum = __cpu_to_le32(5), 185 .pipenum = __cpu_to_le32(6), 195 .pipenum = __cpu_to_le32(7), 205 .pipenum = __cpu_to_le32(8), 217 .pipenum = __cpu_to_le32(12), [all …]
|
H A D | pci.c | 1006 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath12k_pci_map_service_to_pipe() 1011 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath12k_pci_map_service_to_pipe() 1017 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath12k_pci_map_service_to_pipe() 1018 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath12k_pci_map_service_to_pipe()
|
H A D | qmi.c | 2917 req->tgt_cfg[pipe_num].pipe_num = ce_cfg[pipe_num].pipenum; in ath12k_qmi_wlanfw_wlan_cfg_send() 2930 req->svc_cfg[pipe_num].pipe_num = svc_cfg[pipe_num].pipenum; in ath12k_qmi_wlanfw_wlan_cfg_send()
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | ce.h | 395 __le32 pipenum; member 424 __le32 pipenum; member
|