Home
last modified time | relevance | path

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

/external/u-boot/doc/device-tree-bindings/pinctrl/
Datmel,at91-pio4-pinctrl.txt24 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the
/external/u-boot/arch/arm/dts/
Dsama5d2-pinfunc.h1 #define PINMUX_PIN(no, func, ioset) \ argument
2 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))