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

/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dde4x5.h224 /* Timings here are for 10BASE-T/AUI only*/
291 #define STS_AT 0x00000400 /* AUI/TP Pin */
383 #define IMR_ATM 0x00000400 /* AUI/TP Switch Mask */
527 #define MEDIA_AUI 0x0004 /* AUI Media present */
554 #define SROM_10B5 0x0002 /* 10BASE-5 (AUI) */
575 #define SROM_10BASE5 0x0002 /* 10BASE-5 (AUI) */
646 #define SISR_ARA 0x00000100 /* AUI Receive Port Activity */
686 #define SICR_SEL 0x00000f00 /* SIA MUX Select AUI or TP with LEDs */
691 #define SICR_AUI 0x00000008 /* 10Base-T (0) or AUI (1) */
693 #define SICR_PS 0x00000002 /* Pin AUI/TP Selection */
700 #define STRR_TAS 0x00008000 /* 10Base-T/AUI Autosensing Enable */
744 #define SIGR_ABM 0x00000008 /* BNC: 0, AUI:1 */
818 #define AUI 0x0008 /* Thickwire */ macro
819 #define BNC_AUI 0x0010 /* BNC/AUI on DC21040 indistinguishable */
834 #define BNC_AUI_SUSPECT 0x0804 /* Suspect the BNC or AUI port is down */
837 #define AUI_SUSPECT 0x0807 /* Suspect the AUI port is down */
H A Dde4x5.c36 DE435 TP/COAX/AUI PCI
37 DE450 TP/COAX/AUI PCI
209 TP, TP_NW, BNC, AUI, BNC_AUI, 100Mb, 10Mb, AUTO
217 #define DE4X5_PARM "eth0:fdx autosense=AUI eth2:autosense=TP"
219 Yes, I know full duplex isn't permissible on BNC or AUI; they're just
323 0.442 9-Sep-96 Include AUI in dc21041 media printout. Bug reported
388 Add TP, AUI and BNC cases to 21140m_autoconf() for
389 case where a 21140 under SROM control uses, e.g. AUI
590 ** #define DE4X5_PARM "eth0:fdx autosense=AUI eth2:autosense=TP"
2377 ** Autoconfigure the media when using the DC21040. AUI cannot be distinguished
2404 } else if ((lp->autosense == BNC) || (lp->autosense == AUI) || (lp->autosense == BNC_AUI)) { dc21040_autoconf()
2425 case AUI: dc21040_autoconf()
2534 ** Autoconfigure the media when using the DC21041. AUI needs to be tested
2562 } else if (lp->autosense == AUI) { dc21041_autoconf()
2563 lp->media = AUI; dc21041_autoconf()
2585 lp->media = AUI; dc21041_autoconf()
2631 lp->media = AUI; /* Non selected port activity */ dc21041_autoconf()
2651 case AUI: dc21041_autoconf()
2654 omr = inl(DE4X5_OMR); /* Set up half duplex for AUI */ dc21041_autoconf()
2678 next_tick = de4x5_suspect_state(dev, 1000, AUI, ping_media, dc21041_autoconf); dc21041_autoconf()
2884 case AUI: dc21140m_autoconf()
2918 ** Whether it's BNC, AUI, SYM or MII is sorted out in the infoblock
2965 } else if (lp->autosense == AUI) { dc2114x_autoconf()
2966 lp->media = AUI; dc2114x_autoconf()
3030 case AUI: dc2114x_autoconf()
3033 omr = inl(DE4X5_OMR); /* Set up half duplex for AUI */ dc2114x_autoconf()
3057 next_tick = de4x5_suspect_state(dev, 1000, AUI, ping_media, dc2114x_autoconf); dc2114x_autoconf()
3129 (lp->media == BNC) || (lp->media == AUI)) && dc2114x_autoconf()
3220 lp->media = AUI; srom_map_media()
5198 } else if (strstr(p, "AUI")) { de4x5_parse_params()
5199 lp->params.autosense = AUI; de4x5_parse_params()
5297 (lp->media == AUI ? "AUI" : de4x5_dbg_media()
5298 (lp->media == BNC_AUI ? "BNC/AUI" : de4x5_dbg_media()
H A Dde2104x.c355 "AUI",
361 * TP AUTO(unused), BNC(unused), AUI, TP, TP FD*/
366 /* 21041 transceiver register settings: TP AUTO, BNC, AUI, TP, TP FD*/
1087 /* if AUI/BNC selected, then activity is on TP port */ de21041_media_timer()
1101 /* TP selected. If there is only TP and AUI, then it's AUI */ de21041_media_timer()
1154 /* Ignore if current media is AUI or BNC and we can't use TP */ de_media_interrupt()
1871 case 2: /* AUI */ de21041_get_srom_info()
H A Dtulip_core.c56 "10baseT", "10base2", "AUI", "100baseTx",
/linux-4.1.27/drivers/net/ethernet/apple/
H A Dmace.h143 #define PORTSEL_AUI 0x00 /* select AUI port */
155 #define ASEL 0x04 /* auto-select AUI or 10Base-T port */
/linux-4.1.27/drivers/net/ethernet/amd/
H A Da2065.h32 * both 10BASE-2 (thin coax) and AUI (DB-15) connectors
H A Da2065.c37 * both 10BASE-2 (thin coax) and AUI (DB-15) connectors
358 lp->tpe ? "TPE" : "AUI"); lance_tx()
H A D7990.c389 lp->tpe ? "TPE" : "AUI"); lance_tx()
H A Dsunlance.c595 dev->name, lp->tpe?"TPE":"AUI"); lance_tx_dvma()
763 dev->name, lp->tpe?"TPE":"AUI"); lance_tx_pio()
H A Dpcnet32.c118 PCNET32_PORT_AUI, /* 1 BNC/AUI */
119 PCNET32_PORT_AUI, /* 2 AUI/BNC */
H A Dlance.c780 /* This is 79C960-specific: Turn on auto-select of media (AUI, BNC). */ lance_open()
H A Dnmclan_cs.c562 * 00 AUI/10Base-2 mace_init()
/linux-4.1.27/drivers/net/ethernet/8390/
H A Dhydra.c13 /* and 10BASE-2 (thin coax) and AUI connectors. */
H A D8390.h86 unsigned char interface_num; /* Net port (AUI, 10bT.) to use. */
/linux-4.1.27/drivers/net/ethernet/smsc/
H A Dsmc9194.h195 static const char * interfaces[ 2 ] = { "TP", "AUI" };
H A Dsmc9194.c12 . AUI/TP selection ( mine has 10Base2/10BaseT select )
17 . ifport = 0 for autodetect, 1 for TP, 2 for AUI ( or 10base2 )
954 /* is it using AUI or 10BaseT ? */ smc_probe()
1538 MODULE_PARM_DESC(ifport, "SMC 99194 interface port (0-default, 1-TP, 2-AUI)");
H A Dsmc91c92_cs.c76 2 = AUI/10base2,
702 dev_dbg(&link->dev, "AUI/PWR: %4.4x RESET/ISR: %4.4x\n", osi_setup()
/linux-4.1.27/arch/sparc/include/asm/
H A Ddma.h65 #define DMA_EN_ENETAUI DMA_3CLKS /* Put lance into AUI-cable mode */
/linux-4.1.27/arch/mips/include/asm/sgi/
H A Dioc.h169 #define SGIOC_WRITE_EPSEL 0x04 /* force cable mode: 1=AUI 0=TP */
/linux-4.1.27/arch/m68k/include/asm/
H A Ddvma.h174 #define DMA_EN_ENETAUI DMA_3CLKS /* Put lance into AUI-cable mode */
/linux-4.1.27/drivers/net/ethernet/cirrus/
H A Dcs89x0.c657 cs89_dbg(1, debug, "%s: Attempting AUI\n", dev->name); detect_aui()
985 pr_warn("%s: 10Base-5 (AUI) has no cable\n", dev->name); net_open()
1030 pr_info("%s: using 10Base-5 (AUI)\n", dev->name); net_open()
1397 * how to operate a 10Base2 interface on the AUI port. cs89x0_probe1()
1402 * It will be called AUI however. cs89x0_probe1()
1416 /* Check if the card is in AUI only mode */ cs89x0_probe1()
1512 (lp->adapter_cnf & A_CNF_AUI) ? "AUI," : "", cs89x0_probe1()
/linux-4.1.27/drivers/net/ethernet/hp/
H A Dhp100.h343 #define HP100_AUI_SEL 0x20 /* Status of AUI selection */
349 #define HP100_AUI_ST 0x01 /* 0:No, 1:Yes use AUI on TP card */
356 /* after Tx.Only used for AUI. */
H A Dhp100.c77 ** - added support for Coax and AUI (J2970)
2470 if (val_10 & HP100_AUI_ST) { /* have we BNC or AUI onboard? */ hp100_sense_lan()
/linux-4.1.27/drivers/net/ethernet/3com/
H A D3c515.c261 Media_SQE = 0x0008, /* Enable SQE error counting for AUI. */
328 Note that we deviate from the 3Com order by checking 10base2 before AUI.
343 { "10Mbs AUI", Media_SQE, 0x20, XCVR_Default, (1 * HZ) / 10},
H A D3c589_cs.c143 static const char *if_names[] = { "auto", "10baseT", "10base2", "AUI" };
H A D3c59x.c153 10base2 or AUI connections which cannot be reliably detected.
523 Media_SQE = 0x0008, /* Enable SQE error counting for AUI. */
714 Note that we deviate from the 3Com order by checking 10base2 before AUI.
729 { "10Mbs AUI", Media_SQE, 0x20, XCVR_Default, (1*HZ)/10},
H A D3c509.c523 const char *if_names[] = {"10baseT", "AUI", "undefined", "BNC"}; el3_common_init()
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dsunqe.h241 #define MREGS_PLSCONFIG_AUI 0x00 /* Use AUI connector */
/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dregs-hdmi.h353 /* AUI bit definition */
H A Dexynos_hdmi.c60 /* AUI header info */
1027 DRM_DEBUG_KMS("AUI checksum = 0x%x\n", chksum); hdmi_reg_infoframe()
/linux-4.1.27/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c124 MediaSelect = 0x20 /* set if TP, clear if AUI */
210 static const char *if_names[] = { "Auto", "10BaseT", "10Base2", "AUI", "100BaseT" };
/linux-4.1.27/drivers/net/ethernet/ti/
H A Dtlan.c63 MODULE_PARM_DESC(aui, "ThunderLAN use AUI port(s) (0-1)");
2467 * (eg, AUI/Thinnet). This function finds out if this TLAN
/linux-4.1.27/drivers/net/ethernet/sis/
H A Dsis900.c2258 case IF_PORT_AUI: /* AUI */ sis900_set_config()
/linux-4.1.27/include/linux/
H A Dnetdevice.h1371 * @if_port: Selectable AUI, TP, ...

Completed in 2691 milliseconds