Searched refs:start_phy (Results 1 – 1 of 1) sorted by relevance
1296 dma_addr_t start_phy; in hptiop_probe() local1445 &start_phy, GFP_KERNEL); in hptiop_probe()1454 hba->dma_coherent_handle[i] = start_phy; in hptiop_probe()1456 if ((start_phy & 0x1f) != 0) { in hptiop_probe()1457 offset = ((start_phy + 0x1f) & ~0x1f) - start_phy; in hptiop_probe()1458 start_phy += offset; in hptiop_probe()1464 hba->reqs[i].req_shifted_phy = start_phy >> 5; in hptiop_probe()