Home
last modified time | relevance | path

Searched full:fullduplex (Results 1 – 18 of 18) sorted by relevance

/linux/include/uapi/linux/
H A Dscc.h62 KISS_DUPLEX_FULL, /* fullduplex, key down trx after transmission */
63 KISS_DUPLEX_LINK, /* fullduplex, key down trx after 'idletime' sec */
64 KISS_DUPLEX_OPTIMA /* fullduplex, let the protocol layer control the hw */
90 CLK_DIVIDER, /* Rx = DPLL, Tx = divider (fullduplex with */
92 CLK_BRG /* experimental fullduplex mode with DPLL/BRG for */
/linux/include/linux/
H A Dyam.h55 unsigned int holddly; /* PTT delay in FullDuplex 2 mode */
/linux/sound/pci/
H A Drme32.c46 * In the fullduplex mode (given by the module parameter), the hardware buffer
78 static bool fullduplex[SNDRV_CARDS]; // = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable
86 module_param_array(fullduplex, bool, NULL, 0444);
87 MODULE_PARM_DESC(fullduplex, "Support full-duplex mode.");
1111 /* ack and pointer callbacks for fullduplex mode */ in snd_rme32_pb_trans_copy()
1215 /* for fullduplex mode */
1876 if (fullduplex[dev]) in __snd_rme32_probe()
/linux/Documentation/devicetree/bindings/sound/
H A Dfsl,sai.yaml14 which provides a synchronous audio interface that supports fullduplex
/linux/drivers/net/hamradio/
H A DKconfig85 tristate "BAYCOM ser12 fullduplex driver for AX.25"
H A D6pack.c204 * In case of fullduplex or DAMA operation, we don't take care about the in sp_encaps()
/linux/drivers/net/ethernet/dec/tulip/
H A Dmedia.c426 if (tp->full_duplex) new_csr6 |= FullDuplex; in tulip_check_duplex()
427 else new_csr6 &= ~FullDuplex; in tulip_check_duplex()
H A D21142.c127 tp->csr6 = 0x82420000 | (tp->sym_advertise & 0x0040 ? FullDuplex : 0); in t21142_start_nway()
H A Dde2104x.c204 FullDuplex = (1 << 9), enumerator
936 macmode |= FullDuplex; in de_set_media()
938 macmode &= ~FullDuplex; in de_set_media()
1516 if (dr32(MacMode) & FullDuplex) in __de_get_link_ksettings()
H A Dtulip.h164 FullDuplex = (1 << 9), enumerator
H A Dwinbond-840.c709 /* remove fastether and fullduplex */ in update_link()
H A Dtulip_core.c1637 if ((options[board_idx] & FullDuplex) || full_duplex[board_idx] > 0) in tulip_init_one()
/linux/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst515 1: Fullduplex mode, i.e. the transmitter will be keyed at
558 has same result as the fullduplex mode 1. This parameter
H A Dbaycom.rst78 the driver supports the KISS (see below) fullduplex command. It then simply
/linux/sound/usb/usx2y/
H A Dusbusx2y.c113 Version 0.0.2: midi works with snd-usb-midi, audio (only fullduplex now) with i.e. bristol.
/linux/drivers/net/ethernet/adaptec/
H A Dstarfire.c360 PadEnable=0x04, FullDuplex=0x02, HugeFrame=0x01, enumerator
1659 new_tx_mode = np->tx_mode & ~FullDuplex; /* duplex setting */ in netdev_media_change()
1661 new_tx_mode |= FullDuplex; in netdev_media_change()
/linux/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c156 FullDuplex = 0x04, /* enable full duplex mode */ enumerator
1579 PutByte(XIRCREG1_ECR, GetByte(XIRCREG1_ECR | FullDuplex)); in do_reset()
/linux/drivers/net/ethernet/microchip/
H A Denc28j60.c655 priv->full_duplex ? "FullDuplex" : "HalfDuplex"); in enc28j60_hw_init()