Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cadence/
H A Dif_cgem.c128 uint32_t net_ctl_shadow; member
857 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()
1066 sc->net_ctl_shadow = CGEM_NET_CTRL_MGMT_PORT_EN; in cgem_reset()
1067 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow); in cgem_reset()
1125 sc->net_ctl_shadow |= (CGEM_NET_CTRL_TX_EN | CGEM_NET_CTRL_RX_EN); in cgem_config()
1126 WR4(sc, CGEM_NET_CTRL, sc->net_ctl_shadow); in cgem_config()