Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dinit.c777 SMAC_REG_READ(sh,ADR_SCRT_SET,&temp); in ssv6xxx_hw_set_replay_ignore()
780 SMAC_REG_WRITE(sh,ADR_SCRT_SET, temp); in ssv6xxx_hw_set_replay_ignore()
952 SMAC_REG_READ(sh, ADR_SCRT_SET, &regval); in ssv6xxx_init_mac()
955 SMAC_REG_WRITE(sh, ADR_SCRT_SET, regval); in ssv6xxx_init_mac()
966 SMAC_REG_READ(sh, ADR_SCRT_SET, &regval); in ssv6xxx_init_mac()
969 SMAC_REG_WRITE(sh, ADR_SCRT_SET, regval); in ssv6xxx_init_mac()
H A Ddev.c835 SMAC_REG_READ(sh,ADR_SCRT_SET,&temp); in ssv6200_hw_set_pair_type()
838 SMAC_REG_WRITE(sh,ADR_SCRT_SET, temp); in ssv6200_hw_set_pair_type()
844 SMAC_REG_READ(sh,ADR_SCRT_SET,&temp); in ssv6200_hw_get_pair_type()
847 SMAC_REG_WRITE(sh,ADR_SCRT_SET, temp); in ssv6200_hw_get_pair_type()
854 SMAC_REG_READ(sh,ADR_SCRT_SET,&temp); in ssv6200_hw_set_group_type()
857 SMAC_REG_WRITE(sh,ADR_SCRT_SET, temp); in ssv6200_hw_set_group_type()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/include/
H A Dssv6200_reg.h786 #define ADR_SCRT_SET (MAC_GLB_SET_BASE+0x00000038) macro
3103 #define GET_PAIR_SCRT (((REG32(ADR_SCRT_SET)) & 0x00000007 ) >> 0)
3104 #define GET_GRP_SCRT (((REG32(ADR_SCRT_SET)) & 0x00000038 ) >> 3)
3105 #define GET_SCRT_PKT_ID (((REG32(ADR_SCRT_SET)) & 0x00001fc0 ) >> 6)
3106 #define GET_SCRT_RPLY_IGNORE (((REG32(ADR_SCRT_SET)) & 0x00010000 ) >> 16)
6744 #define SET_PAIR_SCRT(_VAL_) (REG32(ADR_SCRT_SET)) = (((_VAL_) << 0) | ((REG32(ADR_SCRT_SET)) & 0xf…
6745 #define SET_GRP_SCRT(_VAL_) (REG32(ADR_SCRT_SET)) = (((_VAL_) << 3) | ((REG32(ADR_SCRT_SET)) & 0xff…
6746 #define SET_SCRT_PKT_ID(_VAL_) (REG32(ADR_SCRT_SET)) = (((_VAL_) << 6) | ((REG32(ADR_SCRT_SET)) & 0…
6747 #define SET_SCRT_RPLY_IGNORE(_VAL_) (REG32(ADR_SCRT_SET)) = (((_VAL_) << 16) | ((REG32(ADR_SCRT_SET
9219 #define DEF_SCRT_SET() (REG32(ADR_SCRT_SET)) = (0x00000000)