Home | History | Annotate | Download | only in ic

Lines Matching refs:TULIP_ROM_GETW

2323 	if (crc == TULIP_ROM_GETW(romdata, TULIP_ROM_CRC32_CHECKSUM))
2331 if (crc == TULIP_ROM_GETW(romdata, TULIP_ROM_CRC32_CHECKSUM1))
2355 cksum = TULIP_ROM_GETW(romdata, TULIP_ROM_CRC32_CHECKSUM);
3707 TULIP_WRITE(sc, CSR_SIAGEN, TULIP_ROM_GETW(cp, 0) << 16);
3713 TULIP_WRITE(sc, CSR_SIAGEN, TULIP_ROM_GETW(cp, 0) << 16);
4513 leaf_offset = TULIP_ROM_GETW(sc->sc_srom,
4537 tm->tm_siaconn = TULIP_ROM_GETW(sc->sc_srom,
4539 tm->tm_siatxrx = TULIP_ROM_GETW(sc->sc_srom,
4541 tm->tm_siagen = TULIP_ROM_GETW(sc->sc_srom,
4562 romdef = TULIP_ROM_GETW(sc->sc_srom, leaf_offset +
4670 leaf_offset = TULIP_ROM_GETW(sc->sc_srom,
4755 word = TULIP_ROM_GETW(cp, 2);
4911 tm->tm_siaconn = TULIP_ROM_GETW(cp, 1);
4912 tm->tm_siatxrx = TULIP_ROM_GETW(cp, 3);
4913 tm->tm_siagen = TULIP_ROM_GETW(cp, 5);
4919 tm->tm_gpctl = TULIP_ROM_GETW(cp, 0) << 16;
4920 tm->tm_gpdata = TULIP_ROM_GETW(cp, 2) << 16;
4976 TULIP_ROM_GETW(cp, 0) << 16);
4983 TULIP_ROM_GETW(cp, 0) << 16);
5063 tm->tm_gpctl = TULIP_ROM_GETW(cp, 1) << 16;
5064 tm->tm_gpdata = TULIP_ROM_GETW(cp, 3) << 16;
5071 word = TULIP_ROM_GETW(cp, 5);