Searched refs:start_phy (Results 1 – 2 of 2) sorted by relevance
1282 dma_addr_t start_phy; in hptiop_probe() local1435 &start_phy, GFP_KERNEL); in hptiop_probe()1444 hba->dma_coherent_handle[i] = start_phy; in hptiop_probe()1446 if ((start_phy & 0x1f) != 0) { in hptiop_probe()1447 offset = ((start_phy + 0x1f) & ~0x1f) - start_phy; in hptiop_probe()1448 start_phy += offset; in hptiop_probe()1454 hba->reqs[i].req_shifted_phy = start_phy >> 5; in hptiop_probe()
1032 static int owl_emac_enable(struct net_device *netdev, bool start_phy) in owl_emac_enable() argument1061 if (start_phy) in owl_emac_enable()