Searched refs:srom (Results 1 - 6 of 6) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Ddev_tulip.c1102 srom_calc_crc(tulip_softc *sc, uint8_t srom[], int length) argument
1104 uint32_t crc = tulip_crc32(srom, length) ^ 0xFFFFFFFF;
1112 * Read the entire SROM into the srom array
1151 uint8_t srom[SROM_SIZE]; local
1153 if (srom_read_all(sc, srom) == 0) {
1154 memcpy(buf, &srom[SROM_ADDR_INDEX], ENET_ADDR_LEN);
1165 * Read the entire Ethernet address ROM into the srom array (21040 only)
1195 uint8_t srom[SROM_SIZE]; local
1197 if (earom_read_all(sc, srom) == 0) {
1198 memcpy(buf, &srom[
1248 uint8_t srom[SROM_SIZE]; local
1819 dc21143_hwinit(tulip_softc *sc, uint8_t srom[]) argument
2004 dc21140_hwinit(tulip_softc *sc, uint8_t srom[]) argument
2193 dc21041_hwinit(tulip_softc *sc, uint8_t srom[]) argument
2277 dc21040_hwinit(tulip_softc *sc, uint8_t srom[]) argument
2300 dm9102_hwinit(tulip_softc *sc, uint8_t srom[]) argument
2402 pnic_hwinit(tulip_softc *sc, uint8_t srom[]) argument
2470 uint8_t srom[SROM_SIZE]; local
[all...]
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_tulip.c956 srom_calc_crc(tulip_softc *sc, uint8_t srom[], int length) argument
958 uint32_t crc = tulip_crc32(srom, length) ^ 0xFFFFFFFF;
966 * Read the entire SROM into the srom array
1005 uint8_t srom[SROM_SIZE]; local
1007 if (srom_read_all(sc, srom) == 0) {
1008 memcpy(buf, &srom[SROM_ADDR_INDEX], ENET_ADDR_LEN);
1019 * Read the entire Ethernet address ROM into the srom array (21040 only)
1049 uint8_t srom[SROM_SIZE]; local
1051 if (earom_read_all(sc, srom) == 0) {
1052 memcpy(buf, &srom[
1618 dc21143_hwinit(tulip_softc *sc, uint8_t srom[]) argument
1788 dc21140_hwinit(tulip_softc *sc, uint8_t srom[]) argument
1976 dc21041_hwinit(tulip_softc *sc, uint8_t srom[]) argument
2059 dc21040_hwinit(tulip_softc *sc, uint8_t srom[]) argument
2084 uint8_t srom[SROM_SIZE]; local
[all...]
H A Ddev_dp83815.c911 * Read the entire EEPROM into the srom array
979 eeprom_dump(uint8_t srom[])
987 xprintf(" %02x", srom[i]);
992 #define eeprom_dump(srom)
1454 uint8_t srom[EEPROM_SIZE]; local
1457 eeprom_read_all(sc, srom);
1458 eeprom_dump(srom);
1459 xprintf(" checksum %04x\n", eeprom_checksum(srom));
1460 if (eeprom_read_addr(srom, addr) == 0)
H A Ddev_bcm4401.c918 sprom_dump(uint8_t srom[]) argument
926 xprintf(" %02x", srom[i]);
H A Ddev_i82559.c847 /* Read the entire SROM into the srom array.
870 srom_dump(uint8_t srom[]) argument
878 xprintf(" %02x", srom[i]);
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Ddev_sb_mac.c1059 sprom_dump(uint8_t srom[]) argument
1067 xprintf(" %02x", srom[i]);

Completed in 107 milliseconds