Home
last modified time | relevance | path

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

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