Lines Matching defs:srom
264 unsigned char srom[128];
472 /* read 64 word srom data */
474 ((__le16 *) db->srom)[i] =
480 dev->dev_addr[i] = db->srom[20 + i];
1904 char * srom = db->srom;
1913 if ( ( (int) srom[18] & 0xff) == SROM_V41_CODE) {
1916 db->NIC_capability = le16_to_cpup((__le16 *) (srom + 34));
1928 dmfe_mode = (le32_to_cpup((__le32 *) (srom + 34)) &
1929 le32_to_cpup((__le32 *) (srom + 36)));
1940 if ( (SF_mode & 0x1) || (srom[43] & 0x80) )
1944 if ( (SF_mode & 0x2) || (srom[40] & 0x1) )
1948 if ( (SF_mode & 0x4) || (srom[40] & 0xe) )