Lines Matching defs:sc_rctl
327 uint32_t sc_rctl; /* prototype RCTL register */
2026 sc->sc_rctl = RCTL_RXEN | RCTL_RDMTS_12 | RCTL_RPDA_MC |
2030 sc->sc_rctl |= RCTL_BSIZE_16k;
2034 sc->sc_rctl |= RCTL_BSIZE_2k;
2037 sc->sc_rctl |= RCTL_BSIZE_4k;
2040 sc->sc_rctl |= RCTL_BSIZE_8k;
2043 sc->sc_rctl |= RCTL_BSIZE_16k;
2236 sc->sc_rctl &= ~(RCTL_BAM | RCTL_UPE | RCTL_MPE);
2239 sc->sc_rctl |= RCTL_BAM;
2241 sc->sc_rctl |= RCTL_UPE;
2292 sc->sc_rctl |= RCTL_MPE;
2295 CSR_WRITE(sc, DGE_RCTL, sc->sc_rctl);