Home
last modified time | relevance | path

Searched +full:pef2256 +full:- +full:codec (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/net/
H A Dlantiq,pef2256.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/lantiq,pef2256.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Lantiq PEF2256
10 - Herve Codina <herve.codina@bootlin.com>
13 The Lantiq PEF2256, also known as Infineon PEF2256 or FALC56, is a framer and
20 - const: lantiq,pef2256
27 - description: Master Clock
28 - description: System Clock Receive
[all …]
/linux/drivers/net/wan/framer/pef2256/
H A Dpef2256.c1 // SPDX-License-Identifier: GPL-2.0
3 * PEF2256 also known as FALC56 driver
10 #include <linux/framer/pef2256.h>
12 #include <linux/framer/framer-provider.h>
24 #include "pef2256-regs.h"
36 struct pef2256 { struct
54 static u8 pef2256_read8(struct pef2256 *pef2256, int offset) in pef2256_read8() argument
58 regmap_read(pef2256->regmap, offset, &val); in pef2256_read8()
62 static void pef2256_write8(struct pef2256 *pef2256, int offset, u8 val) in pef2256_write8() argument
64 regmap_write(pef2256->regmap, offset, val); in pef2256_write8()
[all …]
/linux/
H A DMAINTAINERS5 ---------------------------------------------------
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 …]