Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/include/
H A Dssv6200_reg.h237 #define ADR_IO_PORT_REG (SD_REG_BASE+0x00000000) macro
1870 #define GET_IO_PORT_REG (((REG32(ADR_IO_PORT_REG)) & 0x0001ffff ) >> 0)
5511 #define SET_IO_PORT_REG(_VAL_) (REG32(ADR_IO_PORT_REG)) = (((_VAL_) << 0) | ((REG32(ADR_IO_PORT_REG
8671 #define DEF_IO_PORT_REG() (REG32(ADR_IO_PORT_REG)) = (0x00010000)