Lines Matching refs:sc_control
152 uint32_t sc_control; /* MAC_CONTROL contents */ member
793 sc->sc_control |= CONTROL_DO | CONTROL_TE | CONTROL_RE; in aumac_init()
795 sc->sc_control |= CONTROL_EM; in aumac_init()
899 sc->sc_control &= ~(CONTROL_PM | CONTROL_PR); in aumac_set_filter()
903 sc->sc_control & ~CONTROL_RE); in aumac_set_filter()
906 sc->sc_control |= CONTROL_PR; in aumac_set_filter()
917 sc->sc_control |= CONTROL_HP; in aumac_set_filter()
964 sc->sc_control); in aumac_set_filter()
968 sc->sc_control |= CONTROL_PM; in aumac_set_filter()
970 sc->sc_control); in aumac_set_filter()
1051 sc->sc_control |= CONTROL_F; in aumac_mii_statchg()
1053 sc->sc_control &= ~CONTROL_F; in aumac_mii_statchg()
1056 sc->sc_control); in aumac_mii_statchg()