Searched refs:CGEM_NET_CTRL (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cadence/ |
H A D | if_cgem.c | 856 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow | in cgem_start_locked() 963 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow & in cgem_tick() 966 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow); in cgem_tick() 1017 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow | in cgem_intr() 1050 WR4(sc, CGEM_NET_CTRL, 0); in cgem_reset() 1052 WR4(sc, CGEM_NET_CTRL, CGEM_NET_CTRL_CLR_STAT_REGS); in cgem_reset() 1066 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow); in cgem_reset() 1125 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow); in cgem_config()
|
H A D | if_cgem_hw.h | 46 #define CGEM_NET_CTRL 0x000 /* Network Control */ macro
|