Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/ibm/emac/
Dcore.h315 #define EMAC_FTR_440GX_PHY_CLK_FIX 0x00000080 macro
348 EMAC_FTR_STACR_OC_INVERT | EMAC_FTR_440GX_PHY_CLK_FIX |
Dcore.c135 if (emac_has_feature(dev, EMAC_FTR_440GX_PHY_CLK_FIX | in emac_report_timeout_error()
2425 if (emac_has_feature(dev, EMAC_FTR_440GX_PHY_CLK_FIX)) in emac_init_phy()
2433 if (emac_has_feature(dev, EMAC_FTR_440GX_PHY_CLK_FIX)) in emac_init_phy()
2473 if (emac_has_feature(dev, EMAC_FTR_440GX_PHY_CLK_FIX)) in emac_init_phy()
2594 dev->features |= EMAC_FTR_440GX_PHY_CLK_FIX; in emac_init_config()