| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmsdpcm.h | 239 ((dir) == DMA_TX ? \ 244 ((dir) == DMA_TX ? \ 254 ((dir) == DMA_TX ? \
|
| H A D | linux_osl.h | 220 #define DMA_TX 1 /* TX direction for DMA */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmsdpcm.h | 239 ((dir) == DMA_TX ? \ 244 ((dir) == DMA_TX ? \ 254 ((dir) == DMA_TX ? \
|
| H A D | linux_osl.h | 212 #define DMA_TX 1 /* TX direction for DMA */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmsdpcm.h | 237 ((dir) == DMA_TX ? \ 242 ((dir) == DMA_TX ? \ 252 ((dir) == DMA_TX ? \
|
| H A D | linux_osl.h | 201 #define DMA_TX 1 /* TX direction for DMA */ macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmsdpcm.h | 232 ((dir) == DMA_TX ? \ 237 ((dir) == DMA_TX ? \ 247 ((dir) == DMA_TX ? \
|
| H A D | linux_osl.h | 247 #define DMA_TX 1 /* TX direction for DMA */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmsdpcm.h | 232 ((dir) == DMA_TX ? \ 237 ((dir) == DMA_TX ? \ 247 ((dir) == DMA_TX ? \
|
| H A D | linux_osl.h | 243 #define DMA_TX 1 /* TX direction for DMA */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmsdpcm.h | 239 ((dir) == DMA_TX ? \ 244 ((dir) == DMA_TX ? \ 254 ((dir) == DMA_TX ? \
|
| H A D | linux_osl.h | 212 #define DMA_TX 1 /* TX direction for DMA */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | linux_osl.c | 591 dma_sync_single_for_device(OSH_NULL, virt_to_phys(va), size, DMA_TX); in osl_cache_flush() 1011 dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE; 1016 if (dir == DMA_TX) { /* to device */ 1067 dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE; 1080 if (dir == DMA_TX) { /* to device */ 1081 dma_sync_single_for_device(OSH_NULL, pa, size, DMA_TX); 1085 dma_sync_single_for_device(OSH_NULL, pa, size, DMA_TX); 1585 (direction == DMA_TX ? DMA_TO_DEVICE:DMA_FROM_DEVICE)); 1606 ASSERT((direction == DMA_RX) || (direction == DMA_TX)); 1622 if (direction == DMA_TX) { [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | linux_osl.c | 591 dma_sync_single_for_device(OSH_NULL, virt_to_phys(va), size, DMA_TX); in osl_cache_flush() 1003 dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE; in osl_dma_map() 1008 if (dir == DMA_TX) { /* to device */ in osl_dma_map() 1059 dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE; in osl_dma_unmap() 1072 if (dir == DMA_TX) { /* to device */ in osl_dma_unmap() 1073 dma_sync_single_for_device(OSH_NULL, pa, size, DMA_TX); in osl_dma_unmap() 1077 dma_sync_single_for_device(OSH_NULL, pa, size, DMA_TX); in osl_dma_unmap() 1586 (direction == DMA_TX ? DMA_TO_DEVICE:DMA_FROM_DEVICE)); in osl_sec_dma_map_txmeta() 1607 ASSERT((direction == DMA_RX) || (direction == DMA_TX)); in osl_sec_dma_map() 1623 if (direction == DMA_TX) { in osl_sec_dma_map() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | linux_osl.c | 591 dma_sync_single_for_device(OSH_NULL, virt_to_phys(va), size, DMA_TX); in osl_cache_flush() 1011 dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE; 1016 if (dir == DMA_TX) { /* to device */ 1067 dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE; 1080 if (dir == DMA_TX) { /* to device */ 1081 dma_sync_single_for_device(OSH_NULL, pa, size, DMA_TX); 1085 dma_sync_single_for_device(OSH_NULL, pa, size, DMA_TX); 1585 (direction == DMA_TX ? DMA_TO_DEVICE:DMA_FROM_DEVICE)); 1606 ASSERT((direction == DMA_RX) || (direction == DMA_TX)); 1622 if (direction == DMA_TX) { [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | dma.c | 504 size = (direction == DMA_TX) ? (di->ntxd * ddlen) : (di->nrxd * ddlen); in dma64_alloc() 508 if (direction == DMA_TX) { in dma64_alloc() 670 if (!_dma_alloc(di, DMA_TX)) in dma_attach() 777 if (direction == DMA_TX) in _dma_ddtable_init() 785 if (direction == DMA_TX) { in _dma_ddtable_init() 804 if (direction == DMA_TX) { in _dma_ddtable_init() 1160 _dma_ddtable_init(di, DMA_TX, di->txdpa); in dma_txinit() 1170 _dma_ddtable_init(di, DMA_TX, di->txdpa); in dma_txinit()
|
| H A D | dma.h | 25 #define DMA_TX 1 /* TX direction for DMA */ macro
|
| H A D | main.c | 1099 if (direction == DMA_TX) in dmareg() 1127 (wme ? dmareg(DMA_TX, 0) : 0), in brcms_b_attach_dmapio() 1141 dmareg(DMA_TX, 1), 0, in brcms_b_attach_dmapio() 1151 dmareg(DMA_TX, 2), 0, in brcms_b_attach_dmapio() 1160 dmareg(DMA_TX, 3), in brcms_b_attach_dmapio()
|
| /OK3568_Linux_fs/kernel/arch/mips/lantiq/xway/ |
| H A D | dma.c | 35 #define DMA_TX BIT(8) /* TX channel direction */ macro 152 ltq_dma_w32(DMA_WEIGHT | DMA_TX, LTQ_DMA_CCTRL); in ltq_dma_alloc_tx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | linux_osl.c | 1834 dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE; in osl_dma_map() 1870 dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE; in osl_dma_unmap() 2435 (direction == DMA_TX ? DMA_TO_DEVICE:DMA_FROM_DEVICE)); in osl_sec_dma_map_txmeta() 2456 ASSERT((direction == DMA_RX) || (direction == DMA_TX)); in osl_sec_dma_map() 2472 if (direction == DMA_TX) { in osl_sec_dma_map() 2493 (direction == DMA_TX ? DMA_TO_DEVICE:DMA_FROM_DEVICE)); in osl_sec_dma_map() 2517 (direction == DMA_TX ? DMA_TO_DEVICE:DMA_FROM_DEVICE)); in osl_sec_dma_dd_map() 2585 sec_mem_elem->direction == DMA_TX ? DMA_TO_DEVICE : DMA_FROM_DEVICE); in osl_sec_dma_unmap_all()
|
| H A D | dhd_msgbuf.c | 5290 DMA_TX, PKTBUF, 0, ring->dma_buf.secdma, offset); in dhd_prot_txdata() 5294 pa = DMA_MAP(dhd->osh, PKTDATA(dhd->osh, PKTBUF), pktlen, DMA_TX, PKTBUF, 0); in dhd_prot_txdata() 5310 pa, pktlen, DMA_TX, NULL, ring->dma_buf.secdma, PKTTYPE_DATA_TX); in dhd_prot_txdata() 5374 DMA_TX, 0, DHD_DMAH_NULL, ring->dma_buf.secdma, offset); in dhd_prot_txdata() 5378 DMA_UNMAP(dhd->osh, pa, pktlen, DMA_TX, 0, DHD_DMAH_NULL); in dhd_prot_txdata()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | sb1250-mac.c | 653 int_pktcnt = (txrx == DMA_TX) ? int_pktcnt_tx : int_pktcnt_rx; in sbdma_initctx() 660 int_timeout = (txrx == DMA_TX) ? int_timeout_tx : int_timeout_rx; in sbdma_initctx() 1342 sbdma_initctx(&(s->sbm_txdma),s,0,DMA_TX,SBMAC_MAX_TXDESCR); in sbmac_initctx() 1511 sbdma_channel_start(&(s->sbm_txdma), DMA_TX); in sbmac_channel_start()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/sibyte/ |
| H A D | sb1250_regs.h | 146 #define DMA_TX 1 macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | linux_osl.c | 1201 dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE; in BCMFASTPATH() 1237 dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE; in BCMFASTPATH()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | linux_osl.c | 1201 dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE; in BCMFASTPATH() 1237 dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE; in BCMFASTPATH()
|