Searched refs:IOMUX_PIN (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/ |
H A D | imx-regs.h | 159 MX31_PIN_READ = IOMUX_PIN(0xff, 24), 180 MX31_PIN_LD9 = IOMUX_PIN(0xff, 45), 181 MX31_PIN_LD8 = IOMUX_PIN(0xff, 46), 182 MX31_PIN_LD7 = IOMUX_PIN(0xff, 47), 183 MX31_PIN_LD6 = IOMUX_PIN(0xff, 48), 184 MX31_PIN_LD5 = IOMUX_PIN(0xff, 49), 185 MX31_PIN_LD4 = IOMUX_PIN(0xff, 50), 186 MX31_PIN_LD3 = IOMUX_PIN(0xff, 51), 187 MX31_PIN_LD2 = IOMUX_PIN(0xff, 52), 188 MX31_PIN_LD1 = IOMUX_PIN(0xff, 53), [all …]
|
/openbmc/u-boot/drivers/video/ |
H A D | mx3fb.c | 238 #define IOMUX_PIN(gpionum, padnum) ((padnum) & IOMUX_PADNUM_MASK) macro
|