Home
last modified time | relevance | path

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

/freebsd/sys/dev/cas/
H A Dif_cas.c320 if ((sc->sc_flags & CAS_SERDES) == 0) { in cas_attach()
701 ((sc->sc_flags & CAS_SERDES) != 0 ? CAS_RESET_PCS_DIS : 0)); in cas_reset()
770 ((sc->sc_flags & CAS_SERDES) != 0 ? CAS_RESET_PCS_DIS : 0)); in cas_reset_rx()
797 ((sc->sc_flags & CAS_SERDES) != 0 ? CAS_RESET_PCS_DIS : 0)); in cas_reset_tx()
986 if ((sc->sc_flags & CAS_SERDES) == 0) in cas_init_locked()
2146 if ((sc->sc_flags & CAS_SERDES) != 0) { in cas_mii_readreg()
2204 if ((sc->sc_flags & CAS_SERDES) != 0) { in cas_mii_writereg()
2372 if ((sc->sc_flags & CAS_SERDES) == 0) { in cas_mii_statchg()
2692 sc->sc_flags |= CAS_SERDES; in cas_pci_attach()
2858 sc->sc_flags |= CAS_SERDES; in cas_pci_attach()
H A Dif_casvar.h164 #define CAS_SERDES (1 << 4) /* use the SERDES */ macro