Searched +full:fll3 +full:- +full:clk (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | cirrus,madera.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - patches@opensource.cirrus.com 30 Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt 33 pin-settings: 40 '-pins$': 43 - $ref: pincfg-node.yaml# 44 - $ref: pinmux-node.yaml# 63 dmic6, io, dsp-gpio, irq1, irq2, fll1-clk, [all …]
|
/linux/drivers/pinctrl/cirrus/ |
H A D | pinctrl-madera-core.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2016-2018 Cirrus Logic 17 #include <linux/pinctrl/pinconf-generic.h> 25 #include "../pinctrl-utils.h" 27 #include "pinctrl-madera.h" 31 * NOTE: IDs are zero-indexed for coding convenience 77 * All single-pin functions can be mapped to any GPIO, however pinmux applies 81 * Since these do not correspond to anything in the actual hardware - they are 82 * merely an adaptation to pinctrl's view of the world - we use the same name 94 /* set of pin numbers for single-pin groups, zero-indexed */ [all …]
|
/linux/sound/soc/codecs/ |
H A D | nau8824.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 112 /* 16-bit control register address, and 16-bits control register data */ 162 /* FLL3 (0x06) */ 418 #define NAU8824_CODEC_DAI "nau8824-hifi" 437 struct clk *mclk;
|
H A D | nau8825.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 95 /* 16-bit control register address, and 16-bits control register data */ 128 /* FLL3 (0x06) */ 159 /* 0 - open, 1 - short to GND */ 172 #define NAU8825_JACK_POLARITY (1 << 1) /* 0 - active low, 1 - active high */ 239 #define NAU8825_JKDET_PULL_UP (1 << 11) /* 0 - pull down, 1 - pull up */ 240 #define NAU8825_JKDET_PULL_EN (1 << 9) /* 0 - enable pull, 1 - disable */ 241 #define NAU8825_JKDET_OUTPUT_EN (1 << 8) /* 0 - enable input, 1 - enable output */ 273 #define NAU8825_I2S_TRISTATE (1 << 15) /* 0 - normal mode, 1 - Hi-Z output */ 500 struct clk *mclk; [all …]
|