Home | History | Annotate | Download | only in net

Lines Matching full:srom

112 /* CR9 definition: SROM/MII */
169 /* NIC SROM data */
170 unsigned char srom[128];
289 /* Parser SROM and media mode */
483 /* read 64 word srom data */
485 ((u16 *) db->srom)[i] = cpu_to_le16(read_srom_word(BASE, i));
489 nic->node_addr[i] = db->srom[20 + i];
1020 * Parser SROM and media mode
1025 unsigned char *srom = db->srom;
1031 /* Check SROM Version */
1032 if (((int) srom[18] & 0xff) == SROM_V41_CODE) {
1033 /* SROM V4.01 */
1035 db->NIC_capability = *(u16 *) (srom + 34);
1055 dmfe_mode = *((int *) srom + 34) & *((int *) srom + 36);
1074 if ((SF_mode & 0x1) || (srom[43] & 0x80))
1078 if ((SF_mode & 0x2) || (srom[40] & 0x1))
1082 if ((SF_mode & 0x4) || (srom[40] & 0xe))