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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Drf.c876 DWORD dwVT3226Pwr; local
880 dwVT3226Pwr = ((0x3F-pDevice->byCurPwr) << 20 ) | ( 0x17 << 8 ) /* Reg7 */ |
882 bResult &= IFRFbWriteEmbeded(pDevice, dwVT3226Pwr);
888 DWORD dwVT3226Pwr; local
895 dwVT3226Pwr = ((0x3F-pDevice->byCurPwr) << 20 ) | ( 0xE07 << 8 ) /* Reg7 */ | //RobertYu:20060420, TWIF 1.10
897 bResult &= IFRFbWriteEmbeded(pDevice, dwVT3226Pwr);
912 dwVT3226Pwr = ((0x3F-pDevice->byCurPwr) << 20 ) | ( 0x7 << 8 ) /* Reg7 */ | //RobertYu:20060420, TWIF 1.10
914 bResult &= IFRFbWriteEmbeded(pDevice, dwVT3226Pwr);

Completed in 60 milliseconds