Searched refs:end_addr_high (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm80xx_hwi.c | 4329 u32 end_addr_high, end_addr_low; in pm80xx_chip_ssp_io_req() local 4390 end_addr_high = upper_32_bits(end_addr); in pm80xx_chip_ssp_io_req() 4392 if (end_addr_high != le32_to_cpu(ssp_cmd.enc_addr_high)) { in pm80xx_chip_ssp_io_req() 4394 "The sg list address start_addr=0x%016llx data_len=0x%x end_addr_high=0x%08x end_addr_low=0x%08x has crossed 4G boundary\n", in pm80xx_chip_ssp_io_req() 4397 end_addr_high, end_addr_low); in pm80xx_chip_ssp_io_req() 4448 end_addr_high = upper_32_bits(end_addr); in pm80xx_chip_ssp_io_req() 4449 if (end_addr_high != le32_to_cpu(ssp_cmd.addr_high)) { in pm80xx_chip_ssp_io_req() 4451 "The sg list address start_addr=0x%016llx data_len=0x%x end_addr_high=0x%08x end_addr_low=0x%08x has crossed 4G boundary\n", in pm80xx_chip_ssp_io_req() 4454 end_addr_high, end_addr_low); in pm80xx_chip_ssp_io_req() 4488 u32 end_addr_high, end_addr_lo in pm80xx_chip_sata_req() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
H A D | pm80xx_hwi.c | 4305 u32 end_addr_high, end_addr_low; in pm80xx_chip_ssp_io_req() local 4360 end_addr_high = upper_32_bits(end_addr); in pm80xx_chip_ssp_io_req() 4362 if (end_addr_high != le32_to_cpu(ssp_cmd.enc_addr_high)) { in pm80xx_chip_ssp_io_req() 4364 "The sg list address start_addr=0x%016llx data_len=0x%x end_addr_high=0x%08x end_addr_low=0x%08x has crossed 4G boundary\n", in pm80xx_chip_ssp_io_req() 4367 end_addr_high, end_addr_low); in pm80xx_chip_ssp_io_req() 4418 end_addr_high = upper_32_bits(end_addr); in pm80xx_chip_ssp_io_req() 4419 if (end_addr_high != le32_to_cpu(ssp_cmd.addr_high)) { in pm80xx_chip_ssp_io_req() 4421 "The sg list address start_addr=0x%016llx data_len=0x%x end_addr_high=0x%08x end_addr_low=0x%08x has crossed 4G boundary\n", in pm80xx_chip_ssp_io_req() 4424 end_addr_high, end_addr_low); in pm80xx_chip_ssp_io_req() 4457 u32 end_addr_high, end_addr_lo in pm80xx_chip_sata_req() local [all...] |
Completed in 10 milliseconds