Home
last modified time | relevance | path

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

/src/sys/contrib/device-tree/Bindings/pinctrl/
H A Datmel,at91-pio4-pinctrl.txt35 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the
/src/sys/contrib/device-tree/src/arm/microchip/
H A Dsama7d65-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \ argument
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
H A Dsama5d2-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \ argument
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
H A Dsama7g5-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \ argument
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))