/Linux-v4.19/drivers/pinctrl/ |
D | pinctrl-at91-pio4.c | 77 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff) argument 78 #define ATMEL_GET_PIN_FUNC(pinfunc) ((pinfunc >> 16) & 0xf) argument 79 #define ATMEL_GET_PIN_IOSET(pinfunc) ((pinfunc >> 20) & 0xf) argument 456 u32 pinfunc, const char **grp_name, in atmel_pctl_xlate_pinfunc() argument 463 pin_id = ATMEL_GET_PIN_NO(pinfunc); in atmel_pctl_xlate_pinfunc() 464 func_id = ATMEL_GET_PIN_FUNC(pinfunc); in atmel_pctl_xlate_pinfunc() 477 atmel_pioctrl->pins[pin_id]->ioset = ATMEL_GET_PIN_IOSET(pinfunc); in atmel_pctl_xlate_pinfunc() 497 u32 pinfunc; in atmel_pctl_dt_subnode_to_map() local 538 ret = of_property_read_u32_index(np, "pinmux", i, &pinfunc); in atmel_pctl_dt_subnode_to_map() 542 ret = atmel_pctl_xlate_pinfunc(pctldev, np, pinfunc, &group, in atmel_pctl_dt_subnode_to_map()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | imx6ull.dtsi | 6 #include "imx6ull-pinfunc.h" 7 #include "imx6ull-pinfunc-snvs.h"
|
D | at91-sama5d27_som1.dtsi | 47 #include "sama5d2-pinfunc.h"
|
D | mt8135.dtsi | 13 #include "mt8135-pinfunc.h"
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,imx6sll-pinctrl.txt | 11 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
|
D | fsl,imx7ulp-pinctrl.txt | 29 Refer to imx7ulp-pinfunc.h in in device tree source folder for all 46 #include "imx7ulp-pinfunc.h"
|
D | st,stm32-pinctrl.txt | 61 #include <dt-bindings/pinctrl/stm32f429-pinfunc.h> 83 #include <dt-bindings/pinctrl/stm32f429-pinfunc.h> 135 dt-bindings/pinctrl/<soc>-pinfunc.h directly. 152 - include/dt-bindings/pinctrl/stm32-pinfunc.h
|
D | atmel,at91-pio4-pinctrl.txt | 32 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the 44 #include <sama5d2-pinfunc.h>
|
D | fsl,imx25-pinctrl.txt | 22 Refer to imx25-pinfunc.h in device tree source folder for all available
|
D | fsl,mxs-pinctrl.txt | 125 arch/arm/boot/dts/imx28-pinfunc.h and arch/arm/boot/dts/imx23-pinfunc.h. 127 arch/arm/boot/dts/mxs-pinfunc.h.
|
D | fsl,imx35-pinctrl.txt | 32 Refer to imx35-pinfunc.h in device tree source folder for all available
|
D | fsl,imx51-pinctrl.txt | 31 Refer to imx51-pinfunc.h in device tree source folder for all available
|
D | fsl,imx53-pinctrl.txt | 31 Refer to imx53-pinfunc.h in device tree source folder for all available
|
D | fsl,imx6q-pinctrl.txt | 37 Refer to imx6q-pinfunc.h in device tree source folder for all available
|
D | fsl,imx6dl-pinctrl.txt | 37 Refer to imx6dl-pinfunc.h in device tree source folder for all available
|
D | fsl,imx6sl-pinctrl.txt | 38 Refer to imx6sl-pinfunc.h in device tree source folder for all available
|
D | fsl,imx6sx-pinctrl.txt | 11 imx6sx-pinfunc.h under device tree source folder. The last integer CONFIG is
|
D | fsl,vf610-pinctrl.txt | 40 Please refer to vf610-pinfunc.h in device tree source folder
|
D | fsl,imx6ul-pinctrl.txt | 12 imx6ul-pinfunc.h under device tree source folder. The last integer CONFIG is
|
D | fsl,imx8mq-pinctrl.txt | 15 imx8mq-pinfunc.h under device tree source folder. The last integer CONFIG is
|
D | pinctrl-mt65xx.txt | 57 as macros in boot/dts/<soc>-pinfunc.h directly. 75 #include "mt8135-pinfunc.h"
|
D | fsl,imx27-pinctrl.txt | 90 For convenience there are macros defined in imx27-pinfunc.h which provide PIN
|
D | fsl,imx7d-pinctrl.txt | 34 imx7d-pinfunc.h under device tree source folder. The last integer CONFIG is
|
/Linux-v4.19/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.c | 505 u32 pinfunc, pin, func; in mtk_pctrl_dt_subnode_to_map() local 552 i, &pinfunc); in mtk_pctrl_dt_subnode_to_map() 556 pin = MTK_GET_PIN_NO(pinfunc); in mtk_pctrl_dt_subnode_to_map() 557 func = MTK_GET_PIN_FUNC(pinfunc); in mtk_pctrl_dt_subnode_to_map()
|
/Linux-v4.19/drivers/pinctrl/stm32/ |
D | pinctrl-stm32.c | 408 u32 pinfunc, pin, func; in stm32_pctrl_dt_subnode_to_map() local 452 i, &pinfunc); in stm32_pctrl_dt_subnode_to_map() 456 pin = STM32_GET_PIN_NO(pinfunc); in stm32_pctrl_dt_subnode_to_map() 457 func = STM32_GET_PIN_FUNC(pinfunc); in stm32_pctrl_dt_subnode_to_map()
|