Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/pinctrl/
Dpinctrl-at91-pio4.c88 unsigned ioset; member
461 atmel_pioctrl->pins[pin_id]->ioset = ATMEL_GET_PIN_IOSET(pinfunc); in atmel_pctl_xlate_pinfunc()
796 atmel_pioctrl->pins[pin_id]->ioset); in atmel_conf_pin_config_dbg_show()
/linux-4.4.14/arch/arm/boot/dts/
Dsama5d2-pinfunc.h1 #define PINMUX_PIN(no, func, ioset) \ argument
2 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))