Home | History | Annotate | Download | only in pci

Lines Matching defs:srom

590 	 * Read the contents of the Ethernet Address ROM/SROM.
643 * XXX that requires a larger change in the SROM handling
661 aprint_normal("SROM CONTENTS:");
715 /* Check for new format SROM. */
718 * Not an ISV SROM; try the old DEC Ethernet Address
739 /* Check for new format SROM. */
742 * Not an ISV SROM; try the old DEC Ethernet Address
770 /* Check for new format SROM. */
773 * Not an ISV SROM; try the old DEC Ethernet Address
923 * SROM (mostly DM9102A boards -- trying to describe
929 * be in an ISV SROM anyhow, tho ISV can cope with
962 * 20 of the SROM.
976 * of the SROM
1099 * just want to get the spiffy DEC board name from the SROM.
1299 * Some Asante boards don't use the ISV SROM format. For
1539 uint8_t *srom = sc->sc_srom, id0;
1543 id0 = srom[32];
1576 id1 = TULIP_ROM_GETW(srom, 0);
1577 id2 = TULIP_ROM_GETW(srom, 2);