Searched defs:phy_map (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/ibm/emac/
H A Dcore.c97 * setup precise phy_map entries
2389 u32 phy_map, adv; local
2398 if (dev->phy_address == 0xffffffff && dev->phy_map == 0xffffffff) {
2416 phy_map = dev->phy_map | busy_phy_map;
2418 DBG(dev, "PHY maps %08x %08x" NL, dev->phy_map, busy_phy_map);
2443 * and/or phy_map here.
2456 phy_map = ~(1 << dev->phy_address);
2458 for (i = 0; i < 0x20; phy_map >>= 1, ++i)
2459 if (!(phy_map
[all...]
H A Dcore.h186 u32 phy_map; member in struct:emac_instance
/drivers/dma/
H A Dste_dma40.c1175 static const unsigned int phy_map[] = { local
1193 return phy_map[d40c->dma_cfg.mode_opt];

Completed in 132 milliseconds