Home
last modified time | relevance | path

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

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