Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/include/
H A Dssv6200_reg.h234 #define ADR_PAD231 (GPIO_REG_BASE+0x000000c8) macro
1837 #define GET_PAD231_OE (((REG32(ADR_PAD231)) & 0x00000001 ) >> 0)
1838 #define GET_PAD231_PE (((REG32(ADR_PAD231)) & 0x00000002 ) >> 1)
1839 #define GET_PAD231_DS (((REG32(ADR_PAD231)) & 0x00000004 ) >> 2)
1840 #define GET_PAD231_IE (((REG32(ADR_PAD231)) & 0x00000008 ) >> 3)
1841 #define GET_PAD231_OD (((REG32(ADR_PAD231)) & 0x00000100 ) >> 8)
1842 #define GET_PIN_40_OR_56_ID (((REG32(ADR_PAD231)) & 0x10000000 ) >> 28)
5478 #define SET_PAD231_OE(_VAL_) (REG32(ADR_PAD231)) = (((_VAL_) << 0) | ((REG32(ADR_PAD231)) & 0xfffff…
5479 #define SET_PAD231_PE(_VAL_) (REG32(ADR_PAD231)) = (((_VAL_) << 1) | ((REG32(ADR_PAD231)) & 0xfffff…
5480 #define SET_PAD231_DS(_VAL_) (REG32(ADR_PAD231)) = (((_VAL_) << 2) | ((REG32(ADR_PAD231)) & 0xfffff…
[all …]