Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1136/mx31/
H A Dgeneric.c113 tmp |= ((mode >> IOMUX_MODE_POS) & 0xff) << shift; in mx31_gpio_mux()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx31/
H A Dimx-regs.h787 #define IOMUX_MODE_POS 9 macro
788 #define IOMUX_MODE(contact, mode) (((mode) << IOMUX_MODE_POS) | (contact))