HomeSort by relevance Sort by last modified time
    Searched defs:PAD_CTL_PUE (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-mx7ulp/
iomux.h 86 #define PAD_CTL_PUE (1 << 1)
87 #define PAD_CTL_PUS_UP ((1 << 0) | PAD_CTL_PUE)
88 #define PAD_CTL_PUS_DOWN ((0 << 0) | PAD_CTL_PUE)
  /external/u-boot/arch/arm/include/asm/mach-imx/
iomux-v3.h 105 #define PAD_CTL_PUE (0x1 << 6)
127 #define PAD_CTL_PUE (0x1 << 4)
129 #define PAD_CTL_PUS_PD100KOHM ((0x0 << 5) | PAD_CTL_PUE)
130 #define PAD_CTL_PUS_PU5KOHM ((0x1 << 5) | PAD_CTL_PUE)
131 #define PAD_CTL_PUS_PU47KOHM ((0x2 << 5) | PAD_CTL_PUE)
132 #define PAD_CTL_PUS_PU100KOHM ((0x3 << 5) | PAD_CTL_PUE)
140 #define PAD_CTL_PUS_100K_DOWN (0 << 14 | PAD_CTL_PUE)
141 #define PAD_CTL_PUS_47K_UP (1 << 14 | PAD_CTL_PUE)
142 #define PAD_CTL_PUS_100K_UP (2 << 14 | PAD_CTL_PUE)
143 #define PAD_CTL_PUS_22K_UP (3 << 14 | PAD_CTL_PUE)
    [all...]

Completed in 87 milliseconds