HomeSort by relevance Sort by last modified time
    Searched refs:ioreset (Results 1 - 12 of 12) sorted by null

  /external/u-boot/arch/arm/mach-tegra/
pinmux-common.c 46 #define pmux_pin_ioreset_isvalid(ioreset) \
47 (((ioreset) >= PMUX_PIN_IO_RESET_DISABLE) && \
48 ((ioreset) <= PMUX_PIN_IO_RESET_ENABLE))
306 enum pmux_pin_ioreset ioreset)
311 if (ioreset == PMUX_PIN_IO_RESET_DEFAULT)
314 /* Error check on pin and ioreset */
316 assert(pmux_pin_ioreset_isvalid(ioreset));
319 if (ioreset == PMUX_PIN_IO_RESET_ENABLE)
446 pinmux_set_ioreset(pin, config->ioreset);
  /external/u-boot/arch/arm/include/asm/arch-tegra/
pinmux.h 125 u32 ioreset:2; /* input/output reset PMUX_PIN... */ member in struct:pmux_pingrp_config
  /external/u-boot/board/nvidia/dalmore/
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/board/avionic-design/common/
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/nvidia/cardhu/
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/toradex/apalis_t30/
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/toradex/colibri_t30/
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/cei/cei-tk1-som/
pinmux-config-cei-tk1-som.h 78 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
  /external/u-boot/board/nvidia/jetson-tk1/
pinmux-config-jetson-tk1.h 86 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
  /external/u-boot/board/nvidia/nyan-big/
pinmux-config-nyan-big.h 82 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
  /external/u-boot/board/nvidia/venice2/
pinmux-config-venice2.h 93 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \
  /external/u-boot/board/toradex/apalis-tk1/
pinmux-config-apalis-tk1.h 67 .ioreset = PMUX_PIN_IO_RESET_DEFAULT, \

Completed in 90 milliseconds