Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dhptiop.c1293 dma_addr_t start_phy; in hptiop_probe() local
1442 &start_phy, GFP_KERNEL); in hptiop_probe()
1451 hba->dma_coherent_handle[i] = start_phy; in hptiop_probe()
1453 if ((start_phy & 0x1f) != 0) { in hptiop_probe()
1454 offset = ((start_phy + 0x1f) & ~0x1f) - start_phy; in hptiop_probe()
1455 start_phy += offset; in hptiop_probe()
1461 hba->reqs[i].req_shifted_phy = start_phy >> 5; in hptiop_probe()