Home
last modified time | relevance | path

Searched +full:t1 +full:- +full:framing (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/sound/
Ddavinci-mcbsp.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/davinci-mcbsp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bastien Curutchet <bastien.curutchet@bootlin.com>
13 - $ref: dai-common.yaml#
18 - ti,da850-mcbsp
23 - description: CFG registers
24 - description: data registers
26 reg-names:
[all …]
/linux-6.12.1/drivers/net/wan/
Dfarsync.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * Actually sync driver for X.21, V.35 and V.24 on FarSync T-series cards
23 * used with the FarSite T-Series cards (T2P & T4P) running in the high
30 * purpose (FarSite T-series).
116 unsigned char framing; /* E1, T1 or J1 */ member
121 unsigned char lineBuildOut; /* 0, -7.5, -15, -22 */
130 unsigned int framingErrorCount; /* framing errors */
193 #define T1 5 macro
226 * Constants for T1/E1 configuration
236 * Framing
[all …]
Dfarsync.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Actually sync driver for X.21, V.35 and V.24 on FarSync T-series cards
6 * Copyright (C) 2001-2004 FarSite Communications Ltd.
35 MODULE_DESCRIPTION("FarSync T-Series WAN driver. FarSite Communications Ltd.");
71 #define ARPHRD_MYTYPE ARPHRD_HDLC /* Cisco-HDLC (keepalives etc) */
94 * file. Unfortunately various name clashes and the non-portability of the
163 #define cnv_bcnt(len) (-(len))
170 #define RX_FRAM 0x20 /* Rx: framing error */
229 u8 framing; member
346 u16 cardMode; /* Bit-mask to enable features:
[all …]
Dixp4xx_hss.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2007-2008 Krzysztof Hałasa <khc@pm.waw.pl>
13 #include <linux/dma-mapping.h>
90 #define PKT_HDLC_CRC_32 0x2 /* default = CRC-16 */
125 /* No framing bit transmitted and expected on RX? (default = framing bit) */
139 /* T1 @ 1.544MHz only: Fbit dictated in FIFO (default) or high Z */
142 /* 56k data endiannes - which bit unused: high (default) or low */
180 * The clock sequence consists of (C - B) states of 0s and 1s, each state is
192 * The sequence takes (C - B) * A + (B + 1) * (A + 1) = 5 * 2 + 3 * 3 bits
201 #define TDMMAP_HDLC 1 /* HDLC - packetized */
[all …]
/linux-6.12.1/include/uapi/linux/
Dgsmmux.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
24 * struct gsm_config - n_gsm basic configuration parameters
33 * @encapsulation: Framing (0 = basic option, 1 = advanced option)
35 * @t1: Acknowledgment timer
37 * @t3: Response timer for wake-up procedure
50 unsigned int t1; member
65 * struct gsm_netconfig - n_gsm network configuration parameters
73 * @protocol: Protocol to use - only ETH_P_IP supported.
93 * struct gsm_config_ext - n_gsm extended configuration parameters
101 * @keep_alive: Control channel keep-alive in 1/100th of a second (0 to disable).
[all …]
/linux-6.12.1/drivers/tty/
Dn_gsm.c1 // SPDX-License-Identifier: GPL-2.0
10 * tty -> DLCI fifo -> scheduler -> GSM MUX data queue ---o-> ldisc
11 * control message -> GSM MUX control queue --´
14 * ldisc -> gsm_queue() -o--> tty
15 * `-> gsm_control_response()
80 #define T1 10 /* 100mS */ macro
91 #define T1 100 macro
96 * Semi-arbitrary buffer size limits. 0710 is normally run with 32-64 byte
107 * struct gsm_mux_net - network interface
164 struct timer_list t1; /* Retransmit timer for SABM and UA */ member
[all …]
/linux-6.12.1/sound/soc/ti/
Ddavinci-i2s.c1 // SPDX-License-Identifier: GPL-2.0-only
9 * based on davinci-mcasp.c DT support
30 #include "edma-pcm.h"
31 #include "davinci-i2s.h"
33 #define DRV_NAME "davinci-i2s"
38 * - This driver supports the "Audio Serial Port" (ASP),
41 * - But it labels it a "Multi-channel Buffered Serial Port"
43 * backward-compatible, possibly explaining that confusion.
45 * - OMAP chips have a controller called McBSP, which is
48 * - Newer DaVinci chips have a controller called McASP,
[all …]
/linux-6.12.1/net/bluetooth/
Dhci_conn.c2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (c) 2000-2001, 2010, Code Aurora Forum. All rights reserved.
4 Copyright 2023-2024 NXP
66 { EDR_ESCO_MASK | ESCO_EV3, 0x0008, 0x02 }, /* T1 */
69 /* This function requires the caller holds hdev->lock */
73 struct hci_dev *hdev = conn->hdev; in hci_connect_le_scan_cleanup()
78 bdaddr = &conn->dst; in hci_connect_le_scan_cleanup()
79 bdaddr_type = conn->dst_type; in hci_connect_le_scan_cleanup()
84 bdaddr = &irk->bdaddr; in hci_connect_le_scan_cleanup()
85 bdaddr_type = irk->addr_type; in hci_connect_le_scan_cleanup()
[all …]
/linux-6.12.1/drivers/net/ethernet/sun/
Dcassini.h1 /* SPDX-License-Identifier: GPL-2.0+ */
29 /* cassini register map: 2M memory mapped in 32-bit memory space accessible as
30 * 32-bit words. there is no i/o port access. REG_ addresses are
62 /* top level interrupts [0-9] are auto-cleared to 0 when the status
63 * register is read. second level interrupts [13 - 18] are cleared at
64 * the source. tx completion register 3 is replicated in [19 - 31]
78 #define INTR_TX_TAG_ERROR 0x00000008 /* TX FIFO tag framing
87 #define INTR_RX_TAG_ERROR 0x00000040 /* RX FIFO tag framing
104 len of non-reassembly pkt
183 #define BIM_CFG_64BIT_DISABLE 0x004 /* disable 64-bit mode */
[all …]
/linux-6.12.1/drivers/media/i2c/
Dov5640.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. All Rights Reserved.
4 * Copyright (C) 2014-2017 Mentor Graphics Inc.
8 #include <linux/clk-provider.h>
22 #include <media/v4l2-async.h>
23 #include <media/v4l2-ctrls.h>
24 #include <media/v4l2-device.h>
25 #include <media/v4l2-event.h>
26 #include <media/v4l2-fwnode.h>
27 #include <media/v4l2-subdev.h>
[all …]