Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/pinctrl/
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()
/linux-6.6.21/arch/arm/boot/dts/microchip/
Dsama5d2-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \ argument
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
Dsama7g5-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \ argument
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))