Searched refs:GloCfg (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_mac_usb.c711 WPDMA_GLO_CFG_STRUC GloCfg; local
717 RTMP_IO_READ32(pAd, WPDMA_GLO_CFG, &GloCfg.word);
718 if ((GloCfg.field.TxDMABusy == 0)
719 && (GloCfg.field.RxDMABusy == 0))
728 GloCfg.field.EnTXWriteBackDDONE = 1;
729 GloCfg.field.EnableRxDMA = 1;
730 GloCfg.field.EnableTxDMA = 1;
732 ("<== WRITE DMA offset 0x208 = 0x%x\n", GloCfg.word));
733 RTMP_IO_WRITE32(pAd, WPDMA_GLO_CFG, GloCfg.word);
1073 WPDMA_GLO_CFG_STRUC GloCfg; local
[all...]
H A Dcmm_mac_pci.c348 RTMP_IO_READ32(pAd, WPDMA_GLO_CFG, &GloCfg.word);
349 GloCfg.word &= 0xff0;
350 GloCfg.field.EnTXWriteBackDDONE =1;
351 RTMP_IO_WRITE32(pAd, WPDMA_GLO_CFG, GloCfg.word);
672 WPDMA_GLO_CFG_STRUC GloCfg; local
674 RTMP_IO_READ32(pAd, WPDMA_GLO_CFG, &GloCfg.word);
675 GloCfg.word &= 0xff0;
676 GloCfg.field.EnTXWriteBackDDONE = 1;
677 RTMP_IO_WRITE32(pAd, WPDMA_GLO_CFG, GloCfg.word);
696 WPDMA_GLO_CFG_STRUC GloCfg; local
[all...]
H A Dcmm_data_pci.c748 WPDMA_GLO_CFG_STRUC GloCfg; local
757 RTMP_IO_READ32(pAd, WPDMA_GLO_CFG, &GloCfg.word);
759 GloCfg.field.EnTXWriteBackDDONE = 0;
760 GloCfg.field.EnableRxDMA = 0;
761 GloCfg.field.EnableTxDMA = 0;
762 RTMP_IO_WRITE32(pAd, WPDMA_GLO_CFG, GloCfg.word);
H A Drtmp_init.c1372 WPDMA_GLO_CFG_STRUC GloCfg; local
1387 RTMP_IO_READ32(pAd, WPDMA_GLO_CFG, &GloCfg.word);
1388 if ((GloCfg.field.TxDMABusy == 0)
1389 && (GloCfg.field.RxDMABusy == 0))
1396 ("<== DMA offset 0x208 = 0x%x\n", GloCfg.word));
1397 GloCfg.word &= 0xff0;
1398 GloCfg.field.EnTXWriteBackDDONE = 1;
1399 RTMP_IO_WRITE32(pAd, WPDMA_GLO_CFG, GloCfg.word);
1522 RTMP_IO_READ32(pAd, WPDMA_GLO_CFG, &GloCfg.word);
1523 if ((GloCfg
[all...]

Completed in 161 milliseconds