Searched +full:qe +full:- +full:ucc +full:- +full:qmc +full:- +full:hdlc (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
H A D | fsl,qe-ucc-qmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,qe-ucc-qmc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: PowerQUICC QE QUICC Multichannel Controller (QMC) 10 - Herve Codina <herve.codina@bootlin.com> 13 The QMC (QUICC Multichannel Controller) emulates up to 64 channels within one 19 - enum: 20 - fsl,mpc8321-ucc-qmc 21 - const: fsl,qe-ucc-qmc [all …]
|
/linux/drivers/soc/fsl/qe/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # QE Communication options 7 bool "QUICC Engine (QE) framework support" 13 The QUICC Engine (QE) is a new generation of communications 16 for a machine with a QE coprocessor. 22 This option provides qe_lib support to UCC slow 23 protocols: UART, BISYNC, QMC 29 This option provides qe_lib support to UCC fast 30 protocols: HDLC, Ethernet, ATM, transparent 32 config UCC config [all …]
|
H A D | qmc.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * QMC driver 10 #include <soc/fsl/qe/qmc.h> 12 #include <linux/dma-mapping.h> 14 #include <linux/hdlc.h> 23 #include <soc/fsl/qe/ucc_slow.h> 24 #include <soc/fsl/qe/qe.h> 28 /* SCC general mode register low (32 bits) (GUMR_L in QE) */ 36 /* SCC general mode register high (32 bits) (identical to GUMR_H in QE) */ 45 /* SCC event register (16 bits) (identical to UCCE in QE) */ [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 …]
|