Home
last modified time | relevance | path

Searched refs:ioreset (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Dpinmux-common.c47 #define pmux_pin_ioreset_isvalid(ioreset) \ argument
48 (((ioreset) >= PMUX_PIN_IO_RESET_DISABLE) && \
49 ((ioreset) <= PMUX_PIN_IO_RESET_ENABLE))
307 enum pmux_pin_ioreset ioreset) in pinmux_set_ioreset() argument
312 if (ioreset == PMUX_PIN_IO_RESET_DEFAULT) in pinmux_set_ioreset()
317 assert(pmux_pin_ioreset_isvalid(ioreset)); in pinmux_set_ioreset()
320 if (ioreset == PMUX_PIN_IO_RESET_ENABLE) in pinmux_set_ioreset()
447 pinmux_set_ioreset(pin, config->ioreset); in pinmux_config_pingrp()
/OK3568_Linux_fs/u-boot/board/nvidia/dalmore/
H A Dpinmux-config-dalmore.h19 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
31 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
43 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
55 .ioreset = PMUX_PIN_IO_RESET_##_ioreset \
67 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dpinmux.h126 u32 ioreset:2; /* input/output reset PMUX_PIN... */ member
/OK3568_Linux_fs/u-boot/board/avionic-design/common/
H A Dpinmux-config-tamonten-ng.h20 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
32 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
44 .ioreset = PMUX_PIN_IO_RESET_##_ioreset \
/OK3568_Linux_fs/u-boot/board/nvidia/cardhu/
H A Dpinmux-config-cardhu.h19 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
31 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
43 .ioreset = PMUX_PIN_IO_RESET_##_ioreset \
/OK3568_Linux_fs/u-boot/board/toradex/apalis_t30/
H A Dpinmux-config-apalis_t30.h19 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
31 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
43 .ioreset = PMUX_PIN_IO_RESET_##_ioreset \
/OK3568_Linux_fs/u-boot/board/toradex/colibri_t30/
H A Dpinmux-config-colibri_t30.h19 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
31 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
43 .ioreset = PMUX_PIN_IO_RESET_##_ioreset \
/OK3568_Linux_fs/u-boot/board/cei/cei-tk1-som/
H A Dpinmux-config-cei-tk1-som.h79 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
/OK3568_Linux_fs/u-boot/board/nvidia/nyan-big/
H A Dpinmux-config-nyan-big.h83 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
/OK3568_Linux_fs/u-boot/board/nvidia/jetson-tk1/
H A Dpinmux-config-jetson-tk1.h87 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
/OK3568_Linux_fs/u-boot/board/toradex/apalis-tk1/
H A Dpinmux-config-apalis-tk1.h68 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
/OK3568_Linux_fs/u-boot/board/nvidia/venice2/
H A Dpinmux-config-venice2.h94 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \