Lines Matching refs:end_addr
3895 u64 phys_addr, start_addr, end_addr; in pm80xx_chip_ssp_io_req() local
3952 end_addr = (start_addr + ssp_cmd.enc_len) - 1; in pm80xx_chip_ssp_io_req()
3953 end_addr_low = cpu_to_le32(lower_32_bits(end_addr)); in pm80xx_chip_ssp_io_req()
3954 end_addr_high = cpu_to_le32(upper_32_bits(end_addr)); in pm80xx_chip_ssp_io_req()
4011 end_addr = (start_addr + ssp_cmd.len) - 1; in pm80xx_chip_ssp_io_req()
4012 end_addr_low = cpu_to_le32(lower_32_bits(end_addr)); in pm80xx_chip_ssp_io_req()
4013 end_addr_high = cpu_to_le32(upper_32_bits(end_addr)); in pm80xx_chip_ssp_io_req()
4057 u64 phys_addr, start_addr, end_addr; in pm80xx_chip_sata_req() local
4129 end_addr = (start_addr + sata_cmd.enc_len) - 1; in pm80xx_chip_sata_req()
4130 end_addr_low = cpu_to_le32(lower_32_bits(end_addr)); in pm80xx_chip_sata_req()
4131 end_addr_high = cpu_to_le32(upper_32_bits(end_addr)); in pm80xx_chip_sata_req()
4195 end_addr = (start_addr + sata_cmd.len) - 1; in pm80xx_chip_sata_req()
4196 end_addr_low = cpu_to_le32(lower_32_bits(end_addr)); in pm80xx_chip_sata_req()
4197 end_addr_high = cpu_to_le32(upper_32_bits(end_addr)); in pm80xx_chip_sata_req()