Home
last modified time | relevance | path

Searched refs:ioset (Results 1 – 6 of 6) sorted by relevance

/openbmc/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
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Datmel,at91-pio4-pinctrl.txt34 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-at91-pio4.c100 unsigned int ioset; member
546 atmel_pioctrl->pins[pin_id]->ioset = ATMEL_GET_PIN_IOSET(pinfunc); in atmel_pctl_xlate_pinfunc()
944 atmel_pioctrl->pins[pin_id]->ioset); in atmel_conf_pin_config_dbg_show()
/openbmc/u-boot/arch/arm/dts/
H A Dsama5d2-pinfunc.h1 #define PINMUX_PIN(no, func, ioset) \ argument
2 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dsama7g5-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \ argument
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
H A Dsama5d2-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \ argument
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))