Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-tegra/
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()
/u-boot/board/nvidia/dalmore/
A Dpinmux-config-dalmore.h18 .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, \
/u-boot/arch/arm/include/asm/arch-tegra/
A Dpinmux.h125 u32 ioreset:2; /* input/output reset PMUX_PIN... */ member
/u-boot/board/avionic-design/common/
A Dpinmux-config-tamonten-ng.h19 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
31 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
43 .ioreset = PMUX_PIN_IO_RESET_##_ioreset \
/u-boot/board/nvidia/cardhu/
A Dpinmux-config-cardhu.h18 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
30 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
42 .ioreset = PMUX_PIN_IO_RESET_##_ioreset \
/u-boot/board/toradex/apalis_t30/
A Dpinmux-config-apalis_t30.h20 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
32 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
44 .ioreset = PMUX_PIN_IO_RESET_##_ioreset \
/u-boot/board/toradex/colibri_t30/
A Dpinmux-config-colibri_t30.h20 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
32 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
44 .ioreset = PMUX_PIN_IO_RESET_##_ioreset \
/u-boot/board/cei/cei-tk1-som/
A Dpinmux-config-cei-tk1-som.h78 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
/u-boot/board/nvidia/jetson-tk1/
A Dpinmux-config-jetson-tk1.h86 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
/u-boot/board/nvidia/venice2/
A Dpinmux-config-venice2.h93 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
/u-boot/board/nvidia/nyan-big/
A Dpinmux-config-nyan-big.h82 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
/u-boot/board/toradex/apalis-tk1/
A Dpinmux-config-apalis-tk1.h66 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \

Completed in 20 milliseconds