Searched refs:CAS_SERDES (Results 1 – 2 of 2) sorted by relevance
332 if ((sc->sc_flags & CAS_SERDES) == 0) { in cas_attach()714 ((sc->sc_flags & CAS_SERDES) != 0 ? CAS_RESET_PCS_DIS : 0)); in cas_reset()783 ((sc->sc_flags & CAS_SERDES) != 0 ? CAS_RESET_PCS_DIS : 0)); in cas_reset_rx()810 ((sc->sc_flags & CAS_SERDES) != 0 ? CAS_RESET_PCS_DIS : 0)); in cas_reset_tx()999 if ((sc->sc_flags & CAS_SERDES) == 0) in cas_init_locked()2160 if ((sc->sc_flags & CAS_SERDES) != 0) { in cas_mii_readreg()2218 if ((sc->sc_flags & CAS_SERDES) != 0) { in cas_mii_writereg()2386 if ((sc->sc_flags & CAS_SERDES) == 0) { in cas_mii_statchg()2708 sc->sc_flags |= CAS_SERDES; in cas_pci_attach()2874 sc->sc_flags |= CAS_SERDES; in cas_pci_attach()
166 #define CAS_SERDES (1 << 4) /* use the SERDES */ macro