Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dmidwayreg.h80 #define MID_IS_SUNI(X) ((X) & 0x40) /* SUNI? vs utopia */ macro
H A Dmidway.c735 (MID_IS_SUNI(reg)) ? "SUNI" : "Utopia", in en_attach()
736 (!MID_IS_SUNI(reg) && MID_IS_UPIPE(reg)) ? " (pipelined)" : "", in en_attach()