Home
last modified time | relevance | path

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

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