Home
last modified time | relevance | path

Searched refs:pinfunc (Results 1 – 37 of 37) sorted by relevance

/linux-4.4.14/drivers/pinctrl/
Dpinctrl-at91-pio4.c72 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff) argument
73 #define ATMEL_GET_PIN_FUNC(pinfunc) ((pinfunc >> 16) & 0xf) argument
74 #define ATMEL_GET_PIN_IOSET(pinfunc) ((pinfunc >> 20) & 0xf) argument
440 u32 pinfunc, const char **grp_name, in atmel_pctl_xlate_pinfunc() argument
447 pin_id = ATMEL_GET_PIN_NO(pinfunc); in atmel_pctl_xlate_pinfunc()
448 func_id = ATMEL_GET_PIN_FUNC(pinfunc); in atmel_pctl_xlate_pinfunc()
461 atmel_pioctrl->pins[pin_id]->ioset = ATMEL_GET_PIN_IOSET(pinfunc); in atmel_pctl_xlate_pinfunc()
481 u32 pinfunc; in atmel_pctl_dt_subnode_to_map() local
522 ret = of_property_read_u32_index(np, "pinmux", i, &pinfunc); in atmel_pctl_dt_subnode_to_map()
526 ret = atmel_pctl_xlate_pinfunc(pctldev, np, pinfunc, &group, in atmel_pctl_dt_subnode_to_map()
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Datmel,at91-pio4-pinctrl.txt32 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the
42 #include <sama5d2-pinfunc.h>
Dfsl,imx25-pinctrl.txt22 Refer to imx25-pinfunc.h in device tree source folder for all available
Dfsl,mxs-pinctrl.txt125 arch/arm/boot/dts/imx28-pinfunc.h and arch/arm/boot/dts/imx23-pinfunc.h.
127 arch/arm/boot/dts/mxs-pinfunc.h.
Dfsl,imx53-pinctrl.txt31 Refer to imx53-pinfunc.h in device tree source folder for all available
Dfsl,imx51-pinctrl.txt31 Refer to imx51-pinfunc.h in device tree source folder for all available
Dfsl,imx35-pinctrl.txt32 Refer to imx35-pinfunc.h in device tree source folder for all available
Dfsl,imx6q-pinctrl.txt37 Refer to imx6q-pinfunc.h in device tree source folder for all available
Dfsl,imx6dl-pinctrl.txt37 Refer to imx6dl-pinfunc.h in device tree source folder for all available
Dfsl,imx6sx-pinctrl.txt11 imx6sx-pinfunc.h under device tree source folder. The last integer CONFIG is
Dfsl,imx6sl-pinctrl.txt38 Refer to imx6sl-pinfunc.h in device tree source folder for all available
Dfsl,imx6ul-pinctrl.txt11 imx6ul-pinfunc.h under device tree source folder. The last integer CONFIG is
Dfsl,vf610-pinctrl.txt40 Please refer to vf610-pinfunc.h in device tree source folder
Dpinctrl-mt65xx.txt54 as macros in boot/dts/<soc>-pinfunc.h directly.
72 #include "mt8135-pinfunc.h"
Dfsl,imx27-pinctrl.txt90 For convenience there are macros defined in imx27-pinfunc.h which provide PIN
Dfsl,imx7d-pinctrl.txt34 imx7d-pinfunc.h under device tree source folder. The last integer CONFIG is
Dfsl,imx-pinctrl.txt28 imx*-pinfunc.h under device tree source folder. The last integer CONFIG is
/linux-4.4.14/arch/arm/boot/dts/
Dimx6dl.dtsi12 #include "imx6dl-pinfunc.h"
Dimx6q.dtsi12 #include "imx6q-pinfunc.h"
Dimx1.dtsi13 #include "imx1-pinfunc.h"
Dmt8135.dtsi20 #include "mt8135-pinfunc.h"
Dat91-sama5d2_xplained.dts47 #include "sama5d2-pinfunc.h"
Dimx35.dtsi12 #include "imx35-pinfunc.h"
Dimx23.dtsi13 #include "imx23-pinfunc.h"
Dimx50.dtsi15 #include "imx50-pinfunc.h"
Dimx25.dtsi13 #include "imx25-pinfunc.h"
Dvfxxx.dtsi10 #include "vf610-pinfunc.h"
Dimx27.dtsi13 #include "imx27-pinfunc.h"
Dimx51.dtsi14 #include "imx51-pinfunc.h"
Dimx53.dtsi14 #include "imx53-pinfunc.h"
Dimx6ul.dtsi12 #include "imx6ul-pinfunc.h"
Dimx6sl.dtsi12 #include "imx6sl-pinfunc.h"
Dimx28.dtsi14 #include "imx28-pinfunc.h"
Dimx7d.dtsi46 #include "imx7d-pinfunc.h"
Dimx6sx.dtsi13 #include "imx6sx-pinfunc.h"
/linux-4.4.14/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.c493 u32 pinfunc, pin, func; in mtk_pctrl_dt_subnode_to_map() local
535 i, &pinfunc); in mtk_pctrl_dt_subnode_to_map()
539 pin = MTK_GET_PIN_NO(pinfunc); in mtk_pctrl_dt_subnode_to_map()
540 func = MTK_GET_PIN_FUNC(pinfunc); in mtk_pctrl_dt_subnode_to_map()
/linux-4.4.14/arch/arm64/boot/dts/mediatek/
Dmt8173.dtsi19 #include "mt8173-pinfunc.h"