Searched refs:HACR_DEFAULT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/wl/
H A Dif_wl.h97 #define HACR_DEFAULT (HACR_OUT1 | HACR_OUT2 | HACR_16BITS | PIOM(STATIC_PIO, 0) | PIOM(AUTOINCR_PIO, 1) | PIOM(PARAM_ACCESS_PIO, 2)) macro
H A Dif_wl.c414 PCMD(sc, HACR_DEFAULT);
415 PCMD(sc, HACR_DEFAULT);
509 sc->hacr = (HACR_DEFAULT & ~HACR_16BITS);
528 sc->hacr = HACR_DEFAULT;
586 sc->hacr = HACR_DEFAULT;
681 sc->hacr = (HACR_DEFAULT & ~HACR_16BITS);
726 sc->hacr = HACR_DEFAULT;
841 sc->hacr = HACR_DEFAULT;
861 sc->hacr = (HACR_DEFAULT | HACR_INTRON);
2368 PCMD(sc, HACR_DEFAULT
[all...]

Completed in 117 milliseconds