Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/include/
H A Dssv6200_reg.h220 #define ADR_PAD56 (GPIO_REG_BASE+0x00000090) macro
1726 #define GET_PAD56_PE (((REG32(ADR_PAD56)) & 0x00000002 ) >> 1)
1727 #define GET_PAD56_DS (((REG32(ADR_PAD56)) & 0x00000004 ) >> 2)
1728 #define GET_PAD56_SEL_I (((REG32(ADR_PAD56)) & 0x00000010 ) >> 4)
1729 #define GET_PAD56_OD (((REG32(ADR_PAD56)) & 0x00000100 ) >> 8)
1730 #define GET_JTAG_TDI_ID (((REG32(ADR_PAD56)) & 0x10000000 ) >> 28)
5367 #define SET_PAD56_PE(_VAL_) (REG32(ADR_PAD56)) = (((_VAL_) << 1) | ((REG32(ADR_PAD56)) & 0xfffffffd…
5368 #define SET_PAD56_DS(_VAL_) (REG32(ADR_PAD56)) = (((_VAL_) << 2) | ((REG32(ADR_PAD56)) & 0xfffffffb…
5369 #define SET_PAD56_SEL_I(_VAL_) (REG32(ADR_PAD56)) = (((_VAL_) << 4) | ((REG32(ADR_PAD56)) & 0xfffff…
5370 #define SET_PAD56_OD(_VAL_) (REG32(ADR_PAD56)) = (((_VAL_) << 8) | ((REG32(ADR_PAD56)) & 0xfffffeff…
[all …]