start_phy        1284 drivers/scsi/hptiop.c 	dma_addr_t start_phy;
start_phy        1437 drivers/scsi/hptiop.c 					&start_phy, GFP_KERNEL);
start_phy        1446 drivers/scsi/hptiop.c 		hba->dma_coherent_handle[i] = start_phy;
start_phy        1448 drivers/scsi/hptiop.c 		if ((start_phy & 0x1f) != 0) {
start_phy        1449 drivers/scsi/hptiop.c 			offset = ((start_phy + 0x1f) & ~0x1f) - start_phy;
start_phy        1450 drivers/scsi/hptiop.c 			start_phy += offset;
start_phy        1456 drivers/scsi/hptiop.c 		hba->reqs[i].req_shifted_phy = start_phy >> 5;