Home
last modified time | relevance | path

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

/openbsd/sys/dev/fdt/
H A Dif_cad.c300 uint32_t sc_netctl; member
685 sc->sc_netctl = GEM_NETCTL_MDEN; in cad_reset()
686 HWRITE4(sc, GEM_NETCTL, sc->sc_netctl); in cad_reset()
930 sc->sc_netctl |= GEM_NETCTL_RXEN | GEM_NETCTL_TXEN; in cad_up()
931 HWRITE4(sc, GEM_NETCTL, sc->sc_netctl); in cad_up()
971 sc->sc_netctl &= ~(GEM_NETCTL_TXEN | GEM_NETCTL_RXEN); in cad_down()
972 HWRITE4(sc, GEM_NETCTL, sc->sc_netctl); in cad_down()
1271 HWRITE4(sc, GEM_NETCTL, sc->sc_netctl | GEM_NETCTL_DPRAM); in cad_intr()
1277 sc->sc_netctl &= ~(GEM_NETCTL_TXEN | GEM_NETCTL_RXEN); in cad_intr()
1278 HWRITE4(sc, GEM_NETCTL, sc->sc_netctl); in cad_intr()
[all …]