Searched refs:pMac (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_mac.c107 struct _MAC_t __iomem *pMac = &etdev->regs->mac; local
115 writel(0xC00F0000, &pMac->cfg1);
120 writel(ipg, &pMac->ipg);
124 writel(0x00A1F037, &pMac->hfdp);
127 writel(0, &pMac->if_ctrl);
130 writel(0x07, &pMac->mii_mgmt_cfg); /* Clock reset 0x7 */
145 writel(station1.value, &pMac->station_addr_1.value);
146 writel(station2.value, &pMac->station_addr_2.value);
155 writel(etdev->RegistryJumboPacket + 4, &pMac->max_fm_len);
158 writel(0, &pMac
168 struct _MAC_t __iomem *pMac = &etdev->regs->mac; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_data.c983 struct rt_mac_table_entry *pMac = NULL; local
988 pMac = &pAd->MacTab.Content[WCID];
1033 if (pMac) {
1035 if ((pMac->MmpsMode == MMPS_DYNAMIC)
1039 } else if (pMac->MmpsMode == MMPS_STATIC) {
1048 /*pTxWI->MIMOps = (pMac->PsMode == PWR_MMPS)? 1:0; */
1049 if (pMac->bIAmBadAtheros
1050 && (pMac->WepStatus != Ndis802_11WEPDisabled)) {
1053 pTxWI->MpduDensity = pMac->MpduDensity;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dtest.cpp234 member_ptr<MessageAuthenticationCode> pMac(NewIntegrityCheckingMAC());
235 assert(pMac->DigestSize() == sizeof(mac));
236 MeterFilter f(new HashFilter(*pMac, new ArraySink(mac, sizeof(mac))));

Completed in 61 milliseconds