Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c4327 u32 end_addr_high, end_addr_low; in pm80xx_chip_ssp_io_req() local
4388 end_addr_high = upper_32_bits(end_addr); in pm80xx_chip_ssp_io_req()
4390 if (end_addr_high != le32_to_cpu(ssp_cmd.enc_addr_high)) { in pm80xx_chip_ssp_io_req()
4395 end_addr_high, end_addr_low); in pm80xx_chip_ssp_io_req()
4446 end_addr_high = upper_32_bits(end_addr); in pm80xx_chip_ssp_io_req()
4447 if (end_addr_high != le32_to_cpu(ssp_cmd.addr_high)) { in pm80xx_chip_ssp_io_req()
4452 end_addr_high, end_addr_low); in pm80xx_chip_ssp_io_req()
4486 u32 end_addr_high, end_addr_low; in pm80xx_chip_sata_req() local
4563 end_addr_high = upper_32_bits(end_addr); in pm80xx_chip_sata_req()
4564 if (end_addr_high != le32_to_cpu(sata_cmd.enc_addr_high)) { in pm80xx_chip_sata_req()
[all …]