Lines Matching refs:media

13   the Linux tulip driver supports because Donald Becker's Linux media 
53 Major rewrite to include Linux tulip driver media detection
145 /* The possible media types that can be set in options[] are: */
269 /* A full-duplex map for media types. */
321 u8 media;
419 unsigned int medialock; /* Do not sense media type. */
430 int cur_index; /* Current media index. */
438 http://cesdis.gsfc.nasa.gov/linux/drivers/tulip-drivers/tulip-media.html */
757 printf("%s: Old format EEPROM on '%s' board.\n%s: Using substitute media control info.\n",
765 printf("%s: Old style EEPROM with no media selection information.\n",
781 if (ee_data[27] == 0) { /* No valid media table. */
789 int media = get_u16(p);
793 printf("%s: 21041 Media table, default media %hX (%s).\n",
794 tp->nic_name, media,
795 media & 0x0800 ? "Autosense" : medianame[media & 15]);
805 printf("%s: 21041 media #%d, %s.\n",
812 u16 media = get_u16(p);
821 mtable->defaultmedia = media;
827 printf("%s: EEPROM default media type %s.\n", tp->nic_name,
828 media & 0x0800 ? "Autosense" : medianame[media & MEDIA_MASK]);
835 leaf->media = p[0] & 0x3f;
844 leaf->media = p[2] & 0x0f;
848 leaf->media = 11;
860 leaf->media = p[2] & MEDIA_MASK;
861 switch (leaf->media) {
870 leaf->media = 19;
876 if (tulip_debug > 1 && leaf->media == 11) {
885 tp->nic_name, i, medianame[leaf->media], leaf->media,
1438 if (tp->mtable->mleaf[i].media == 11) {
1591 /* Allow selecting a default media. */
1599 if (tp->mtable->mleaf[i].media == looking_for) {
1600 printf("%s: Using user-specified media %s.\n",
1608 if (tp->mtable->mleaf[i].media == looking_for) {
1609 printf("%s: Using EEPROM-set media %s.\n",
1614 /* Start sensing first non-full-duplex media. */
1616 (media_cap[tp->mtable->mleaf[i].media] & MediaAlwaysFD) && i > 0; i--)
1626 /* We must reset the media CSRs when we force-select MII mode. */
1733 /* Set up the transceiver control registers for the selected media type. */
1868 printf("%s: Invalid media table selection %d.\n",
1874 printf("%s: Using media type %s, CSR12 is %hhX.\n",
1882 printf("%s: 21041 using media %s, CSR12 is %hX.\n",
1896 printf("%s: PNIC PHY status is %hX, media %s.\n",
1924 printf("%s: 21040 media type is %s, CSR12 is %hhX.\n",
1941 } else { /* Unknown chip type with no media table. */
1952 printf("%s: No media description table, assuming "