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

/openbsd-current/sys/dev/mii/
H A Dbrgphy.c223 if (bge_sc->bge_phy_flags & BGE_PHY_10_100_ONLY)
832 if (bge_sc->bge_phy_flags & BGE_PHY_ADC_BUG)
834 if (bge_sc->bge_phy_flags & BGE_PHY_5704_A0_BUG)
836 if (bge_sc->bge_phy_flags & BGE_PHY_BER_BUG)
838 else if (bge_sc->bge_phy_flags & BGE_PHY_JITTER_BUG) {
842 if (bge_sc->bge_phy_flags & BGE_PHY_ADJUST_TRIM) {
852 if (bge_sc->bge_phy_flags & BGE_PHY_CRC_BUG)
865 if (!(bge_sc->bge_phy_flags & BGE_PHY_NO_WIRESPEED))
869 if (bge_sc->bge_phy_flags & BGE_PHY_NO_3LED) {
/openbsd-current/sys/dev/pci/
H A Dif_bge.c2808 sc->bge_phy_flags |= BGE_PHY_NO_3LED;
2833 sc->bge_phy_flags |= BGE_PHY_10_100_ONLY;
2840 sc->bge_phy_flags |= BGE_PHY_NO_WIRESPEED;
2844 sc->bge_phy_flags |= BGE_PHY_CRC_BUG;
2847 sc->bge_phy_flags |= BGE_PHY_ADC_BUG;
2849 sc->bge_phy_flags |= BGE_PHY_5704_A0_BUG;
2862 sc->bge_phy_flags |= BGE_PHY_JITTER_BUG;
2864 sc->bge_phy_flags |= BGE_PHY_ADJUST_TRIM;
2866 sc->bge_phy_flags |= BGE_PHY_BER_BUG;
H A Dif_bgereg.h2886 u_int32_t bge_phy_flags; member in struct:bge_softc

Completed in 200 milliseconds