Searched +full:lpc3220 +full:- +full:mic (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| H A D | nxp,lpc3220-adc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/nxp,lpc3220-adc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP LPC3220 SoC ADC controller 10 - Gregory Clement <gregory.clement@bootlin.com> 17 const: nxp,lpc3220-adc 28 vref-supply: true 30 "#io-channel-cells": 34 - compatible [all …]
|
| /linux/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | nxp,lpc3220-tsc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/input/touchscreen/nxp,lpc3220-tsc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Frank Li <Frank.Li@nxp.com> 14 const: nxp,lpc3220-tsc 26 - compatible 27 - reg 28 - clocks 29 - interrupts [all …]
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | nxp,lpc3220-udc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/nxp,lpc3220-udc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Frank Li <Frank.Li@nxp.com> 14 const: nxp,lpc3220-udc 21 - description: USB Device Low Priority Interrupt 22 - description: USB Device High Priority Interrupt 23 - description: USB Device DMA Interrupt 24 - description: External USB Transceiver Interrupt (OTG ATX) [all …]
|
| /linux/drivers/irqchip/ |
| H A D | irq-lpc32xx.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2015-2016 Vladimir Zapolskiy <vz@mleia.com> 37 return readl_relaxed(ic->base + reg); in lpc32xx_ic_read() 43 writel_relaxed(val, ic->base + reg); in lpc32xx_ic_write() 49 u32 val, mask = BIT(d->hwirq); in lpc32xx_irq_mask() 58 u32 val, mask = BIT(d->hwirq); in lpc32xx_irq_unmask() 67 u32 mask = BIT(d->hwirq); in lpc32xx_irq_ack() 75 u32 val, mask = BIT(d->hwirq); in lpc32xx_irq_set_type() 97 return -EINVAL; in lpc32xx_irq_set_type() 127 seq_printf(p, "%08x.mic", ic->addr); in lpc32xx_irq_print_chip() [all …]
|