Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Datmel_pio4.h63 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff) argument
64 #define ATMEL_GET_PIN_FUNC(pinfunc) ((pinfunc >> 16) & 0xf) argument
65 #define ATMEL_GET_PIN_IOSET(pinfunc) ((pinfunc >> 20) & 0xf) argument
/OK3568_Linux_fs/u-boot/drivers/pinctrl/exynos/
H A Dpinctrl-exynos.c75 unsigned int pinfunc, pinpud, pindrv; in exynos_pinctrl_set_state() local
87 pinfunc = fdtdec_get_int(fdt, node, "samsung,pin-function", -1); in exynos_pinctrl_set_state()
97 if (pinfunc != -1) { in exynos_pinctrl_set_state()
100 value |= (pinfunc << (pin_num << 2)); in exynos_pinctrl_set_state()
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-at91-pio4.c67 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff) argument
68 #define ATMEL_GET_PIN_FUNC(pinfunc) ((pinfunc >> 16) & 0xf) argument
69 #define ATMEL_GET_PIN_IOSET(pinfunc) ((pinfunc >> 20) & 0xf) argument
511 u32 pinfunc, const char **grp_name, in atmel_pctl_xlate_pinfunc() argument
518 pin_id = ATMEL_GET_PIN_NO(pinfunc); in atmel_pctl_xlate_pinfunc()
519 func_id = ATMEL_GET_PIN_FUNC(pinfunc); in atmel_pctl_xlate_pinfunc()
532 atmel_pioctrl->pins[pin_id]->ioset = ATMEL_GET_PIN_IOSET(pinfunc); in atmel_pctl_xlate_pinfunc()
551 u32 pinfunc; in atmel_pctl_dt_subnode_to_map() local
589 ret = of_property_read_u32_index(np, "pinmux", i, &pinfunc); in atmel_pctl_dt_subnode_to_map()
593 ret = atmel_pctl_xlate_pinfunc(pctldev, np, pinfunc, &group, in atmel_pctl_dt_subnode_to_map()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dfsl,imx6sll-pinctrl.txt11 imx6sll-pinfunc.h under device tree source folder. The last integer CONFIG is
39 Refer to imx6sll-pinfunc.h in device tree source folder for all available
H A Dfsl,imx7ulp-pinctrl.txt19 imx7ulp-pinfunc.h in the device tree source folder.
39 #include "imx7ulp-pinfunc.h"
H A Datmel,at91-pio4-pinctrl.txt34 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the
46 #include <sama5d2-pinfunc.h>
H A 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.
H A Dfsl,imx25-pinctrl.txt22 Refer to imx25-pinfunc.h in device tree source folder for all available
H A Dfsl,imx53-pinctrl.txt31 Refer to imx53-pinfunc.h in device tree source folder for all available
H A Dfsl,imx51-pinctrl.txt31 Refer to imx51-pinfunc.h in device tree source folder for all available
H A Dfsl,imx6q-pinctrl.txt37 Refer to imx6q-pinfunc.h in device tree source folder for all available
H A Dfsl,imx50-pinctrl.txt31 Refer to imx50-pinfunc.h in device tree source folder for all available
H A Dfsl,imx35-pinctrl.txt32 Refer to imx35-pinfunc.h in device tree source folder for all available
H A Dpinctrl-mt65xx.txt59 as macros in boot/dts/<soc>-pinfunc.h directly.
77 #include "mt8135-pinfunc.h"
H A Dfsl,imx6dl-pinctrl.txt37 Refer to imx6dl-pinfunc.h in device tree source folder for all available
H A Dfsl,imx6sl-pinctrl.txt38 Refer to imx6sl-pinfunc.h in device tree source folder for all available
H A Dfsl,imx6sx-pinctrl.txt11 imx6sx-pinfunc.h under device tree source folder. The last integer CONFIG is
H A Dfsl,vf610-pinctrl.txt40 Please refer to vf610-pinfunc.h in device tree source folder
H A Dfsl,imx6ul-pinctrl.txt12 imx6ul-pinfunc.h under device tree source folder. The last integer CONFIG is
H A Dpinctrl-mt8183.txt41 as macros in boot/dts/<soc>-pinfunc.h directly.
86 #include "mt8183-pinfunc.h"
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/pinctrl/
H A Datmel,at91-pio4-pinctrl.txt24 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the
34 #include <sama5d2-pinfunc.h>
H A Dst,stm32-pinctrl.txt42 #include <dt-bindings/pinctrl/stm32f429-pinfunc.h>
79 dt-bindings/pinctrl/<soc>-pinfunc.h directly.
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6ull.dtsi6 #include "imx6ull-pinfunc.h"
7 #include "imx6ull-pinfunc-snvs.h"
/OK3568_Linux_fs/kernel/drivers/pinctrl/mediatek/
H A Dpinctrl-paris.c395 u32 pinfunc, pin, func; in mtk_pctrl_dt_subnode_to_map() local
435 err = of_property_read_u32_index(node, "pinmux", i, &pinfunc); in mtk_pctrl_dt_subnode_to_map()
439 pin = MTK_GET_PIN_NO(pinfunc); in mtk_pctrl_dt_subnode_to_map()
440 func = MTK_GET_PIN_FUNC(pinfunc); in mtk_pctrl_dt_subnode_to_map()
H A Dpinctrl-mtk-common.c497 u32 pinfunc, pin, func; in mtk_pctrl_dt_subnode_to_map() local
544 i, &pinfunc); in mtk_pctrl_dt_subnode_to_map()
548 pin = MTK_GET_PIN_NO(pinfunc); in mtk_pctrl_dt_subnode_to_map()
549 func = MTK_GET_PIN_FUNC(pinfunc); in mtk_pctrl_dt_subnode_to_map()

1234