Lines Matching defs:phys_addr
4046 u64 phys_addr;
4063 phys_addr = ccb->ccb_dma_handle;
4064 ssp_cmd.addr_low = cpu_to_le32(lower_32_bits(phys_addr));
4065 ssp_cmd.addr_high = cpu_to_le32(upper_32_bits(phys_addr));
4093 u64 phys_addr;
4136 phys_addr = ccb->ccb_dma_handle;
4137 sata_cmd.addr_low = lower_32_bits(phys_addr);
4138 sata_cmd.addr_high = upper_32_bits(phys_addr);
4638 dma_addr_t phys_addr = pm8001_ha->memoryMap.region[FW_FLASH].phys_addr;
4649 flash_update_info.sgl.addr = cpu_to_le64(phys_addr);
4657 fw_control_context->phys_addr = phys_addr;