Home
last modified time | relevance | path

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

1234

/linux/drivers/pinctrl/
A 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()
A Dpinctrl-apple-gpio.c101 u32 pinfunc, pin, func; in apple_gpio_dt_node_to_map() local
128 ret = of_property_read_u32_index(node, "pinmux", i, &pinfunc); in apple_gpio_dt_node_to_map()
132 pin = APPLE_PIN(pinfunc); in apple_gpio_dt_node_to_map()
133 func = APPLE_FUNC(pinfunc); in apple_gpio_dt_node_to_map()
/linux/Documentation/devicetree/bindings/pinctrl/
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
A Dfsl,imx7ulp-pinctrl.txt19 imx7ulp-pinfunc.h in the device tree source folder.
39 #include "imx7ulp-pinfunc.h"
A Dst,stm32-pinctrl.yaml53 More details in include/dt-bindings/pinctrl/stm32-pinfunc.h
130 defined in dt-bindings/pinctrl/<soc>-pinfunc.h directly.
145 - include/dt-bindings/pinctrl/stm32-pinfunc.h
197 #include <dt-bindings/pinctrl/stm32-pinfunc.h>
A 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>
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.
A Dfsl,imx25-pinctrl.txt22 Refer to imx25-pinfunc.h in device tree source folder for all available
A Dpinctrl-mt8192.yaml80 as macros in dt-bindings/pinctrl/<soc>-pinfunc.h directly.
125 #include <dt-bindings/pinctrl/mt8192-pinfunc.h>
A Dmediatek,mt65xx-pinctrl.yaml88 defined as macros in <soc>-pinfunc.h directly.
128 #include <dt-bindings/pinctrl/mt8135-pinfunc.h>
A Dmediatek,mt6797-pinctrl.yaml76 defined as macros in <soc>-pinfunc.h directly.
149 #include <dt-bindings/pinctrl/mt6797-pinfunc.h>
A Dfsl,imx35-pinctrl.txt32 Refer to imx35-pinfunc.h in device tree source folder for all available
A Dfsl,imx50-pinctrl.txt31 Refer to imx50-pinfunc.h in device tree source folder for all available
A Dfsl,imx51-pinctrl.txt31 Refer to imx51-pinfunc.h in device tree source folder for all available
A Dfsl,imx53-pinctrl.txt31 Refer to imx53-pinfunc.h in device tree source folder for all available
A Dfsl,imx6q-pinctrl.txt37 Refer to imx6q-pinfunc.h in device tree source folder for all available
A Dfsl,imx6dl-pinctrl.txt37 Refer to imx6dl-pinfunc.h in device tree source folder for all available
A Dfsl,imx6sl-pinctrl.txt38 Refer to imx6sl-pinfunc.h in device tree source folder for all available
A Dfsl,imx6sx-pinctrl.txt11 imx6sx-pinfunc.h under device tree source folder. The last integer CONFIG is
A Dmediatek,mt6779-pinctrl.yaml91 as macros in boot/dts/<soc>-pinfunc.h directly.
144 #include <dt-bindings/pinctrl/mt6779-pinfunc.h>
A Dfsl,vf610-pinctrl.txt40 Please refer to vf610-pinfunc.h in device tree source folder
A Dfsl,imx6ul-pinctrl.txt12 imx6ul-pinfunc.h under device tree source folder. The last integer CONFIG is
A Dpinctrl-mt8195.yaml86 as macros in dt-bindings/pinctrl/<soc>-pinfunc.h directly.
204 #include <dt-bindings/pinctrl/mt8195-pinfunc.h>
/linux/arch/arm/boot/dts/
A Dimx6ull.dtsi6 #include "imx6ull-pinfunc.h"
7 #include "imx6ull-pinfunc-snvs.h"
A Dstm32mp13-pinctrl.dtsi6 #include <dt-bindings/pinctrl/stm32-pinfunc.h>

Completed in 26 milliseconds

1234