Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-tegra/
Dpinmux.h45 PMUX_PIN_OD_DEFAULT = 0, enumerator
/external/u-boot/board/nvidia/dalmore/
Dpinmux-config-dalmore.h17 .od = PMUX_PIN_OD_DEFAULT, \
53 .od = PMUX_PIN_OD_DEFAULT, \
/external/u-boot/board/toradex/apalis_t30/
Dpinmux-config-apalis_t30.h17 .od = PMUX_PIN_OD_DEFAULT, \
41 .od = PMUX_PIN_OD_DEFAULT, \
/external/u-boot/board/avionic-design/common/
Dpinmux-config-tamonten-ng.h18 .od = PMUX_PIN_OD_DEFAULT, \
42 .od = PMUX_PIN_OD_DEFAULT, \
/external/u-boot/board/nvidia/cardhu/
Dpinmux-config-cardhu.h17 .od = PMUX_PIN_OD_DEFAULT, \
41 .od = PMUX_PIN_OD_DEFAULT, \
/external/u-boot/board/toradex/colibri_t30/
Dpinmux-config-colibri_t30.h17 .od = PMUX_PIN_OD_DEFAULT, \
41 .od = PMUX_PIN_OD_DEFAULT, \
/external/u-boot/arch/arm/mach-tegra/
Dpinmux-common.c286 if (od == PMUX_PIN_OD_DEFAULT) in pinmux_set_od()