Searched refs:bge_phy_flags (Results 1 – 3 of 3) sorted by relevance
998 if (bge_sc->bge_phy_flags & BGE_PHY_5704_A0_BUG) in brgphy_reset()1000 if (bge_sc->bge_phy_flags & BGE_PHY_ADC_BUG) in brgphy_reset()1002 if (bge_sc->bge_phy_flags & BGE_PHY_ADJUST_TRIM) in brgphy_reset()1004 if (bge_sc->bge_phy_flags & BGE_PHY_BER_BUG) in brgphy_reset()1006 if (bge_sc->bge_phy_flags & BGE_PHY_CRC_BUG) in brgphy_reset()1008 if (bge_sc->bge_phy_flags & BGE_PHY_JITTER_BUG) in brgphy_reset()1014 if ((bge_sc->bge_phy_flags & BGE_PHY_NO_WIRESPEED) == 0) in brgphy_reset()1018 if (bge_sc->bge_phy_flags & BGE_PHY_NO_3LED) { in brgphy_reset()
3526 sc->bge_phy_flags |= BGE_PHY_NO_WIRESPEED; in bge_attach()3776 sc->bge_phy_flags |= BGE_PHY_NO_WIRESPEED; in bge_attach()3784 sc->bge_phy_flags |= BGE_PHY_CRC_BUG; in bge_attach()3787 sc->bge_phy_flags |= BGE_PHY_ADC_BUG; in bge_attach()3789 sc->bge_phy_flags |= BGE_PHY_5704_A0_BUG; in bge_attach()3791 sc->bge_phy_flags |= BGE_PHY_NO_3LED; in bge_attach()3803 sc->bge_phy_flags |= BGE_PHY_JITTER_BUG; in bge_attach()3805 sc->bge_phy_flags |= BGE_PHY_ADJUST_TRIM; in bge_attach()3807 sc->bge_phy_flags |= BGE_PHY_BER_BUG; in bge_attach()3818 sc->bge_phy_flags |= BGE_PHY_NO_WIRESPEED; in bge_attach()[all …]
2994 uint32_t bge_phy_flags; member