HomeSort by: relevance | last modified time | path
    Searched refs:TULIP_ROM_GETW (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
tulip.c 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
    [all...]
tulipreg.h 373 #define TULIP_ROM_GETW(data, off) ((uint32_t)(data)[(off)] | \
  /src/sys/dev/pci/
if_tlp_pci.c 1576 id1 = TULIP_ROM_GETW(srom, 0);
1577 id2 = TULIP_ROM_GETW(srom, 2);

Completed in 18 milliseconds