Searched refs:GloCfg (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/staging/rt2860/common/ |
D | cmm_mac_usb.c | 708 WPDMA_GLO_CFG_STRUC GloCfg; in RT28XXDMAEnable() local 714 RTMP_IO_READ32(pAd, WPDMA_GLO_CFG, &GloCfg.word); in RT28XXDMAEnable() 715 if ((GloCfg.field.TxDMABusy == 0) in RT28XXDMAEnable() 716 && (GloCfg.field.RxDMABusy == 0)) in RT28XXDMAEnable() 725 GloCfg.field.EnTXWriteBackDDONE = 1; in RT28XXDMAEnable() 726 GloCfg.field.EnableRxDMA = 1; in RT28XXDMAEnable() 727 GloCfg.field.EnableTxDMA = 1; in RT28XXDMAEnable() 729 ("<== WRITE DMA offset 0x208 = 0x%x\n", GloCfg.word)); in RT28XXDMAEnable() 730 RTMP_IO_WRITE32(pAd, WPDMA_GLO_CFG, GloCfg.word); in RT28XXDMAEnable() 1070 WPDMA_GLO_CFG_STRUC GloCfg; in RT28xxUsbMlmeRadioOFF() local [all …]
|
D | cmm_mac_pci.c | 672 WPDMA_GLO_CFG_STRUC GloCfg; in RT28XXDMADisable() local 674 RTMP_IO_READ32(pAd, WPDMA_GLO_CFG, &GloCfg.word); in RT28XXDMADisable() 675 GloCfg.word &= 0xff0; in RT28XXDMADisable() 676 GloCfg.field.EnTXWriteBackDDONE = 1; in RT28XXDMADisable() 677 RTMP_IO_WRITE32(pAd, WPDMA_GLO_CFG, GloCfg.word); in RT28XXDMADisable() 696 WPDMA_GLO_CFG_STRUC GloCfg; in RT28XXDMAEnable() local 701 RTMP_IO_READ32(pAd, WPDMA_GLO_CFG, &GloCfg.word); in RT28XXDMAEnable() 702 if ((GloCfg.field.TxDMABusy == 0) in RT28XXDMAEnable() 703 && (GloCfg.field.RxDMABusy == 0)) in RT28XXDMAEnable() 713 GloCfg.field.EnTXWriteBackDDONE = 1; in RT28XXDMAEnable() [all …]
|
D | cmm_data_pci.c | 748 WPDMA_GLO_CFG_STRUC GloCfg; in RTMPHandleRxCoherentInterrupt() local 757 RTMP_IO_READ32(pAd, WPDMA_GLO_CFG, &GloCfg.word); in RTMPHandleRxCoherentInterrupt() 759 GloCfg.field.EnTXWriteBackDDONE = 0; in RTMPHandleRxCoherentInterrupt() 760 GloCfg.field.EnableRxDMA = 0; in RTMPHandleRxCoherentInterrupt() 761 GloCfg.field.EnableTxDMA = 0; in RTMPHandleRxCoherentInterrupt() 762 RTMP_IO_WRITE32(pAd, WPDMA_GLO_CFG, GloCfg.word); in RTMPHandleRxCoherentInterrupt()
|
D | rtmp_init.c | 1365 WPDMA_GLO_CFG_STRUC GloCfg; in NICInitializeAdapter() local 1380 RTMP_IO_READ32(pAd, WPDMA_GLO_CFG, &GloCfg.word); in NICInitializeAdapter() 1381 if ((GloCfg.field.TxDMABusy == 0) in NICInitializeAdapter() 1382 && (GloCfg.field.RxDMABusy == 0)) in NICInitializeAdapter() 1389 ("<== DMA offset 0x208 = 0x%x\n", GloCfg.word)); in NICInitializeAdapter() 1390 GloCfg.word &= 0xff0; in NICInitializeAdapter() 1391 GloCfg.field.EnTXWriteBackDDONE = 1; in NICInitializeAdapter() 1392 RTMP_IO_WRITE32(pAd, WPDMA_GLO_CFG, GloCfg.word); in NICInitializeAdapter() 1515 RTMP_IO_READ32(pAd, WPDMA_GLO_CFG, &GloCfg.word); in NICInitializeAdapter() 1516 if ((GloCfg.field.TxDMABusy == 0) in NICInitializeAdapter() [all …]
|