Home
last modified time | relevance | path

Searched refs:ee_pgaDesiredSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah_eeprom_v3.h376 int8_t ee_pgaDesiredSize[3]; /* 8-bit signed value */ member
HDah_eeprom_v3.c1258 ee->ee_pgaDesiredSize[i] = (int8_t)((eeval >> 8) & 0xff); in readHeaderInfo()
/freebsd-11-stable/tools/tools/ath/athprom/
HDathprom.c580 fprintf(fd, "%2d", eeprom.ee_pgaDesiredSize[curmode]); in eevar()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_reset.c1251 ((ee->ee_pgaDesiredSize[arrayMode] << 8) & 0xFF00) | in ar5211SetBoardValues()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_reset.c1672 pgaDesiredSize = ee->ee_pgaDesiredSize[is2GHz]; in ar5212SetBoardValues()