Home
last modified time | relevance | path

Searched refs:phy_map (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/ibm/emac/
Dcore.c378 dev->phy_map == 0xffffffff)) { in emac_reset()
404 dev->phy_map == 0xffffffff)) { in emac_reset()
2657 u32 phy_map, adv; in emac_init_phy() local
2664 if ((dev->phy_address == 0xffffffff && dev->phy_map == 0xffffffff) || in emac_init_phy()
2696 phy_map = dev->phy_map | busy_phy_map; in emac_init_phy()
2698 DBG(dev, "PHY maps %08x %08x" NL, dev->phy_map, busy_phy_map); in emac_init_phy()
2759 phy_map = ~(1 << dev->phy_address); in emac_init_phy()
2761 for (i = 0; i < 0x20; phy_map >>= 1, ++i) in emac_init_phy()
2762 if (!(phy_map & 1)) { in emac_init_phy()
2851 if (emac_read_uint_prop(np, "phy-map", &dev->phy_map, 0)) in emac_init_config()
[all …]
Dcore.h184 u32 phy_map; member
/Linux-v4.19/drivers/dma/
Dste_dma40.c1319 static const unsigned int phy_map[] = { in d40_get_prmo() local
1337 return phy_map[d40c->dma_cfg.mode_opt]; in d40_get_prmo()