Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_v3.h369 uint16_t ee_switchSettling[3]; member
H A Dah_eeprom_v3.c1196 ee->ee_switchSettling[i] = (eeval >> 8) & 0x7f; in readHeaderInfo()
/dragonfly/tools/tools/ath/athprom/
H A Dathprom.c548 fprintf(fd, "0x%02x", eeprom.ee_switchSettling[curmode]); in eevar()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_reset.c1245 ((ee->ee_switchSettling[arrayMode] << 7) & 0x3F80)); in ar5211SetBoardValues()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_reset.c1670 switchSettling = ee->ee_switchSettling[arrayMode]; in ar5212SetBoardValues()