Lines Matching defs:phys_addr
4167 u64 phys_addr;
4189 phys_addr = ccb->ccb_dma_handle;
4190 ssp_cmd.addr_low = cpu_to_le32(lower_32_bits(phys_addr));
4191 ssp_cmd.addr_high = cpu_to_le32(upper_32_bits(phys_addr));
4220 u64 phys_addr;
4262 phys_addr = ccb->ccb_dma_handle;
4263 sata_cmd.addr_low = lower_32_bits(phys_addr);
4264 sata_cmd.addr_high = upper_32_bits(phys_addr);
4817 dma_addr_t phys_addr = pm8001_ha->memoryMap.region[FW_FLASH].phys_addr;
4828 flash_update_info.sgl.addr = cpu_to_le64(phys_addr);
4836 fw_control_context->phys_addr = phys_addr;