Searched +full:lgm +full:- +full:io (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | intel,lgm-io.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/intel,lgm-io.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rahul Tanwar <rahul.tanwar@linux.intel.com> 18 const: intel,lgm-io 25 '-pins$': 30 $ref: pinmux-node.yaml# 37 bias-pull-up: true 38 bias-pull-down: true [all …]
|
| /linux/drivers/tty/serial/ |
| H A D | lantiq.c | 1 // SPDX-License-Identifier: GPL-2.0 16 #include <linux/io.h> 144 u32 fstat = __raw_readl(port->membase + LTQ_ASC_FSTAT); in lqasc_tx_ready() 156 spin_lock_irqsave(<q_port->lock, flags); in lqasc_start_tx() 159 writeb(ch, port->membase + LTQ_ASC_TBUF)); in lqasc_start_tx() 160 spin_unlock_irqrestore(<q_port->lock, flags); in lqasc_start_tx() 167 __raw_writel(ASCWHBSTATE_CLRREN, port->membase + LTQ_ASC_WHBSTATE); in lqasc_stop_rx() 173 struct tty_port *tport = &port->state->port; in lqasc_rx_chars() 176 fifocnt = __raw_readl(port->membase + LTQ_ASC_FSTAT) & in lqasc_rx_chars() 178 while (fifocnt--) { in lqasc_rx_chars() [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 …]
|