Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dhptiop.c1288 dma_addr_t start_phy; in hptiop_probe() local
1433 &start_phy, GFP_KERNEL); in hptiop_probe()
1442 hba->dma_coherent_handle = start_phy; in hptiop_probe()
1444 if ((start_phy & 0x1f) != 0) { in hptiop_probe()
1445 offset = ((start_phy + 0x1f) & ~0x1f) - start_phy; in hptiop_probe()
1446 start_phy += offset; in hptiop_probe()
1454 hba->reqs[i].req_shifted_phy = start_phy >> 5; in hptiop_probe()
1458 start_phy = start_phy + hba->req_size; in hptiop_probe()