Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/board/rockchip/electric/fs-overlay/etc/systemd/system/multi-user.target.wants/
H A Dpca953x-ioset.service7 ExecStart=/usr/bin/pca953x-ioset.sh
/OK3568_Linux_fs/buildroot/board/rockchip/electric/fs-overlay/usr/lib/systemd/system/
H A Dpca953x-ioset.service7 ExecStart=/usr/bin/pca953x-ioset.sh
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/pinctrl/
H A Datmel,at91-pio4-pinctrl.txt24 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Datmel,at91-pio4-pinctrl.txt34 ioset settings. Use the macros from boot/dts/<soc>-pinfunc.h file to get the
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-at91-pio4.c86 unsigned ioset; member
532 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()
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dsama5d2-pinfunc.h1 #define PINMUX_PIN(no, func, ioset) \ argument
2 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsama5d2-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \ argument
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))