HomeSort by: relevance | last modified time | path
    Searched defs:sc_tx_active (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/sunxi/
sun4i_emac.c 195 uint8_t sc_tx_active; member in struct:sun4i_emac_softc
633 sc->sc_tx_active &= ~__BIT(slot);
658 if (sc->sc_tx_active == 0)
675 if ((sc->sc_tx_active & 1) == 0) {
683 sc->sc_tx_active |= 1;
686 if ((sc->sc_tx_active & 2) == 0) {
694 sc->sc_tx_active |= 2;

Completed in 40 milliseconds