Searched refs:addr64 (Results 1 – 8 of 8) sorted by relevance
375 dma_cap->addr64 = (hw_cap & GMAC_HW_ADDR64) >> 14; in dwmac4_get_hw_feature()376 switch (dma_cap->addr64) { in dwmac4_get_hw_feature()378 dma_cap->addr64 = 32; in dwmac4_get_hw_feature()381 dma_cap->addr64 = 40; in dwmac4_get_hw_feature()384 dma_cap->addr64 = 48; in dwmac4_get_hw_feature()387 dma_cap->addr64 = 32; in dwmac4_get_hw_feature()
397 dma_cap->addr64 = (hw_cap & XGMAC_HWFEAT_ADDR64) >> 14; in dwxgmac2_get_hw_feature()398 switch (dma_cap->addr64) { in dwxgmac2_get_hw_feature()400 dma_cap->addr64 = 32; in dwxgmac2_get_hw_feature()403 dma_cap->addr64 = 40; in dwxgmac2_get_hw_feature()406 dma_cap->addr64 = 48; in dwxgmac2_get_hw_feature()409 dma_cap->addr64 = 32; in dwxgmac2_get_hw_feature()
249 plat_dat->addr64 = dwmac->ops->addr_width; in imx_dwmac_probe()
382 plat->addr64 = 32; in ehl_pse0_common_data()414 plat->addr64 = 32; in ehl_pse1_common_data()
372 unsigned int addr64; member
3127 if (priv->dma_cap.addr64 <= 32) in stmmac_tso_allocator()3261 if (priv->dma_cap.addr64 <= 32) { in stmmac_tso_xmit()4555 priv->dma_cap.addr64); in stmmac_dma_cap_show()5088 if (priv->plat->addr64) in stmmac_dvr_probe()5089 priv->dma_cap.addr64 = priv->plat->addr64; in stmmac_dvr_probe()5091 if (priv->dma_cap.addr64) { in stmmac_dvr_probe()5093 DMA_BIT_MASK(priv->dma_cap.addr64)); in stmmac_dvr_probe()5096 priv->dma_cap.addr64); in stmmac_dvr_probe()5111 priv->dma_cap.addr64 = 32; in stmmac_dvr_probe()
529 phys_addr_t addr64, tmplow, tmphi; in ppc440spe_desc_set_src_addr() local535 addr64 = addrl; in ppc440spe_desc_set_src_addr()536 tmphi = (addr64 >> 32); in ppc440spe_desc_set_src_addr()537 tmplow = (addr64 & 0xFFFFFFFF); in ppc440spe_desc_set_src_addr()610 phys_addr_t addr64, tmphi, tmplow; in ppc440spe_desc_set_dest_addr() local617 addr64 = addrl; in ppc440spe_desc_set_dest_addr()618 tmphi = (addr64 >> 32); in ppc440spe_desc_set_dest_addr()619 tmplow = (addr64 & 0xFFFFFFFF); in ppc440spe_desc_set_dest_addr()
2818 u64 addr64; in hpsa_map_one() local2826 addr64 = dma_map_single(&pdev->dev, buf, buflen, data_direction); in hpsa_map_one()2827 if (dma_mapping_error(&pdev->dev, addr64)) { in hpsa_map_one()2833 cp->SG[0].Addr = cpu_to_le64(addr64); in hpsa_map_one()4565 u64 addr64 = (u64) sg_dma_address(sg); in hpsa_set_sg_descriptor() local4568 desc->Addr = cpu_to_le64(addr64); in hpsa_set_sg_descriptor()4744 u64 addr64; in hpsa_scsi_ioaccel1_queue_command() local4784 addr64 = (u64) sg_dma_address(sg); in hpsa_scsi_ioaccel1_queue_command()4787 curr_sg->Addr = cpu_to_le64(addr64); in hpsa_scsi_ioaccel1_queue_command()4918 u64 addr64; in hpsa_scsi_ioaccel2_queue_command() local[all …]