Lines Matching defs:eeprom
1871 u8 *eeprom = (void *)&ar->eeprom;
1875 BUILD_BUG_ON(sizeof(ar->eeprom) & 3);
1880 BUILD_BUG_ON(sizeof(ar->eeprom) % RB);
1883 for (i = 0; i < sizeof(ar->eeprom) / RB; i++) {
1890 RB, eeprom + RB * i);
1907 if (ar->eeprom.length == cpu_to_le16(0xffff))
1910 rx_streams = hweight8(ar->eeprom.rx_mask);
1911 tx_streams = hweight8(ar->eeprom.tx_mask);
1926 if (ar->eeprom.operating_flags & AR9170_OPFLAG_2GHZ) {
1932 if (ar->eeprom.operating_flags & AR9170_OPFLAG_5GHZ) {
1947 regulatory->current_rd = le16_to_cpu(ar->eeprom.reg_domain[0]);
1950 SET_IEEE80211_PERM_ADDR(ar->hw, ar->eeprom.mac_address);