TULIP_ROM_GETW
if (crc == TULIP_ROM_GETW(romdata, TULIP_ROM_CRC32_CHECKSUM))
if (crc == TULIP_ROM_GETW(romdata, TULIP_ROM_CRC32_CHECKSUM1))
cksum = TULIP_ROM_GETW(romdata, TULIP_ROM_CRC32_CHECKSUM);
TULIP_WRITE(sc, CSR_SIAGEN, TULIP_ROM_GETW(cp, 0) << 16);
TULIP_WRITE(sc, CSR_SIAGEN, TULIP_ROM_GETW(cp, 0) << 16);
leaf_offset = TULIP_ROM_GETW(sc->sc_srom,
tm->tm_siaconn = TULIP_ROM_GETW(sc->sc_srom,
tm->tm_siatxrx = TULIP_ROM_GETW(sc->sc_srom,
tm->tm_siagen = TULIP_ROM_GETW(sc->sc_srom,
romdef = TULIP_ROM_GETW(sc->sc_srom, leaf_offset +
leaf_offset = TULIP_ROM_GETW(sc->sc_srom,
word = TULIP_ROM_GETW(cp, 2);
tm->tm_siaconn = TULIP_ROM_GETW(cp, 1);
tm->tm_siatxrx = TULIP_ROM_GETW(cp, 3);
tm->tm_siagen = TULIP_ROM_GETW(cp, 5);
tm->tm_gpctl = TULIP_ROM_GETW(cp, 0) << 16;
tm->tm_gpdata = TULIP_ROM_GETW(cp, 2) << 16;
TULIP_ROM_GETW(cp, 0) << 16);
TULIP_ROM_GETW(cp, 0) << 16);
tm->tm_gpctl = TULIP_ROM_GETW(cp, 1) << 16;
tm->tm_gpdata = TULIP_ROM_GETW(cp, 3) << 16;
word = TULIP_ROM_GETW(cp, 5);
id1 = TULIP_ROM_GETW(srom, 0);
id2 = TULIP_ROM_GETW(srom, 2);