Searched refs:USE_DMA (Results 1 – 7 of 7) sorted by relevance
70 #define USE_DMA 0 macro72 #define USE_DMA 1 macro78 #if USE_DMA196 #if USE_DMA285 #if USE_DMA548 #if USE_DMA in NCR53c406a_detect()557 #if USE_DMA in NCR53c406a_detect()570 #if USE_DMA in NCR53c406a_detect()574 #if USE_DMA in NCR53c406a_detect()582 #if USE_DMA in NCR53c406a_detect()[all …]
735 if ( ifbp->IFB_CntlOpt & USE_DMA ) {946 if ( ifbp->IFB_CntlOpt & USE_DMA ) { in hcf_cntl()1226 ifbp->IFB_CntlOpt |= USE_DMA; //SET DMA in hcf_connect()1377 …HCFASSERT( ifbp->IFB_CntlOpt & USE_DMA, ifbp->IFB_CntlOpt); //only hcf_dma_tx_put must also be DMA… in put_frame_lst()1757 …HCFASSERT( ( ifbp->IFB_CntlOpt & (USE_DMA|DMA_ENABLED) ) == (USE_DMA|DMA_ENABLED), ifbp->IFB_CntlO… in hcf_dma_tx_put()2195 HCFASSERT( ( ltvp->val[0] & ~(USE_DMA | USE_16BIT) ) == 0, ltvp->val[0] ); in hcf_put_info()2196 if ( ( ltvp->val[0] & USE_DMA ) == 0 ) ifbp->IFB_CntlOpt &= ~USE_DMA; in hcf_put_info()2382 HCFASSERT( (ifbp->IFB_CntlOpt & USE_DMA) == 0, 0xDADA ); in hcf_rcv_msg()2584 HCFASSERT( (ifbp->IFB_CntlOpt & USE_DMA) == 0, 0xDADB ); in hcf_send_msg()3002 if ( !( ifbp->IFB_CntlOpt & USE_DMA ) ) //!! be aware of the logical indentations in hcf_service_nic()[all …]
609 #define IF_USE_DMA(x) if ( ifbp->IFB_CntlOpt & USE_DMA ) { x; }610 #define IF_NOT_USE_DMA(x) if ( !(ifbp->IFB_CntlOpt & USE_DMA) ) { x; }
884 #define USE_DMA 0x0001 macro
1397 lp->ltvRecord.u.u16[0] = CNV_INT_TO_LITTLE( USE_DMA ); in wl_put_ltv_init()
54 #define USE_DMA macro274 #ifdef USE_DMA867 #ifdef USE_DMA in ni_pcidio_cmd()
56 #define USE_DMA macro99 #ifdef USE_DMA