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

  /src/sys/dev/ic/
tulipvar.h 283 uint32_t tm_gpdata; /* GPIO bits for this media */ member in struct:tulip_21x4x_media
tulip.c 4271 TULIP_WRITE(sc, CSR_SIAGEN, tm->tm_siagen | tm->tm_gpdata);
4351 TULIP_WRITE(sc, CSR_GPP, tm->tm_gpdata);
4748 tm->tm_gpdata = cp[1];
4920 tm->tm_gpdata = TULIP_ROM_GETW(cp, 2) << 16;
5064 tm->tm_gpdata = TULIP_ROM_GETW(cp, 3) << 16;
  /src/sys/dev/pci/
if_tlp_pci.c 1410 tm->tm_gpdata = GPP_SMC9332DST_INIT; \
1625 tm->tm_gpdata = GPP_COGENT_EM1x0_INIT; \

Completed in 19 milliseconds