Lines Matching refs:phys_addr

3895 	u64 phys_addr, start_addr, end_addr;  in pm80xx_chip_ssp_io_req()  local
3935 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_ssp_io_req()
3938 cpu_to_le32(lower_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
3940 cpu_to_le32(upper_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
3965 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_ssp_io_req()
3969 cpu_to_le32(lower_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
3971 cpu_to_le32(upper_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
3995 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_ssp_io_req()
3998 cpu_to_le32(lower_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
4000 cpu_to_le32(upper_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
4024 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_ssp_io_req()
4028 cpu_to_le32(lower_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
4030 cpu_to_le32(upper_32_bits(phys_addr)); in pm80xx_chip_ssp_io_req()
4057 u64 phys_addr, start_addr, end_addr; in pm80xx_chip_sata_req() local
4116 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_sata_req()
4118 sata_cmd.enc_addr_low = lower_32_bits(phys_addr); in pm80xx_chip_sata_req()
4119 sata_cmd.enc_addr_high = upper_32_bits(phys_addr); in pm80xx_chip_sata_req()
4142 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_sata_req()
4146 lower_32_bits(phys_addr); in pm80xx_chip_sata_req()
4148 upper_32_bits(phys_addr); in pm80xx_chip_sata_req()
4182 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_sata_req()
4184 sata_cmd.addr_low = lower_32_bits(phys_addr); in pm80xx_chip_sata_req()
4185 sata_cmd.addr_high = upper_32_bits(phys_addr); in pm80xx_chip_sata_req()
4208 phys_addr = ccb->ccb_dma_handle + in pm80xx_chip_sata_req()
4212 lower_32_bits(phys_addr); in pm80xx_chip_sata_req()
4214 upper_32_bits(phys_addr); in pm80xx_chip_sata_req()