Home
last modified time | relevance | path

Searched refs:schmt (Results 1 – 16 of 16) sorted by relevance

/external/u-boot/arch/arm/mach-tegra/
Dpinmux-common.c71 #define pmux_schmt_isvalid(schmt) \ argument
72 (((schmt) >= PMUX_SCHMT_DISABLE) && ((schmt) <= PMUX_SCHMT_ENABLE))
380 static void pinmux_set_schmt(enum pmux_pingrp pin, enum pmux_schmt schmt) in pinmux_set_schmt() argument
386 if (schmt == PMUX_SCHMT_NONE) in pinmux_set_schmt()
391 assert(pmux_schmt_isvalid(schmt)); in pinmux_set_schmt()
394 if (schmt == PMUX_SCHMT_ENABLE) in pinmux_set_schmt()
455 pinmux_set_schmt(pin, config->schmt); in pinmux_config_pingrp()
623 static void pinmux_set_schmt(enum pmux_drvgrp grp, enum pmux_schmt schmt) in pinmux_set_schmt() argument
629 if (schmt == PMUX_SCHMT_NONE) in pinmux_set_schmt()
634 assert(pmux_schmt_isvalid(schmt)); in pinmux_set_schmt()
[all …]
/external/u-boot/arch/arm/include/asm/arch-tegra/
Dpinmux.h135 u32 schmt:2; /* schmitt enable */ member
215 u32 schmt:2; /* schmidt enable */ member
/external/u-boot/board/nvidia/dalmore/
Dpinmux-config-dalmore.h79 .schmt = PMUX_SCHMT_##_schmt, \
/external/u-boot/board/nvidia/p2371-0000/
Dpinmux-config-p2371-0000.h260 .schmt = PMUX_SCHMT_##_schmt, \
/external/u-boot/board/nvidia/p2571/
Dpinmux-config-p2571.h235 .schmt = PMUX_SCHMT_##_schmt, \
/external/u-boot/board/nvidia/e2220-1170/
Dpinmux-config-e2220-1170.h269 .schmt = PMUX_SCHMT_##_schmt, \
/external/u-boot/board/nvidia/p2371-2180/
Dpinmux-config-p2371-2180.h271 .schmt = PMUX_SCHMT_##_schmt, \
/external/u-boot/board/toradex/apalis_t30/
Dpinmux-config-apalis_t30.h53 .schmt = PMUX_SCHMT_##_schmt, \
/external/u-boot/board/avionic-design/common/
Dpinmux-config-tamonten-ng.h54 .schmt = PMUX_SCHMT_##_schmt, \
/external/u-boot/board/nvidia/cardhu/
Dpinmux-config-cardhu.h53 .schmt = PMUX_SCHMT_##_schmt, \
/external/u-boot/board/toradex/colibri_t30/
Dpinmux-config-colibri_t30.h53 .schmt = PMUX_SCHMT_##_schmt, \
/external/u-boot/board/toradex/apalis-tk1/
Dpinmux-config-apalis-tk1.h279 .schmt = PMUX_SCHMT_##_schmt, \
/external/u-boot/board/cei/cei-tk1-som/
Dpinmux-config-cei-tk1-som.h282 .schmt = PMUX_SCHMT_##_schmt, \
/external/u-boot/board/nvidia/venice2/
Dpinmux-config-venice2.h298 .schmt = PMUX_SCHMT_##_schmt, \
/external/u-boot/board/nvidia/jetson-tk1/
Dpinmux-config-jetson-tk1.h290 .schmt = PMUX_SCHMT_##_schmt, \
/external/u-boot/board/nvidia/nyan-big/
Dpinmux-config-nyan-big.h287 .schmt = PMUX_SCHMT_##_schmt, \