Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
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-6.12.1/drivers/net/ethernet/natsemi/
Dns83820.c604 int speed, fullduplex, newlinkstate; in phy_intr() local
618 if ( (fullduplex = (tanlpar & TANAR_FULL_DUP) && in phy_intr()
661 fullduplex = (cfg & CFG_DUPSTS); in phy_intr()
663 if (fullduplex) { in phy_intr()
697 fullduplex ? "full" : "half"); in phy_intr()
1210 int fullduplex = 0; local
1231 fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0;
1254 cmd->base.duplex = fullduplex ? DUPLEX_FULL : DUPLEX_HALF;
1278 int fullduplex = 0; local
1287 fullduplex = (tanar & TANAR_FULL_DUP);
[all …]
/linux-6.12.1/include/linux/
Dyam.h55 unsigned int holddly; /* PTT delay in FullDuplex 2 mode */
/linux-6.12.1/sound/pci/
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.");
1108 /* ack and pointer callbacks for fullduplex mode */
1212 /* for fullduplex mode */
1873 if (fullduplex[dev]) in __snd_rme32_probe()
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dfsl,sai.yaml14 which provides a synchronous audio interface that supports fullduplex
/linux-6.12.1/drivers/net/hamradio/
DKconfig85 tristate "BAYCOM ser12 fullduplex driver for AX.25"
D6pack.c204 * In case of fullduplex or DAMA operation, we don't take care about the in sp_encaps()
Dbaycom_ser_fdx.c5 * baycom_ser_fdx.c -- baycom ser12 fullduplex radio modem driver.
/linux-6.12.1/drivers/net/ethernet/dec/tulip/
Dmedia.c426 if (tp->full_duplex) new_csr6 |= FullDuplex; in tulip_check_duplex()
427 else new_csr6 &= ~FullDuplex; in tulip_check_duplex()
D21142.c127 tp->csr6 = 0x82420000 | (tp->sym_advertise & 0x0040 ? FullDuplex : 0); in t21142_start_nway()
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()
Dtulip.h164 FullDuplex = (1 << 9), enumerator
Dwinbond-840.c709 /* remove fastether and fullduplex */ in update_link()
Dtulip_core.c1637 if ((options[board_idx] & FullDuplex) || full_duplex[board_idx] > 0) in tulip_init_one()
/linux-6.12.1/Documentation/networking/device_drivers/hamradio/
Dbaycom.rst78 the driver supports the KISS (see below) fullduplex command. It then simply
Dz8530drv.rst515 1: Fullduplex mode, i.e. the transmitter will be keyed at
558 has same result as the fullduplex mode 1. This parameter
/linux-6.12.1/sound/usb/usx2y/
Dusbusx2y.c113 Version 0.0.2: midi works with snd-usb-midi, audio (only fullduplex now) with i.e. bristol.
/linux-6.12.1/drivers/net/ethernet/adaptec/
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-6.12.1/drivers/net/ethernet/ti/
Dcpsw.c578 /* Increase RX FIFO size to 5 for supporting fullduplex in cpsw_slave_open()
589 /* Increase RX FIFO size to 5 for supporting fullduplex in cpsw_slave_open()
Dcpsw_new.c733 /* Increase RX FIFO size to 5 for supporting fullduplex in cpsw_slave_open()
744 /* Increase RX FIFO size to 5 for supporting fullduplex in cpsw_slave_open()
/linux-6.12.1/drivers/net/ethernet/xircom/
Dxirc2ps_cs.c156 FullDuplex = 0x04, /* enable full duplex mode */ enumerator
1579 PutByte(XIRCREG1_ECR, GetByte(XIRCREG1_ECR | FullDuplex)); in do_reset()
/linux-6.12.1/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.c749 static void bcm_enet_set_duplex(struct bcm_enet_priv *priv, int fullduplex) in bcm_enet_set_duplex() argument
754 if (fullduplex) in bcm_enet_set_duplex()
/linux-6.12.1/drivers/net/ethernet/via/
Dvia-velocity.c912 * and enable it in fullduplex mode in velocity_set_media_mode()
1845 * halfduplex mode and enable it in fullduplex in velocity_error()
/linux-6.12.1/drivers/net/ethernet/microchip/
Denc28j60.c655 priv->full_duplex ? "FullDuplex" : "HalfDuplex"); in enc28j60_hw_init()