Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A Dbrgphy.c998 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()
/freebsd/sys/dev/bge/
H A Dif_bge.c3528 sc->bge_phy_flags |= BGE_PHY_NO_WIRESPEED; in bge_attach()
3783 sc->bge_phy_flags |= BGE_PHY_NO_WIRESPEED; in bge_attach()
3791 sc->bge_phy_flags |= BGE_PHY_CRC_BUG; in bge_attach()
3794 sc->bge_phy_flags |= BGE_PHY_ADC_BUG; in bge_attach()
3796 sc->bge_phy_flags |= BGE_PHY_5704_A0_BUG; in bge_attach()
3798 sc->bge_phy_flags |= BGE_PHY_NO_3LED; in bge_attach()
3810 sc->bge_phy_flags |= BGE_PHY_JITTER_BUG; in bge_attach()
3812 sc->bge_phy_flags |= BGE_PHY_ADJUST_TRIM; in bge_attach()
3814 sc->bge_phy_flags |= BGE_PHY_BER_BUG; in bge_attach()
3825 sc->bge_phy_flags |= BGE_PHY_NO_WIRESPEED; in bge_attach()
[all …]
H A Dif_bgereg.h2994 uint32_t bge_phy_flags; member