Home
last modified time | relevance | path

Searched full:pef2256 (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wan/framer/pef2256/
H A Dpef2256.c3 * PEF2256 also known as FALC56 driver
10 #include <linux/framer/pef2256.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()
67 static void pef2256_clrbits8(struct pef2256 *pef2256, int offset, u8 clr) in pef2256_clrbits8() argument
69 regmap_clear_bits(pef2256->regmap, offset, clr); in pef2256_clrbits8()
[all …]
H A DMakefile3 # Makefile for the pef2256 driver.
6 obj-$(CONFIG_FRAMER_PEF2256) += framer-pef2256.o
8 framer-pef2256-objs := pef2256.o
H A Dpef2256-regs.h3 * PEF2256 registers definition
/linux/drivers/pinctrl/
H A Dpinctrl-pef2256.c3 * PEF2256 also known as FALC56 driver
11 #include <linux/framer/pef2256.h>
95 struct pef2256_pinctrl *pef2256 = pinctrl_dev_get_drvdata(pctldev); in pef2256_get_groups_count() local
98 return pef2256->pctrl_desc.npins; in pef2256_get_groups_count()
104 struct pef2256_pinctrl *pef2256 = pinctrl_dev_get_drvdata(pctldev); in pef2256_get_group_name() local
107 return pef2256->pctrl_desc.pins[selector].name; in pef2256_get_group_name()
114 struct pef2256_pinctrl *pef2256 = pinctrl_dev_get_drvdata(pctldev); in pef2256_get_group_pins() local
117 *pins = &pef2256->pctrl_desc.pins[selector].number; in pef2256_get_group_pins()
133 struct pef2256_pinctrl *pef2256 = pinctrl_dev_get_drvdata(pctldev); in pef2256_get_functions_count() local
135 return pef2256->nfunctions; in pef2256_get_functions_count()
[all …]
H A DKconfig410 tristate "Lantiq PEF2256 (FALC56) pin controller driver"
416 This option enables the pin controller support for the Lantiq PEF2256
422 module will be called pinctrl-pef2256.
H A DMakefile45 obj-$(CONFIG_PINCTRL_PEF2256) += pinctrl-pef2256.o
/linux/include/linux/framer/
H A Dpef2256.h3 * PEF2256 consumer API
14 struct pef2256;
17 /* Retrieve the PEF2256 regmap */
18 struct regmap *pef2256_get_regmap(struct pef2256 *pef2256);
20 /* PEF2256 hardware versions */
28 /* Get the PEF2256 hardware version */
29 enum pef2256_version pef2256_get_version(struct pef2256 *pef2256);
/linux/Documentation/devicetree/bindings/net/
H A Dlantiq,pef2256.yaml4 $id: http://devicetree.org/schemas/net/lantiq,pef2256.yaml#
7 title: Lantiq PEF2256
13 The Lantiq PEF2256, also known as Infineon PEF2256 or FALC56, is a framer and
20 - const: lantiq,pef2256
86 The pef2256 delivers a full frame (32 8-bit time-slots in E1 and 24 8-bit
112 Codec provided by the pef2256. This codec allows to use some of the PCM
120 The tx and rx masks define the pef2256 time-slots assigned to the codec.
124 const: lantiq,pef2256-codec
147 pef2256: framer@2000000 {
148 compatible = "lantiq,pef2256";
[all …]
/linux/drivers/net/wan/framer/
H A DKconfig26 tristate "Lantiq PEF2256"
33 Enable support for the Lantiq PEF2256 (FALC56) framer.
34 The PEF2256 is a framer and line interface between analog E1/T1/J1
40 module will be called framer-pef2256.
H A DMakefile7 obj-$(CONFIG_FRAMER_PEF2256) += pef2256/
/linux/
H A DMAINTAINERS12844 LANTIQ PEF2256 DRIVER
12847 F: Documentation/devicetree/bindings/net/lantiq,pef2256.yaml
12848 F: drivers/net/wan/framer/pef2256/
12849 F: drivers/pinctrl/pinctrl-pef2256.c
12850 F: include/linux/framer/pef2256.h