Searched refs:ioset (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | atmel,at91-pio4-pinctrl.txt | 35 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-at91-pio4.c | 100 unsigned int ioset; member 550 atmel_pioctrl->pins[pin_id]->ioset = ATMEL_GET_PIN_IOSET(pinfunc); in atmel_pctl_xlate_pinfunc() 945 seq_printf(s, " (%s, ioset %u) ", in atmel_conf_pin_config_dbg_show() 947 atmel_pioctrl->pins[pin_id]->ioset); in atmel_conf_pin_config_dbg_show()
|
/linux/arch/arm/boot/dts/microchip/ |
H A D | sama7d65-pinfunc.h | 2 #define PINMUX_PIN(no, func, ioset) \ argument 3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
|
H A D | sama7g5-pinfunc.h | 2 #define PINMUX_PIN(no, func, ioset) \ argument 3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
|
H A D | sama5d2-pinfunc.h | 2 #define PINMUX_PIN(no, func, ioset) \ argument 3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
|