Lines Matching defs:phys_addr
4304 u64 phys_addr, end_addr;
4341 phys_addr = ccb->ccb_dma_handle;
4343 cpu_to_le32(lower_32_bits(phys_addr));
4345 cpu_to_le32(upper_32_bits(phys_addr));
4370 phys_addr = ccb->ccb_dma_handle;
4372 cpu_to_le32(lower_32_bits(phys_addr));
4374 cpu_to_le32(upper_32_bits(phys_addr));
4400 phys_addr = ccb->ccb_dma_handle;
4402 cpu_to_le32(lower_32_bits(phys_addr));
4404 cpu_to_le32(upper_32_bits(phys_addr));
4427 phys_addr = ccb->ccb_dma_handle;
4429 cpu_to_le32(lower_32_bits(phys_addr));
4431 cpu_to_le32(upper_32_bits(phys_addr));
4456 u64 phys_addr, end_addr;
4511 phys_addr = ccb->ccb_dma_handle;
4513 cpu_to_le32(lower_32_bits(phys_addr));
4515 cpu_to_le32(upper_32_bits(phys_addr));
4539 phys_addr = ccb->ccb_dma_handle;
4541 cpu_to_le32(lower_32_bits(phys_addr));
4543 cpu_to_le32(upper_32_bits(phys_addr));
4577 phys_addr = ccb->ccb_dma_handle;
4578 sata_cmd.addr_low = lower_32_bits(phys_addr);
4579 sata_cmd.addr_high = upper_32_bits(phys_addr);
4601 phys_addr = ccb->ccb_dma_handle;
4602 sata_cmd.addr_low = lower_32_bits(phys_addr);
4603 sata_cmd.addr_high = upper_32_bits(phys_addr);