Home
last modified time | relevance | path

Searched +full:dte +full:- +full:mode (Results 1 – 25 of 72) sorted by relevance

123

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Dfsl-imx-uart.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/serial/fsl-imx-uart.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Fabio Estevam <fabio.estevam@nxp.com>
13 - $ref: "serial.yaml"
14 - $ref: "rs485.yaml"
19 - const: fsl,imx1-uart
20 - const: fsl,imx21-uart
21 - items:
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6qdl-apalis.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
3 * Copyright 2014-2020 Toradex
8 #include <dt-bindings/gpio/gpio.h>
21 compatible = "pwm-backlight";
22 pinctrl-names = "default";
23 pinctrl-0 = <&pinctrl_gpio_bl_on>;
25 enable-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>;
29 reg_module_3v3: regulator-module-3v3 {
30 compatible = "regulator-fixed";
31 regulator-name = "+V3.3";
[all …]
H A Dimx6qdl-colibri.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
3 * Copyright 2014-2022 Toradex
8 #include <dt-bindings/gpio/gpio.h>
15 compatible = "pwm-backlight";
16 pinctrl-names = "default";
17 pinctrl-0 = <&pinctrl_gpio_bl_on>;
19 enable-gpios = <&gpio3 26 GPIO_ACTIVE_HIGH>; /* Colibri BL_ON */
23 reg_module_3v3: regulator-module-3v3 {
24 compatible = "regulator-fixed";
25 regulator-name = "+V3.3";
[all …]
H A Dimx6ull-colibri.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
15 compatible = "pwm-backlight";
16 pinctrl-names = "default";
17 pinctrl-0 = <&pinctrl_gpio_bl_on>;
18 enable-gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>;
22 reg_module_3v3: regulator-module-3v3 {
23 compatible = "regulator-fixed";
24 regulator-always-on;
25 regulator-name = "+V3.3";
26 regulator-min-microvolt = <3300000>;
[all …]
H A Dimx6dl-eckelmann-ci4x10.dts1 // SPDX-License-Identifier: GPL-2.0
7 /dts-v1/;
9 #include <dt-bindings/gpio/gpio.h>
15 compatible = "eckelmann,imx6dl-ci4x10", "fsl,imx6dl";
18 stdout-path = &uart3;
26 rmii_clk: clock-rmii {
28 compatible = "fixed-clock";
29 #clock-cells = <0>;
30 clock-frequency = <50000000>;
33 reg_usb_h1_vbus: regulator-usb-h1-vbus {
[all …]
H A Dimx7-colibri.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
3 * Copyright 2016-2020 Toradex
8 compatible = "pwm-backlight";
9 pinctrl-names = "default";
10 pinctrl-0 = <&pinctrl_gpio_bl_on>;
12 enable-gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>;
15 reg_module_3v3: regulator-module-3v3 {
16 compatible = "regulator-fixed";
17 regulator-name = "+V3.3";
18 regulator-min-microvolt = <3300000>;
[all …]
H A Dimx6q-arm2.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
7 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
13 compatible = "fsl,imx6q-arm2", "fsl,imx6q";
21 compatible = "simple-bus";
22 #address-cells = <1>;
23 #size-cells = <0>;
26 compatible = "regulator-fixed";
28 regulator-name = "3P3V";
29 regulator-min-microvolt = <3300000>;
[all …]
H A Dimx53-cx9020.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * based on imx53-qsb.dts
7 /dts-v1/;
15 stdout-path = &uart2;
24 display-0 {
25 #address-cells =<1>;
26 #size-cells = <0>;
27 compatible = "fsl,imx-parallel-display";
28 interface-pix-fmt = "rgb24";
29 pinctrl-names = "default";
[all …]
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/serial/
H A Dmxc-serial.txt4 - compatible: must be "fsl,imx7d-uart"
5 - reg: start address and size of the registers
8 - fsl,dte-mode: use DTE mode
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_iommu_av1d.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Module Authors: Yandong Lin <yandong.lin@rock-chips.com>
6 * Simon Xue <xxm@rock-chips.com>
13 #include <linux/dma-iommu.h>
14 #include <linux/dma-mapping.h>
15 #include <linux/dma-map-ops.h>
106 #define AV1_PAGE_DESC_HI_SHIFT (32-4)
110 static inline phys_addr_t av1_dte_pt_address(u32 dte) in av1_dte_pt_address() argument
112 return (phys_addr_t)dte & AV1_DTE_PT_ADDRESS_MASK; in av1_dte_pt_address()
150 static inline bool av1_dte_is_pt_valid(u32 dte) in av1_dte_is_pt_valid() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-sh_mobile.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2014-19 Wolfram Sang <wsa@sang-engineering.com>
8 * Portions of the code based on out-of-tree driver i2c-sh7343.c
15 #include <linux/dma-mapping.h>
32 /* IRQ: DTE WAIT */
39 /* IRQ: DTE WAIT WAIT */
40 /* ICIC: -DTE */
46 /* IRQ: DTE WAIT WAIT WAIT */
47 /* ICIC: -DTE */
51 /* 3 bytes or more, +---------+ gets repeated */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Datmsap.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /* atmsap.h - ATM Service Access Point addressing definitions */
4 /* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */
24 #define ATM_L2_ISO1745 0x01 /* Basic mode ISO 1745 */
25 #define ATM_L2_Q291 0x02 /* ITU-T Q.291 (Rec. I.441) */
26 #define ATM_L2_X25_LL 0x06 /* ITU-T X.25, link layer */
27 #define ATM_L2_X25_ML 0x07 /* ITU-T X.25, multilink */
28 #define ATM_L2_LAPB 0x08 /* Extended LAPB, half-duplex (Rec. T.71) */
33 #define ATM_L2_X75 0x0d /* ITU-T X.75, SLP */
34 #define ATM_L2_Q922 0x0e /* ITU-T Q.922 */
[all …]
H A Disdnif.h1 /* SPDX-License-Identifier: GPL-1.0+ WITH Linux-syscall-note */
5 * Definition of the interface between the subsystem and its low-level drivers.
20 * Values for general protocol-selection
23 #define ISDN_PTYPE_1TR6 1 /* german 1TR6-protocol */
24 #define ISDN_PTYPE_EURO 2 /* EDSS1-protocol */
26 #define ISDN_PTYPE_NI1 4 /* US NI-1 protocol */
30 * Values for Layer-2-protocol-selection
32 #define ISDN_PROTO_L2_X75I 0 /* X75/LAPB with I-Frames */
33 #define ISDN_PROTO_L2_X75UI 1 /* X75/LAPB with UI-Frames */
34 #define ISDN_PROTO_L2_X75BUI 2 /* X75/LAPB with UI-Frames */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Datmsap.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /* atmsap.h - ATM Service Access Point addressing definitions */
4 /* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */
24 #define ATM_L2_ISO1745 0x01 /* Basic mode ISO 1745 */
25 #define ATM_L2_Q291 0x02 /* ITU-T Q.291 (Rec. I.441) */
26 #define ATM_L2_X25_LL 0x06 /* ITU-T X.25, link layer */
27 #define ATM_L2_X25_ML 0x07 /* ITU-T X.25, multilink */
28 #define ATM_L2_LAPB 0x08 /* Extended LAPB, half-duplex (Rec. T.71) */
33 #define ATM_L2_X75 0x0d /* ITU-T X.75, SLP */
34 #define ATM_L2_Q922 0x0e /* ITU-T Q.922 */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Datmsap.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /* atmsap.h - ATM Service Access Point addressing definitions */
4 /* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */
24 #define ATM_L2_ISO1745 0x01 /* Basic mode ISO 1745 */
25 #define ATM_L2_Q291 0x02 /* ITU-T Q.291 (Rec. I.441) */
26 #define ATM_L2_X25_LL 0x06 /* ITU-T X.25, link layer */
27 #define ATM_L2_X25_ML 0x07 /* ITU-T X.25, multilink */
28 #define ATM_L2_LAPB 0x08 /* Extended LAPB, half-duplex (Rec. T.71) */
33 #define ATM_L2_X75 0x0d /* ITU-T X.75, SLP */
34 #define ATM_L2_Q922 0x0e /* ITU-T Q.922 */
[all …]
H A Disdnif.h1 /* SPDX-License-Identifier: GPL-1.0+ WITH Linux-syscall-note */
5 * Definition of the interface between the subsystem and its low-level drivers.
20 * Values for general protocol-selection
23 #define ISDN_PTYPE_1TR6 1 /* german 1TR6-protocol */
24 #define ISDN_PTYPE_EURO 2 /* EDSS1-protocol */
26 #define ISDN_PTYPE_NI1 4 /* US NI-1 protocol */
30 * Values for Layer-2-protocol-selection
32 #define ISDN_PROTO_L2_X75I 0 /* X75/LAPB with I-Frames */
33 #define ISDN_PROTO_L2_X75UI 1 /* X75/LAPB with UI-Frames */
34 #define ISDN_PROTO_L2_X75BUI 2 /* X75/LAPB with UI-Frames */
[all …]
/OK3568_Linux_fs/u-boot/board/toradex/apalis_imx6/
H A DKconfig32 default "-512"
38 pf0100_otp_prog - Program the OTP fuses on the PMIC PF0100
46 The UARTs must be used in DCE mode, RTS/CTS are swapped and
48 This option configures DCE mode unconditionally. Whithout this
49 option the config block stating V1.0 HW selects DCE mode,
50 otherwise the UARTs are configuered in DTE mode.
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dwanxl.c1 // SPDX-License-Identifier: GPL-2.0-only
9 * - Only DTE (external clock) support with NRZ and NRZI encodings
10 * - wanXL100 will require minor driver modifications, no access to hw
29 #include <linux/dma-mapping.h>
42 /* MAILBOX #1 - PUTS COMMANDS */
45 #define MBX1_CMD_BSWAP 0x8C000001 /* little-endian Byte Swap Mode */
47 #define MBX1_CMD_BSWAP 0x8C000000 /* big-endian Byte Swap Mode */
50 /* MAILBOX #2 - DRAM SIZE */
58 int node; /* physical port #0 - 3 */
81 struct port ports[]; /* 1 - 4 port structures follow */
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dimx6ull-14x14-evk.dts9 /dts-v1/;
11 #include <dt-bindings/input/input.h>
16 compatible = "fsl,imx6ull-14x14-evk", "fsl,imx6ull";
19 stdout-path = &uart1;
27 compatible = "pwm-backlight";
29 brightness-levels = <0 4 8 16 32 64 128 255>;
30 default-brightness-level = <6>;
35 compatible = "simple-bus";
36 #address-cells = <1>;
37 #size-cells = <0>;
[all …]
H A Dimx53-cx9020.dts6 * SPDX-License-Identifier: GPL-2.0+ or X11
9 /dts-v1/;
18 model = "Beckhoff CX9020-0100 i.MX53";
19 compatible = "fsl,imx53-qsb", "fsl,imx53";
22 stdout-path = &uart2;
27 pinctrl-names = "default";
28 pinctrl-0 = <&pinctrl_hog>;
30 imx53-qsb {
178 pinctrl-names = "default";
179 uart-has-rtscts;
[all …]
H A Dimx7-colibri.dts4 * SPDX-License-Identifier: GPL-2.0+ or X11
7 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
13 compatible = "toradex,imx7-colibri", "fsl,imx7";
16 stdout-path = &uart1;
21 pinctrl-names = "default", "gpio";
22 pinctrl-0 = <&pinctrl_i2c1>;
23 pinctrl-1 = <&pinctrl_i2c1_gpio>;
24 sda-gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
25 scl-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
[all …]
/OK3568_Linux_fs/kernel/drivers/iommu/amd/
H A Diommu.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2007-2010 Advanced Micro Devices, Inc.
8 #define pr_fmt(fmt) "AMD-Vi: " fmt
16 #include <linux/pci-ats.h>
21 #include <linux/dma-map-ops.h>
22 #include <linux/dma-direct.h>
23 #include <linux/dma-iommu.h>
24 #include <linux/iommu-helper.h>
26 #include <linux/amd-iommu.h>
47 #define CMD_SET_TYPE(cmd, t) ((cmd)->data[1] |= ((t) << 28))
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dgeneric-hdlc.rst1 .. SPDX-License-Identifier: GPL-2.0
14 - Normal (routed) and Ethernet-bridged (Ethernet device emulation)
16 - ARP support (no InARP support in the kernel - there is an
17 experimental InARP user-space daemon available on:
20 2. raw HDLC - either IP (IPv4) interface or Ethernet device emulation
25 Generic HDLC is a protocol driver only - it needs a low-level driver
28 Ethernet device emulation (using HDLC or Frame-Relay PVC) is compatible
40 gcc -O2 -Wall -o sethdlc sethdlc.c
44 Use sethdlc to set physical interface, clock rate, HDLC mode used,
59 In Frame Relay mode, ifconfig master hdlc device up (without assigning
[all …]
H A Dlapb-module.rst1 .. SPDX-License-Identifier: GPL-2.0
11 Changed (Henner Eisen, 2000-10-29): int return value for data_indication()
25 ----------
37 -----------------------------
59 ------------------------
74 unsigned int mode;
84 The mode variable is a bit field used for setting (at present) three values.
92 2 DTE/DCE operation (0=LAPB_DTE 1=LAPB_DCE)
93 3-31 Reserved, must be 0.
99 LAPB are different to indicate the mode of operation, the default is Single
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra20-pinmux.txt4 - compatible: "nvidia,tegra20-pinmux"
5 - reg: Should contain the register physical address and length for each of
6 the tri-state, mux, pull-up/down, and pad control register sets.
8 Please refer to pinctrl-bindings.txt in this directory for details of the
16 parameters, such as pull-up, tristate, drive strength, etc.
30 Required subnode-properties:
31 - nvidia,pins : An array of strings. Each string contains the name of a pin or
34 Optional subnode-properties:
35 - nvidia,function: A string containing the name of the function to mux to the
38 - nvidia,pull: Integer, representing the pull-down/up to apply to the pin.
[all …]

123