Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-imx/
Diomux-imx31.c41 #define IOMUX_REG_MASK (IOMUX_PADNUM_MASK & ~0x3)
76 pin &= IOMUX_PADNUM_MASK; in mxc_iomux_set_pad()
100 unsigned pad = pin & IOMUX_PADNUM_MASK; in mxc_iomux_alloc_pin()
140 unsigned pad = pin & IOMUX_PADNUM_MASK; in mxc_iomux_release_pin()
Diomux-mx3.h149 #define IOMUX_PADNUM_MASK 0x1ff macro
157 (padnum & IOMUX_PADNUM_MASK))