Home
last modified time | relevance | path

Searched refs:IOMUX_PADNUM_MASK (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-imx/
Diomux-imx31.c28 #define IOMUX_REG_MASK (IOMUX_PADNUM_MASK & ~0x3)
63 pin &= IOMUX_PADNUM_MASK; in mxc_iomux_set_pad()
87 unsigned pad = pin & IOMUX_PADNUM_MASK; in mxc_iomux_alloc_pin()
127 unsigned pad = pin & IOMUX_PADNUM_MASK; in mxc_iomux_release_pin()
Diomux-mx3.h136 #define IOMUX_PADNUM_MASK 0x1ff macro
144 (padnum & IOMUX_PADNUM_MASK))