Home
last modified time | relevance | path

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

/freebsd/sys/dev/enetc/
H A Dif_enetc.c700 ENETC_PORT_WR4(sc, ENETC_PSIPVMR, ENETC_PSIPVMR_SET_VUTA(1)); in enetc_init_hw()
926 ENETC_PSIPVMR_SET_VUTA(1) | ENETC_PSIPVMR_SET_VP(1)); in enetc_init()
929 ENETC_PSIPVMR_SET_VUTA(1)); in enetc_init()
H A Denetc_hw.h180 #define ENETC_PSIPVMR_SET_VUTA(simap) (((simap) & 0x7) << 16) macro