Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cadence/
H A Dif_cgem.c857 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow | in cgem_start_locked()
964 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow & in cgem_tick()
967 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow); in cgem_tick()
1018 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow | in cgem_intr()
1051 WR4(sc, CGEM_NET_CTRL, 0); in cgem_reset()
1053 WR4(sc, CGEM_NET_CTRL, CGEM_NET_CTRL_CLR_STAT_REGS); in cgem_reset()
1067 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow); in cgem_reset()
1126 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow); in cgem_config()
H A Dif_cgem_hw.h46 #define CGEM_NET_CTRL 0x000 /* Network Control */ macro