• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/

Lines Matching refs:Value

145 	Return Value:
224 Return Value:
435 Return Value:
451 /* Value from 1 - 0x7f. Default value is 24. */
642 Return Value:
670 Return Value:
1127 Return Value:
1360 Return Value:
1374 u32 Value;
1434 Value =
1436 RTMP_IO_WRITE32(pAd, TX_BASE_PTR1, Value);
1437 DBGPRINT(RT_DEBUG_TRACE, ("--> TX_BASE_PTR1 : 0x%x\n", Value));
1440 Value =
1442 RTMP_IO_WRITE32(pAd, TX_BASE_PTR0, Value);
1443 DBGPRINT(RT_DEBUG_TRACE, ("--> TX_BASE_PTR0 : 0x%x\n", Value));
1446 Value =
1448 RTMP_IO_WRITE32(pAd, TX_BASE_PTR2, Value);
1449 DBGPRINT(RT_DEBUG_TRACE, ("--> TX_BASE_PTR2 : 0x%x\n", Value));
1452 Value =
1454 RTMP_IO_WRITE32(pAd, TX_BASE_PTR3, Value);
1455 DBGPRINT(RT_DEBUG_TRACE, ("--> TX_BASE_PTR3 : 0x%x\n", Value));
1458 Value = RTMP_GetPhysicalAddressLow(pAd->MgmtRing.Cell[0].AllocPa);
1459 RTMP_IO_WRITE32(pAd, TX_BASE_PTR5, Value);
1460 DBGPRINT(RT_DEBUG_TRACE, ("--> TX_BASE_PTR5 : 0x%x\n", Value));
1463 Value = RTMP_GetPhysicalAddressLow(pAd->RxRing.Cell[0].AllocPa);
1464 RTMP_IO_WRITE32(pAd, RX_BASE_PTR, Value);
1465 DBGPRINT(RT_DEBUG_TRACE, ("--> RX_BASE_PTR : 0x%x\n", Value));
1492 Value = TX_RING_SIZE;
1493 RTMP_IO_WRITE32(pAd, TX_MAX_CNT0, Value);
1494 RTMP_IO_WRITE32(pAd, TX_MAX_CNT1, Value);
1495 RTMP_IO_WRITE32(pAd, TX_MAX_CNT2, Value);
1496 RTMP_IO_WRITE32(pAd, TX_MAX_CNT3, Value);
1497 RTMP_IO_WRITE32(pAd, TX_MAX_CNT4, Value);
1498 Value = MGMT_RING_SIZE;
1499 RTMP_IO_WRITE32(pAd, TX_MGMTMAX_CNT, Value);
1502 Value = RX_RING_SIZE;
1503 RTMP_IO_WRITE32(pAd, RX_MAX_CNT, Value);
1556 Return Value:
1573 u8 Value = 0xff;
1595 MACRegTable[Index].Value);
1601 STAMACRegTable[Index].Value);
1642 MACRegTable[Index].Value = 0x00000400;
1646 MACRegTable[Index].Value);
1653 STAMACRegTable[Index].Value);
1723 BBPRegTable[Index].Value);
1831 Value = 0xff;
1922 Return Value:
1934 u32 Value = 0;
1941 RTMP_IO_READ32(pAd, MAC_SYS_CTRL, &Value);
1942 Value &= (0xfffffff3);
1943 RTMP_IO_WRITE32(pAd, MAC_SYS_CTRL, Value);
1961 Return Value:
2090 Return Value:
2292 Return Value:
2358 Return Value:
2385 Return Value:
2426 Return Value:
2459 Return Value:
2494 Return Value:
2860 Return Value:
2897 Value Timer value in milliseconds
2899 Return Value:
2907 void RTMPSetTimer(struct rt_ralink_timer *pTimer, unsigned long Value)
2910 pTimer->TimerValue = Value;
2914 RTMP_SetPeriodicTimer(&pTimer->TimerObj, Value);
2917 RTMP_OS_Add_Timer(&pTimer->TimerObj, Value);
2932 Value Timer value in milliseconds
2934 Return Value:
2942 void RTMPModTimer(struct rt_ralink_timer *pTimer, unsigned long Value)
2947 pTimer->TimerValue = Value;
2951 RTMPSetTimer(pTimer, Value);
2953 RTMP_OS_Mod_Timer(&pTimer->TimerObj, Value);
2969 Return Value:
3012 Return Value:
3092 Return Value:
3147 Return Value: