| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| H A D | trx.h | 267 u32 val, bool dma64) in set_txbuffer_desc_add_high_with_offset() argument 269 if (dma64) in set_txbuffer_desc_add_high_with_offset() 280 static inline u32 get_txbuffer_desc_addr_high(__le32 *pbd, u32 off, bool dma64) in get_txbuffer_desc_addr_high() argument 282 if (dma64) in get_txbuffer_desc_addr_high() 311 bool dma64) in set_tx_buff_desc_addr_high_0() argument 313 if (dma64) in set_tx_buff_desc_addr_high_0() 365 u32 __val, bool dma64) in set_rx_buffer_physical_high() argument 367 if (dma64) in set_rx_buffer_physical_high()
|
| H A D | trx.c | 572 bool dma64 = rtlpriv->cfg->mod_params->dma64; in rtl92ee_pre_fill_tx_bd_desc() local 609 set_txbuffer_desc_add_high_with_offset(tx_bd_desc, i, 0, dma64); in rtl92ee_pre_fill_tx_bd_desc() 628 dma64); in rtl92ee_pre_fill_tx_bd_desc() 635 ((u64)addr >> 32), dma64); in rtl92ee_pre_fill_tx_bd_desc() 890 bool dma64 = rtlpriv->cfg->mod_params->dma64; in rtl92ee_set_desc() local 935 dma64); in rtl92ee_set_desc() 954 bool dma64 = rtlpriv->cfg->mod_params->dma64; in rtl92ee_get_desc() local 965 dma64) << 32; in rtl92ee_get_desc()
|
| H A D | sw.c | 234 .dma64 = false, 353 module_param_named(dma64, rtl92ee_mod_params.dma64, bool, 0444); 362 MODULE_PARM_DESC(dma64, "Set to 1 to use DMA 64 (default 0)\n");
|
| H A D | hw.c | 822 if (!rtlpriv->cfg->mod_params->dma64) in _rtl92ee_init_mac()
|
| /linux/drivers/mmc/host/ |
| H A D | cqhci-core.c | 91 if (cq_host->dma64) { in setup_trans_desc() 192 if (cq_host->dma64) { in cqhci_host_alloc_tdl() 483 bool dma64) in cqhci_set_tran_desc() argument 493 if (dma64) { in cqhci_set_tran_desc() 511 bool dma64 = cq_host->dma64; in cqhci_prep_tran_desc() local 532 cq_host->ops->set_tran_desc(cq_host, &desc, addr, len, end, dma64); in cqhci_prep_tran_desc() 534 cqhci_set_tran_desc(desc, addr, len, end, dma64); in cqhci_prep_tran_desc() 1180 bool dma64) in cqhci_init() argument 1184 cq_host->dma64 = dma64; in cqhci_init()
|
| H A D | sdhci-brcmstb.c | 442 bool dma64; in sdhci_brcmstb_add_host() local 464 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_brcmstb_add_host() 465 if (dma64) { in sdhci_brcmstb_add_host() 470 ret = cqhci_init(cq_host, host->mmc, dma64); in sdhci_brcmstb_add_host()
|
| H A D | sdhci-pci-gli.c | 1793 bool dma64; in gl9763e_add_host() local 1809 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in gl9763e_add_host() 1810 if (dma64) in gl9763e_add_host() 1813 ret = cqhci_init(cq_host, host->mmc, dma64); in gl9763e_add_host()
|
| H A D | sdhci-msm.c | 2244 bool dma64; in sdhci_msm_cqe_add_host() local 2269 dma64 = host->flags & SDHCI_USE_64_BIT_DMA; in sdhci_msm_cqe_add_host() 2275 ret = cqhci_init(cq_host, host->mmc, dma64); in sdhci_msm_cqe_add_host()
|
| /linux/drivers/mailbox/ |
| H A D | bcm-pdc-mailbox.c | 187 struct dma64 { struct 243 struct dma64 dmaregs[PDC_NUM_DMA_RINGS]; /* 0x0200 - 0x2fc */ 984 struct dma64 *dma_reg; in pdc_ring_init() 1279 struct dma64 *dma_reg; in pdc_hw_init() 1295 PDC_TXREGS_OFFSET + (sizeof(struct dma64) * ringset)); in pdc_hw_init() 1298 PDC_RXREGS_OFFSET + (sizeof(struct dma64) * ringset)); in pdc_hw_init() 1330 struct dma64 *dma_reg; in pdc_hw_disable()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | iommu.c | 1067 const struct dynamic_dma_window_prop *dma64; in find_existing_ddw() local 1074 dma64 = window->prop; in find_existing_ddw() 1075 *dma_addr = be64_to_cpu(dma64->dma_base); in find_existing_ddw() 1076 *window_shift = be32_to_cpu(dma64->window_shift); in find_existing_ddw() 1088 const struct dynamic_dma_window_prop *dma64) in ddw_list_new_entry() argument 1097 window->prop = dma64; in ddw_list_new_entry() 1108 const struct dynamic_dma_window_prop *dma64; in find_existing_ddw_windows_named() local 1111 dma64 = of_get_property(pdn, name, &len); in find_existing_ddw_windows_named() 1112 if (!dma64 || len < sizeof(*dma64)) { in find_existing_ddw_windows_named() 1123 window = ddw_list_new_entry(pdn, dma64); in find_existing_ddw_windows_named()
|
| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_init.c | 268 bool dma64 = false; in esas2r_init_adapter() local 292 dma64 = true; in esas2r_init_adapter() 294 if (!dma64 && dma_set_mask_and_coherent(&pcid->dev, DMA_BIT_MASK(32))) { in esas2r_init_adapter() 301 "%s-bit PCI addressing enabled\n", dma64 ? "64" : "32"); in esas2r_init_adapter()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | dma.c | 218 bool dma64; /* this dma engine is operating in 64-bit mode */ member 565 di->dma64 = in dma_attach()
|