Searched +full:em +full:- +full:uart (Results 1 – 7 of 7) sorted by relevance
| /linux/Documentation/devicetree/bindings/serial/ |
| H A D | renesas,em-uart.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/serial/renesas,em-uart.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas EMMA Mobile UART Interface 10 - Magnus Damm <magnus.damm@gmail.com> 15 - items: 16 - enum: 17 - renesas,r9a09g011-uart # RZ/V2M 18 - const: renesas,em-uart # generic EMMA Mobile compatible UART [all …]
|
| /linux/arch/arm/boot/dts/renesas/ |
| H A D | emev2.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/interrupt-controller/irq.h> 13 interrupt-parent = <&gic>; 14 #address-cells = <1>; 15 #size-cells = <1>; 28 #address-cells = <1>; 29 #size-cells = <0>; 33 compatible = "arm,cortex-a9"; 35 clock-frequency = <533000000>; [all …]
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_em.c | 1 // SPDX-License-Identifier: GPL-2.0 41 writeb(value, p->membase); in serial8250_em_serial_out_helper() 46 writel(value, p->membase + ((offset + 1) << 2)); in serial8250_em_serial_out_helper() 49 writel(value, p->membase + (UART_FCR_EM_HW << 2)); in serial8250_em_serial_out_helper() 52 value &= 0x0f; /* only 4 valid bits - not Xscale */ in serial8250_em_serial_out_helper() 57 writel(value, p->membase + (offset << 2)); in serial8250_em_serial_out_helper() 66 return readb(p->membase); in serial8250_em_serial_in() 72 return readl(p->membase + ((offset + 1) << 2)); in serial8250_em_serial_in() 74 return readl(p->membase + (UART_FCR_EM_HW << 2)); in serial8250_em_serial_in() 80 return readl(p->membase + (offset << 2)); in serial8250_em_serial_in() [all …]
|
| /linux/Documentation/devicetree/bindings/soc/renesas/ |
| H A D | renesas-soc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/soc/renesas/renesas-soc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Geert Uytterhoeven <geert+renesas@glider.be> 11 - Niklas Söderlund <niklas.soderlund@ragnatech.se> 16 renesas,SoC-IP 19 renesas,r8a77965-csi2 28 pattern: "^renesas,.+-.+$" 30 - compatible [all …]
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r9a09g011.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/clock/r9a09g011-cpg.h> 13 #address-cells = <2>; 14 #size-cells = <2>; 15 interrupt-parent = <&gic>; 19 compatible = "fixed-clock"; 20 #clock-cells = <0>; 22 clock-frequency = <0>; 26 #address-cells = <1>; [all …]
|
| /linux/drivers/usb/serial/ |
| H A D | ftdi_sio_ids.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 * Philipp Gühring - pg@futureware.at - added the Device ID of the USB relais 25 #define FTDI_4232H_PID 0x6011 /* Quad channel hi-speed device */ 26 #define FTDI_232H_PID 0x6014 /* Single channel hi-speed device */ 27 #define FTDI_FTX_PID 0x6015 /* FT-X series (FT201X, FT230X, FT231X, etc) */ 28 #define FTDI_FT2233HP_PID 0x6040 /* Dual channel hi-speed device with PD */ 29 #define FTDI_FT4233HP_PID 0x6041 /* Quad channel hi-speed device with PD */ 30 #define FTDI_FT2232HP_PID 0x6042 /* Dual channel hi-speed device with PD */ 31 #define FTDI_FT4232HP_PID 0x6043 /* Quad channel hi-speed device with PD */ 32 #define FTDI_FT233HP_PID 0x6044 /* Dual channel hi-speed device with PD */ [all …]
|
| /linux/ |
| H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|