Home | History | Annotate | Download | only in FirmwareApi

Lines Matching refs:NUMBER_OF_SUB_BANDS_E

157 	NUMBER_OF_SUB_BANDS_E = UNUSED_SUB_BAND_TYPE_E,				
158 LAST_SUB_BAND_TYPE_E = (NUMBER_OF_SUB_BANDS_E - 1)
166 uint8 uDbm[NUMBER_OF_SUB_BANDS_E][NUM_OF_POWER_LEVEL];
612 uint8 txPowerTable[NUMBER_OF_SUB_BANDS_E][NUM_OF_POWER_LEVEL]; /* Maximun Dbm in Dbm/10 units */
1117 #define NVS_TX_P2G_TABLE_LENGTH ((NUMBER_OF_SUB_BANDS_E) * 1 /* byte */) /* 8 */
1120 #define NVS_TX_PPA_STEPS_TABLE_LENGTH ((NUMBER_OF_SUB_BANDS_E) * \
1126 ((NUMBER_OF_SUB_BANDS_E) * (2 /* 1 byte offset, 1 byte low range */ + \
1130 #define NVS_TX_PD_TABLE_LENGTH_NVS_V2 ((NUMBER_OF_SUB_BANDS_E) * (12 /* 12index of one byte -2 dBm - 9dBm */ +\