Home
last modified time | relevance | path

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

/trueos/sys/dev/wl/
HDif_wl.h90 #define HACR_16BITS 0x0004 /* 1==16 bits operation, 0==8 bits */ macro
97 #define HACR_DEFAULT (HACR_OUT1 | HACR_OUT2 | HACR_16BITS | PIOM(STATIC_PIO, 0) | PIOM(AUTOINCR_PIO…
HDif_wl.c520 sc->hacr = (HACR_DEFAULT & ~HACR_16BITS); in wlattach()
692 sc->hacr = (HACR_DEFAULT & ~HACR_16BITS); in wlinitmmc()
2384 PCMD(base, HACR_DEFAULT & ~HACR_16BITS); in wlgetpsa()
2385 PCMD(base, HACR_DEFAULT & ~HACR_16BITS); in wlgetpsa()
2418 PCMD(base, HACR_DEFAULT & ~HACR_16BITS); in wlsetpsa()
2419 PCMD(base, HACR_DEFAULT & ~HACR_16BITS); in wlsetpsa()