Searched refs:ioset (Results 1 – 7 of 7) sorted by relevance
7 ExecStart=/usr/bin/pca953x-ioset.sh
24 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the
34 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the
86 unsigned ioset; member532 atmel_pioctrl->pins[pin_id]->ioset = ATMEL_GET_PIN_IOSET(pinfunc); in atmel_pctl_xlate_pinfunc()884 atmel_pioctrl->pins[pin_id]->ioset); in atmel_conf_pin_config_dbg_show()
1 #define PINMUX_PIN(no, func, ioset) \ argument2 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
2 #define PINMUX_PIN(no, func, ioset) \ argument3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))