Searched refs:net_ctl_shadow (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/cadence/
H A Dif_cgem.c110 uint32_t net_ctl_shadow; member in struct:cgem_softc
781 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow |
888 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow &
891 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow);
940 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow |
976 sc->net_ctl_shadow = CGEM_NET_CTRL_MGMT_PORT_EN;
977 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow);
1024 sc->net_ctl_shadow |= (CGEM_NET_CTRL_TX_EN | CGEM_NET_CTRL_RX_EN);
1025 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow);

Completed in 92 milliseconds