Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/rt/
Dif_rtreg.h41 #define GE_PORT_BASE 0x0000 macro
Dif_rt.c420 RT_WRITE(sc, GE_PORT_BASE + 0x0C00, // UDPCS, TCPCS, IPCS=1 in rt_attach()
421 RT_READ(sc, GE_PORT_BASE + 0x0C00) | (0x7<<16)); in rt_attach()
450 sc->fe_int_status=GE_PORT_BASE+FE_INT_STATUS; in rt_attach()
451 sc->fe_int_enable=GE_PORT_BASE+FE_INT_ENABLE; in rt_attach()
990 RT_WRITE(sc, GE_PORT_BASE + FE_RST_GLO, PSE_RESET); in rt_stop_locked()