Home
last modified time | relevance | path

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

123

/Linux-v5.15/drivers/pinctrl/
Dpinctrl-at91-pio4.c68 #define ATMEL_GET_PIN_NO(pinfunc) ((pinfunc) & 0xff) argument
69 #define ATMEL_GET_PIN_FUNC(pinfunc) ((pinfunc >> 16) & 0xf) argument
70 #define ATMEL_GET_PIN_IOSET(pinfunc) ((pinfunc >> 20) & 0xf) argument
526 u32 pinfunc, const char **grp_name, in atmel_pctl_xlate_pinfunc() argument
533 pin_id = ATMEL_GET_PIN_NO(pinfunc); in atmel_pctl_xlate_pinfunc()
534 func_id = ATMEL_GET_PIN_FUNC(pinfunc); in atmel_pctl_xlate_pinfunc()
547 atmel_pioctrl->pins[pin_id]->ioset = ATMEL_GET_PIN_IOSET(pinfunc); in atmel_pctl_xlate_pinfunc()
566 u32 pinfunc; in atmel_pctl_dt_subnode_to_map() local
604 ret = of_property_read_u32_index(np, "pinmux", i, &pinfunc); in atmel_pctl_dt_subnode_to_map()
608 ret = atmel_pctl_xlate_pinfunc(pctldev, np, pinfunc, &group, in atmel_pctl_dt_subnode_to_map()
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/
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
Dfsl,imx7ulp-pinctrl.txt19 imx7ulp-pinfunc.h in the device tree source folder.
39 #include "imx7ulp-pinfunc.h"
Datmel,at91-pio4-pinctrl.txt34 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the
48 #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,imx35-pinctrl.txt32 Refer to imx35-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,imx6q-pinctrl.txt37 Refer to imx6q-pinfunc.h in device tree source folder for all available
Dfsl,imx53-pinctrl.txt31 Refer to imx53-pinfunc.h in device tree source folder for all available
Dfsl,imx50-pinctrl.txt31 Refer to imx50-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,imx6sl-pinctrl.txt38 Refer to imx6sl-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,vf610-pinctrl.txt40 Please refer to vf610-pinfunc.h in device tree source folder
Dfsl,imx6ul-pinctrl.txt12 imx6ul-pinfunc.h under device tree source folder. The last integer CONFIG is
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
/Linux-v5.15/arch/arm/boot/dts/
Dimx6ull.dtsi6 #include "imx6ull-pinfunc.h"
7 #include "imx6ull-pinfunc-snvs.h"
Dat91-sama5d27_som1.dtsi10 #include "sama5d2-pinfunc.h"
Dmt8135.dtsi12 #include <dt-bindings/pinctrl/mt8135-pinfunc.h>
/Linux-v5.15/drivers/pinctrl/mediatek/
Dpinctrl-paris.c400 u32 pinfunc, pin, func; in mtk_pctrl_dt_subnode_to_map() local
440 err = of_property_read_u32_index(node, "pinmux", i, &pinfunc); in mtk_pctrl_dt_subnode_to_map()
444 pin = MTK_GET_PIN_NO(pinfunc); in mtk_pctrl_dt_subnode_to_map()
445 func = MTK_GET_PIN_FUNC(pinfunc); in mtk_pctrl_dt_subnode_to_map()
Dpinctrl-mtk-common.c496 u32 pinfunc, pin, func; in mtk_pctrl_dt_subnode_to_map() local
543 i, &pinfunc); in mtk_pctrl_dt_subnode_to_map()
547 pin = MTK_GET_PIN_NO(pinfunc); in mtk_pctrl_dt_subnode_to_map()
548 func = MTK_GET_PIN_FUNC(pinfunc); in mtk_pctrl_dt_subnode_to_map()
/Linux-v5.15/arch/arm64/boot/dts/mediatek/
Dmt8167.dtsi12 #include "mt8167-pinfunc.h"
/Linux-v5.15/drivers/pinctrl/stm32/
Dpinctrl-stm32.c569 u32 pinfunc, pin, func; in stm32_pctrl_dt_subnode_to_map() local
615 i, &pinfunc); in stm32_pctrl_dt_subnode_to_map()
619 pin = STM32_GET_PIN_NO(pinfunc); in stm32_pctrl_dt_subnode_to_map()
620 func = STM32_GET_PIN_FUNC(pinfunc); in stm32_pctrl_dt_subnode_to_map()

123