Searched refs:ADR_PAD28 (Results 1 – 2 of 2) sorted by relevance
200 #define ADR_PAD28 (GPIO_REG_BASE+0x00000040) macro1562 #define GET_PAD28_OE (((REG32(ADR_PAD28)) & 0x00000001 ) >> 0)1563 #define GET_PAD28_PE (((REG32(ADR_PAD28)) & 0x00000002 ) >> 1)1564 #define GET_PAD28_DS (((REG32(ADR_PAD28)) & 0x00000004 ) >> 2)1565 #define GET_PAD28_IE (((REG32(ADR_PAD28)) & 0x00000008 ) >> 3)1566 #define GET_PAD28_SEL_I (((REG32(ADR_PAD28)) & 0x00000070 ) >> 4)1567 #define GET_PAD28_OD (((REG32(ADR_PAD28)) & 0x00000100 ) >> 8)1568 #define GET_PAD28_SEL_O (((REG32(ADR_PAD28)) & 0x0000f000 ) >> 12)1569 #define GET_PAD28_SEL_OE (((REG32(ADR_PAD28)) & 0x00100000 ) >> 20)1570 #define GET_GPIO_3_ID (((REG32(ADR_PAD28)) & 0x10000000 ) >> 28)[all …]
1052 SMAC_REG_WRITE(sh, ADR_PAD28, 8); in ssv6xxx_init_mac()