Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/include/
H A Dssv6200_reg.h233 #define ADR_PAD70 (GPIO_REG_BASE+0x000000c4) macro
1829 #define GET_PAD70_OE (((REG32(ADR_PAD70)) & 0x00000001 ) >> 0)
1830 #define GET_PAD70_PE (((REG32(ADR_PAD70)) & 0x00000002 ) >> 1)
1831 #define GET_PAD70_DS (((REG32(ADR_PAD70)) & 0x00000004 ) >> 2)
1832 #define GET_PAD70_IE (((REG32(ADR_PAD70)) & 0x00000008 ) >> 3)
1833 #define GET_PAD70_SEL_I (((REG32(ADR_PAD70)) & 0x00000030 ) >> 4)
1834 #define GET_PAD70_OD (((REG32(ADR_PAD70)) & 0x00000100 ) >> 8)
1835 #define GET_PAD70_SEL_O (((REG32(ADR_PAD70)) & 0x00007000 ) >> 12)
1836 #define GET_GPIO_21_ID (((REG32(ADR_PAD70)) & 0x10000000 ) >> 28)
5470 #define SET_PAD70_OE(_VAL_) (REG32(ADR_PAD70)) = (((_VAL_) << 0) | ((REG32(ADR_PAD70)) & 0xfffffffe…
[all …]