Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dpinmux.h46 PMUX_PIN_OD_DEFAULT = 0, enumerator
/OK3568_Linux_fs/u-boot/board/nvidia/dalmore/
H A Dpinmux-config-dalmore.h18 .od = PMUX_PIN_OD_DEFAULT, \
54 .od = PMUX_PIN_OD_DEFAULT, \
/OK3568_Linux_fs/u-boot/board/avionic-design/common/
H A Dpinmux-config-tamonten-ng.h19 .od = PMUX_PIN_OD_DEFAULT, \
43 .od = PMUX_PIN_OD_DEFAULT, \
/OK3568_Linux_fs/u-boot/board/nvidia/cardhu/
H A Dpinmux-config-cardhu.h18 .od = PMUX_PIN_OD_DEFAULT, \
42 .od = PMUX_PIN_OD_DEFAULT, \
/OK3568_Linux_fs/u-boot/board/toradex/apalis_t30/
H A Dpinmux-config-apalis_t30.h18 .od = PMUX_PIN_OD_DEFAULT, \
42 .od = PMUX_PIN_OD_DEFAULT, \
/OK3568_Linux_fs/u-boot/board/toradex/colibri_t30/
H A Dpinmux-config-colibri_t30.h18 .od = PMUX_PIN_OD_DEFAULT, \
42 .od = PMUX_PIN_OD_DEFAULT, \
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Dpinmux-common.c287 if (od == PMUX_PIN_OD_DEFAULT) in pinmux_set_od()