Searched refs:ioreset (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/arch/arm/mach-tegra/ |
D | pinmux-common.c | 46 #define pmux_pin_ioreset_isvalid(ioreset) \ argument 47 (((ioreset) >= PMUX_PIN_IO_RESET_DISABLE) && \ 48 ((ioreset) <= PMUX_PIN_IO_RESET_ENABLE)) 306 enum pmux_pin_ioreset ioreset) in pinmux_set_ioreset() argument 311 if (ioreset == PMUX_PIN_IO_RESET_DEFAULT) in pinmux_set_ioreset() 316 assert(pmux_pin_ioreset_isvalid(ioreset)); in pinmux_set_ioreset() 319 if (ioreset == PMUX_PIN_IO_RESET_ENABLE) in pinmux_set_ioreset() 446 pinmux_set_ioreset(pin, config->ioreset); in pinmux_config_pingrp()
|
/external/u-boot/board/nvidia/dalmore/ |
D | pinmux-config-dalmore.h | 18 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \ 30 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \ 42 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \ 54 .ioreset = PMUX_PIN_IO_RESET_##_ioreset \ 66 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
|
/external/u-boot/arch/arm/include/asm/arch-tegra/ |
D | pinmux.h | 125 u32 ioreset:2; /* input/output reset PMUX_PIN... */ member
|
/external/u-boot/board/toradex/apalis_t30/ |
D | pinmux-config-apalis_t30.h | 18 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \ 30 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \ 42 .ioreset = PMUX_PIN_IO_RESET_##_ioreset \
|
/external/u-boot/board/nvidia/cardhu/ |
D | pinmux-config-cardhu.h | 18 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \ 30 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \ 42 .ioreset = PMUX_PIN_IO_RESET_##_ioreset \
|
/external/u-boot/board/avionic-design/common/ |
D | pinmux-config-tamonten-ng.h | 19 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \ 31 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \ 43 .ioreset = PMUX_PIN_IO_RESET_##_ioreset \
|
/external/u-boot/board/toradex/colibri_t30/ |
D | pinmux-config-colibri_t30.h | 18 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \ 30 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \ 42 .ioreset = PMUX_PIN_IO_RESET_##_ioreset \
|
/external/u-boot/board/toradex/apalis-tk1/ |
D | pinmux-config-apalis-tk1.h | 66 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
|
/external/u-boot/board/nvidia/jetson-tk1/ |
D | pinmux-config-jetson-tk1.h | 86 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
|
/external/u-boot/board/nvidia/nyan-big/ |
D | pinmux-config-nyan-big.h | 82 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
|
/external/u-boot/board/nvidia/venice2/ |
D | pinmux-config-venice2.h | 93 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
|
/external/u-boot/board/cei/cei-tk1-som/ |
D | pinmux-config-cei-tk1-som.h | 78 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
|