Home
last modified time | relevance | path

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

/freebsd/sys/dev/dwc/
H A Ddwc1000_core.h38 void dwc1000_enable_mac(struct dwc_softc *sc, bool enable);
H A Dif_dwc.c179 dwc1000_enable_mac(sc, true); in dwc_init_locked()
213 dwc1000_enable_mac(sc, false); in dwc_stop_locked()
H A Ddwc1000_core.c221 dwc1000_enable_mac(struct dwc_softc *sc, bool enable) in dwc1000_enable_mac() function