Home
last modified time | relevance | path

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

/freebsd/sys/dev/dwc/
H A Ddwc1000_core.c189 reg |= (CONF_DM); in dwc1000_miibus_statchg()
191 reg &= ~(CONF_DM); in dwc1000_miibus_statchg()
H A Ddwc1000_reg.h42 #define CONF_DM (1 << 11) /* Full Duplex Enable */ macro