Searched refs:ADR_PAD50 (Results 1 – 1 of 1) sorted by relevance
215 #define ADR_PAD50 (GPIO_REG_BASE+0x0000007c) macro1686 #define GET_PAD50_OE (((REG32(ADR_PAD50)) & 0x00000001 ) >> 0)1687 #define GET_PAD50_PE (((REG32(ADR_PAD50)) & 0x00000002 ) >> 1)1688 #define GET_PAD50_DS (((REG32(ADR_PAD50)) & 0x00000004 ) >> 2)1689 #define GET_PAD50_IE (((REG32(ADR_PAD50)) & 0x00000008 ) >> 3)1690 #define GET_PAD50_SEL_I (((REG32(ADR_PAD50)) & 0x00000070 ) >> 4)1691 #define GET_PAD50_OD (((REG32(ADR_PAD50)) & 0x00000100 ) >> 8)1692 #define GET_PAD50_SEL_O (((REG32(ADR_PAD50)) & 0x00003000 ) >> 12)1693 #define GET_PAD50_SEL_OE (((REG32(ADR_PAD50)) & 0x00100000 ) >> 20)1694 #define GET_GPIO_12_ID (((REG32(ADR_PAD50)) & 0x10000000 ) >> 28)[all …]