Searched refs:IOMUX_GPIONUM_SHIFT (Results 1 - 1 of 1) sorted by relevance

/arch/arm/mach-imx/
H A Diomux-mx3.h150 #define IOMUX_GPIONUM_SHIFT 9 macro
151 #define IOMUX_GPIONUM_MASK (0xff << IOMUX_GPIONUM_SHIFT)
156 (((gpionum << IOMUX_GPIONUM_SHIFT) & IOMUX_GPIONUM_MASK) | \
162 ((iomux_pin & IOMUX_GPIONUM_MASK) >> IOMUX_GPIONUM_SHIFT)

Completed in 115 milliseconds