Searched refs:ADR_PAD48 (Results 1 – 1 of 1) sorted by relevance
213 #define ADR_PAD48 (GPIO_REG_BASE+0x00000074) macro1667 #define GET_PAD48_OE (((REG32(ADR_PAD48)) & 0x00000001 ) >> 0)1668 #define GET_PAD48_PE (((REG32(ADR_PAD48)) & 0x00000002 ) >> 1)1669 #define GET_PAD48_DS (((REG32(ADR_PAD48)) & 0x00000004 ) >> 2)1670 #define GET_PAD48_IE (((REG32(ADR_PAD48)) & 0x00000008 ) >> 3)1671 #define GET_PAD48_SEL_I (((REG32(ADR_PAD48)) & 0x00000070 ) >> 4)1672 #define GET_PAD48_OD (((REG32(ADR_PAD48)) & 0x00000100 ) >> 8)1673 #define GET_PAD48_PE_SEL (((REG32(ADR_PAD48)) & 0x00000800 ) >> 11)1674 #define GET_PAD48_SEL_O (((REG32(ADR_PAD48)) & 0x00003000 ) >> 12)1675 #define GET_PAD48_SEL_OE (((REG32(ADR_PAD48)) & 0x00100000 ) >> 20)[all …]