Lines Matching refs:end_addr
3951 u64 phys_addr, start_addr, end_addr; in pm80xx_chip_ssp_io_req() local
4008 end_addr = (start_addr + ssp_cmd.enc_len) - 1; in pm80xx_chip_ssp_io_req()
4009 end_addr_low = cpu_to_le32(lower_32_bits(end_addr)); in pm80xx_chip_ssp_io_req()
4010 end_addr_high = cpu_to_le32(upper_32_bits(end_addr)); in pm80xx_chip_ssp_io_req()
4067 end_addr = (start_addr + ssp_cmd.len) - 1; in pm80xx_chip_ssp_io_req()
4068 end_addr_low = cpu_to_le32(lower_32_bits(end_addr)); in pm80xx_chip_ssp_io_req()
4069 end_addr_high = cpu_to_le32(upper_32_bits(end_addr)); in pm80xx_chip_ssp_io_req()
4113 u64 phys_addr, start_addr, end_addr; in pm80xx_chip_sata_req() local
4185 end_addr = (start_addr + sata_cmd.enc_len) - 1; in pm80xx_chip_sata_req()
4186 end_addr_low = cpu_to_le32(lower_32_bits(end_addr)); in pm80xx_chip_sata_req()
4187 end_addr_high = cpu_to_le32(upper_32_bits(end_addr)); in pm80xx_chip_sata_req()
4251 end_addr = (start_addr + sata_cmd.len) - 1; in pm80xx_chip_sata_req()
4252 end_addr_low = cpu_to_le32(lower_32_bits(end_addr)); in pm80xx_chip_sata_req()
4253 end_addr_high = cpu_to_le32(upper_32_bits(end_addr)); in pm80xx_chip_sata_req()