Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dhptiop.c1279 dma_addr_t start_phy; in hptiop_probe() local
1432 &start_phy, GFP_KERNEL); in hptiop_probe()
1441 hba->dma_coherent_handle[i] = start_phy; in hptiop_probe()
1443 if ((start_phy & 0x1f) != 0) { in hptiop_probe()
1444 offset = ((start_phy + 0x1f) & ~0x1f) - start_phy; in hptiop_probe()
1445 start_phy += offset; in hptiop_probe()
1451 hba->reqs[i].req_shifted_phy = start_phy >> 5; in hptiop_probe()
/openbmc/linux/drivers/net/ethernet/actions/
H A Dowl-emac.c1032 static int owl_emac_enable(struct net_device *netdev, bool start_phy) in owl_emac_enable() argument
1061 if (start_phy) in owl_emac_enable()