Searched +full:opclk +full:- +full:async (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - patches@opensource.cirrus.com30 Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt33 pinctrl-0:38 pinctrl-names:43 pin-settings:50 '-pins$':53 - $ref: "pincfg-node.yaml#"[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Copyright (C) 2016-2018 Cirrus Logic17 #include <linux/pinctrl/pinconf-generic.h>22 #include "../pinctrl-utils.h"24 #include "pinctrl-madera.h"28 * NOTE: IDs are zero-indexed for coding convenience74 * All single-pin functions can be mapped to any GPIO, however pinmux applies78 * Since these do not correspond to anything in the actual hardware - they are79 * merely an adaptation to pinctrl's view of the world - we use the same name91 /* set of pin numbers for single-pin groups, zero-indexed */[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * wm5100.c -- WM5100 ALSA SoC Audio driver5 * Copyright 2011-2 Wolfson Microelectronics plc127 dev_err(component->dev, "Unsupported sample rate: %dHz\n", rate); in wm5100_alloc_sr()128 return -EINVAL; in wm5100_alloc_sr()132 if ((wm5100->sysclk % rate) == 0) { in wm5100_alloc_sr()134 sr_free = -1; in wm5100_alloc_sr()136 if (!wm5100->sr_ref[i] && sr_free == -1) { in wm5100_alloc_sr()146 wm5100->sr_ref[i]++; in wm5100_alloc_sr()147 dev_dbg(component->dev, "SR %dHz, slot %d, ref %d\n", in wm5100_alloc_sr()[all …]