Searched refs:ee_data (Results 1 – 5 of 5) sorted by relevance
155 unsigned char *ee_data = tp->eeprom; in tulip_parse_eeprom() local162 if (ee_data[i] != ee_data[16+i]) in tulip_parse_eeprom()165 if (ee_data[0] == 0xff) { in tulip_parse_eeprom()171 ee_data = last_ee_data; in tulip_parse_eeprom()183 if (dev->dev_addr[2] == 0xE8 && ee_data[0x1a] == 0x55) in tulip_parse_eeprom()185 memcpy(ee_data + 26, eeprom_fixups[i].newtable, in tulip_parse_eeprom()200 if (ee_data[19] > 1) { /* Multiport board. */ in tulip_parse_eeprom()201 last_ee_data = ee_data; in tulip_parse_eeprom()205 if (ee_data[27] == 0) { /* No valid media table. */ in tulip_parse_eeprom()208 unsigned char *p = (void *)ee_data + ee_data[27]; in tulip_parse_eeprom()
1537 if (ee_data[i] != ee_data[16+i]) in tulip_init_one()1541 if (ee_data[0x198] == 0x04 && ee_data[0x199] == 6) in tulip_init_one()1543 } else if (ee_data[0] == 0xff && ee_data[1] == 0xff && in tulip_init_one()1554 memcpy(ee_data + 16, ee_data, 8); in tulip_init_one()1559 if (ee_data[0] == 0x61 && ee_data[1] == 0x10) { in tulip_init_one()1561 ee_data[0] = ee_data[2]; in tulip_init_one()1562 ee_data[1] = ee_data[3]; in tulip_init_one()1563 ee_data[2] = 0x61; in tulip_init_one()1564 ee_data[3] = 0x10; in tulip_init_one()1571 ee_data[17 + i + 3] = ee_data[17 + i]; in tulip_init_one()[all …]
319 u8 *ee_data; member1662 if (!de->ee_data) in de_get_eeprom()1667 memcpy(data, de->ee_data, eeprom->len); in de_get_eeprom()1803 u8 ee_data[DE_EEPROM_SIZE + 6] = {}; in de21041_get_srom_info() local1810 ((__le16 *)ee_data)[i] = in de21041_get_srom_info()1820 if (ee_data[i] != ee_data[16+i]) in de21041_get_srom_info()1829 ofs = ee_data[SROMC0InfoLeaf]; in de21041_get_srom_info()1839 if ((sizeof(ee_data) - ofs) < in de21041_get_srom_info()1947 de->ee_data = kmemdup(&ee_data[0], DE_EEPROM_SIZE, GFP_KERNEL); in de21041_get_srom_info()2094 kfree(de->ee_data); in de_init_one()[all …]
6176 unsigned short ee_data; in FPT_inisci() local6206 ee_data = in FPT_inisci()6214 ee_data >>= 8; in FPT_inisci()6382 ee_data <<= 8; in FPT_scsavdi()6384 sum_data += ee_data; in FPT_scsavdi()7290 if (i & ee_data) in FPT_utilEEWrite()7357 unsigned short i, ee_data; in FPT_utilEEReadOrg() local7367 ee_data = 0; in FPT_utilEEReadOrg()7378 ee_data <<= 1; in FPT_utilEEReadOrg()7381 ee_data |= 1; in FPT_utilEEReadOrg()[all …]
458 serr->ee.ee_data = skb_shinfo(skb)->tskey; in arcnet_reply_work()
Completed in 36 milliseconds