Searched refs:ADR_PAD64 (Results 1 – 1 of 1) sorted by relevance
227 #define ADR_PAD64 (GPIO_REG_BASE+0x000000ac) macro1780 #define GET_PAD64_OE (((REG32(ADR_PAD64)) & 0x00000001 ) >> 0)1781 #define GET_PAD64_PE (((REG32(ADR_PAD64)) & 0x00000002 ) >> 1)1782 #define GET_PAD64_DS (((REG32(ADR_PAD64)) & 0x00000004 ) >> 2)1783 #define GET_PAD64_IE (((REG32(ADR_PAD64)) & 0x00000008 ) >> 3)1784 #define GET_PAD64_SEL_I (((REG32(ADR_PAD64)) & 0x00000070 ) >> 4)1785 #define GET_PAD64_OD (((REG32(ADR_PAD64)) & 0x00000100 ) >> 8)1786 #define GET_PAD64_SEL_O (((REG32(ADR_PAD64)) & 0x00003000 ) >> 12)1787 #define GET_PAD64_SEL_OE (((REG32(ADR_PAD64)) & 0x00100000 ) >> 20)1788 #define GET_GPIO_15_IP_ID (((REG32(ADR_PAD64)) & 0x10000000 ) >> 28)[all …]