Home
last modified time | relevance | path

Searched refs:xgainList (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5112.c373 uint16_t xgainList[2]; in ar5112SetPowerTable() local
408 xgainList[0] = 0xDEAD; in ar5112SetPowerTable()
409 xgainList[1] = 0xDEAD; in ar5112SetPowerTable()
431 if (xgainList[1] == 0xDEAD) { in ar5112SetPowerTable()
432 jj = xgainList[0]; in ar5112SetPowerTable()
445 jj = xgainList[0]; in ar5112SetPowerTable()
459 jj = xgainList[1]; in ar5112SetPowerTable()
480 if (xgainList[1] == 0xDEAD) { in ar5112SetPowerTable()
491 rfXpdGain[0] = xgainList[0]; in ar5112SetPowerTable()
509 rfXpdGain[0] = xgainList[0]; in ar5112SetPowerTable()
[all …]
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_v3.c188 uint16_t xgainList[2], xpdMask; in eepromExpandPower5112() local
192 xgainList[0] = 0xDEAD; in eepromExpandPower5112()
193 xgainList[1] = 0xDEAD; in eepromExpandPower5112()
205 xgainList[kk++] = jj; in eepromExpandPower5112()
225 if (xgainList[1] == 0xDEAD) { in eepromExpandPower5112()
226 jj = xgainList[0]; in eepromExpandPower5112()
244 pPowerExpn->pDataPerChannel[ii].pDataPerXPD[xgainList[1]].pcdac[0] = 20; in eepromExpandPower5112()
245 pPowerExpn->pDataPerChannel[ii].pDataPerXPD[xgainList[1]].pcdac[1] = 35; in eepromExpandPower5112()
246 pPowerExpn->pDataPerChannel[ii].pDataPerXPD[xgainList[1]].pcdac[2] = 63; in eepromExpandPower5112()
248 jj = xgainList[0]; in eepromExpandPower5112()
[all …]