Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/devicetree/bindings/pinctrl/
Datmel,at91-pio4-pinctrl.txt34 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the
/linux-5.19.10/drivers/pinctrl/
Dpinctrl-at91-pio4.c96 unsigned int ioset; member
547 atmel_pioctrl->pins[pin_id]->ioset = ATMEL_GET_PIN_IOSET(pinfunc); in atmel_pctl_xlate_pinfunc()
918 atmel_pioctrl->pins[pin_id]->ioset); in atmel_conf_pin_config_dbg_show()
/linux-5.19.10/arch/arm/boot/dts/
Dsama7g5-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \ argument
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
Dsama5d2-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \ argument
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))