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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c2369 tulip_srom_media_t srom_media; local
2416 srom_media = (tulip_srom_media_t) (data & 0x3F);
2418 if (tulip_srom_mediums[idx3].sm_srom_type == srom_media)
2488 srom_media = (tulip_srom_media_t)(dp[0] & 0x3f);
2490 if (tulip_srom_mediums[idx3].sm_srom_type == srom_media)
2577 srom_media = (tulip_srom_media_t)(dp[0] & 0x3f);
2579 if (tulip_srom_mediums[idx3].sm_srom_type == srom_media)
2679 srom_media = (tulip_srom_media_t) dp[0];
2681 if (tulip_srom_mediums[idx3].sm_srom_type == srom_media)

Completed in 56 milliseconds