Home
last modified time | relevance | path

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

/openbsd/sys/dev/fdt/
H A Dif_cad.c64 #define GEM_NETCTL_TXEN (1 << 3) macro
930 sc->sc_netctl |= GEM_NETCTL_RXEN | GEM_NETCTL_TXEN; in cad_up()
971 sc->sc_netctl &= ~(GEM_NETCTL_TXEN | GEM_NETCTL_RXEN); in cad_down()
1277 sc->sc_netctl &= ~(GEM_NETCTL_TXEN | GEM_NETCTL_RXEN); in cad_intr()