Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/wlags49_h2/
Dhcf.c760 if ( ifbp->IFB_CntlOpt & USE_DMA ) {
979 if ( ifbp->IFB_CntlOpt & USE_DMA ) { in hcf_cntl()
984 ifbp->IFB_CntlOpt &= ~DMA_ENABLED; in hcf_cntl()
991 ifbp->IFB_CntlOpt |= DMA_ENABLED; in hcf_cntl()
1201 ifbp->IFB_CntlOpt = USE_16BIT; in hcf_connect()
1256 ifbp->IFB_CntlOpt &= ~USE_16BIT; //reset USE_16BIT in hcf_connect()
1259 ifbp->IFB_CntlOpt |= USE_DMA; //SET DMA in hcf_connect()
1316 if ( ( ifbp->IFB_CntlOpt & DMA_ENABLED ) == 0 ) { //clear control bits when disabled in get_frame_lst()
1323 if ( ifbp->IFB_CntlOpt & DMA_ENABLED ) { in get_frame_lst()
1410 …HCFASSERT( ifbp->IFB_CntlOpt & USE_DMA, ifbp->IFB_CntlOpt) //only hcf_dma_tx_put must also be DMA_… in put_frame_lst()
[all …]
Dhcfdef.h656 #define IF_USE_DMA(x) if ( ifbp->IFB_CntlOpt & USE_DMA ) x
657 #define IF_NOT_USE_DMA(x) if ( !(ifbp->IFB_CntlOpt & USE_DMA) ) x
Dhcf.h285 hcf_16 IFB_CntlOpt; // flags: 32 bits I/O, DMA available, DMA enabled member