Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/ipw2x00/ !
H A Dipw2200.h1638 #define EEPROM_COUNTRY_CODE (GET_EEPROM_ADDR(0x26,LSB)) /* 3 bytes */ macro
H A Dipw2200.c11090 if (!memcmp(&priv->eeprom[EEPROM_COUNTRY_CODE], in ipw_set_geo()
11097 priv->eeprom[EEPROM_COUNTRY_CODE + 0], in ipw_set_geo()
11098 priv->eeprom[EEPROM_COUNTRY_CODE + 1], in ipw_set_geo()
11099 priv->eeprom[EEPROM_COUNTRY_CODE + 2]); in ipw_set_geo()