Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
Dhptiop.c1282 dma_addr_t start_phy; in hptiop_probe() local
1435 &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()
/linux-5.19.10/drivers/net/ethernet/actions/
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()