Home
last modified time | relevance | path

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

/drivers/staging/wlags49_h2/
Dhcfdef.h607 #define IF_DMA(x) do { x; } while(0) macro
612 #define IF_DMA(x) do { } while(0)
Dhcf.c3792 IF_DMA( HCFASSERT(!(ifbp->IFB_CntlOpt & USE_DMA), ifbp->IFB_CntlOpt) ); in get_fid()