Home
last modified time | relevance | path

Searched refs:end_addr_high (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/scsi/pm8001/
Dpm80xx_hwi.c3987 u32 end_addr_high, end_addr_low; in pm80xx_chip_ssp_io_req() local
4045 end_addr_high = cpu_to_le32(upper_32_bits(end_addr)); in pm80xx_chip_ssp_io_req()
4046 if (end_addr_high != ssp_cmd.enc_addr_high) { in pm80xx_chip_ssp_io_req()
4053 end_addr_high, end_addr_low)); in pm80xx_chip_ssp_io_req()
4104 end_addr_high = cpu_to_le32(upper_32_bits(end_addr)); in pm80xx_chip_ssp_io_req()
4105 if (end_addr_high != ssp_cmd.addr_high) { in pm80xx_chip_ssp_io_req()
4112 end_addr_high, end_addr_low)); in pm80xx_chip_ssp_io_req()
4149 u32 end_addr_high, end_addr_low; in pm80xx_chip_sata_req() local
4222 end_addr_high = cpu_to_le32(upper_32_bits(end_addr)); in pm80xx_chip_sata_req()
4223 if (end_addr_high != sata_cmd.enc_addr_high) { in pm80xx_chip_sata_req()
[all …]