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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_hw.h76 #define EEPROM_PwDiff 0x21 //0x21 macro
H A Dr8192U_core.c2984 priv->EEPROMPwDiff = (eprom_read(dev, (EEPROM_PwDiff>>1))&0x0f00)>>8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E_hw.h71 #define EEPROM_PwDiff 0x21 //0x21 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192S_hw.h1182 #define EEPROM_PwDiff 0x67 // Difference of gain index between legacy and high throughput OFDM. macro
1343 //#define EEPROM_PwDiff 0x21 //0x21
H A Dr8192U_core.c3772 priv->EEPROMTxPowerDiff = *(u8 *)&hwinfo[EEPROM_PwDiff];
3897 tempval = (*(u8 *)&hwinfo[EEPROM_PwDiff])&0xff;

Completed in 98 milliseconds