Lines Matching refs:phys_addr

3951 	u64 phys_addr, start_addr, end_addr;  in pm80xx_chip_ssp_io_req()  local
3991 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_ssp_io_req()
3994 cpu_to_le32(lower_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
3996 cpu_to_le32(upper_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
4021 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_ssp_io_req()
4025 cpu_to_le32(lower_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
4027 cpu_to_le32(upper_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
4051 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_ssp_io_req()
4054 cpu_to_le32(lower_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
4056 cpu_to_le32(upper_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
4080 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_ssp_io_req()
4084 cpu_to_le32(lower_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
4086 cpu_to_le32(upper_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
4113 u64 phys_addr, start_addr, end_addr; in pm80xx_chip_sata_req() local
4172 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_sata_req()
4174 sata_cmd.enc_addr_low = lower_32_bits(phys_addr); in pm80xx_chip_sata_req()
4175 sata_cmd.enc_addr_high = upper_32_bits(phys_addr); in pm80xx_chip_sata_req()
4198 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_sata_req()
4202 lower_32_bits(phys_addr); in pm80xx_chip_sata_req()
4204 upper_32_bits(phys_addr); in pm80xx_chip_sata_req()
4238 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_sata_req()
4240 sata_cmd.addr_low = lower_32_bits(phys_addr); in pm80xx_chip_sata_req()
4241 sata_cmd.addr_high = upper_32_bits(phys_addr); in pm80xx_chip_sata_req()
4264 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_sata_req()
4268 lower_32_bits(phys_addr); in pm80xx_chip_sata_req()
4270 upper_32_bits(phys_addr); in pm80xx_chip_sata_req()