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

/drivers/scsi/
H A Dhptiop.c963 dma_addr_t start_phy; local
1094 &start_phy, GFP_KERNEL);
1103 hba->dma_coherent_handle = start_phy;
1105 if ((start_phy & 0x1f) != 0)
1107 offset = ((start_phy + 0x1f) & ~0x1f) - start_phy;
1108 start_phy += offset;
1116 hba->reqs[i].req_shifted_phy = start_phy >> 5;
1120 start_phy = start_phy
[all...]

Completed in 55 milliseconds