Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ssvdevice/
H A Dssv_cmd.c397 const u32 reg_wsid[]={ ADR_WSID0, ADR_WSID1 }; in ssv_cmd_dump() local
403 if(SSV_REG_READ1(ssv6xxx_debug_ifops, reg_wsid[s], &regval)); in ssv_cmd_dump()
407 if(SSV_REG_READ1(ssv6xxx_debug_ifops, reg_wsid[s]+4, &regval)); in ssv_cmd_dump()
411 if(SSV_REG_READ1(ssv6xxx_debug_ifops, reg_wsid[s]+8, &regval)); in ssv_cmd_dump()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Ddev.c3802 u32 reg_wsid[] = {ADR_WSID0, ADR_WSID1}; local
3917 SMAC_REG_READ(sc->sh, reg_wsid[s], &reg_val);
3921 SMAC_REG_WRITE(sc->sh, reg_wsid[s]+4, *((u32 *)&sta->addr[0]));
3922 SMAC_REG_WRITE(sc->sh, reg_wsid[s]+8, *((u32 *)&sta->addr[4]));
3923 SMAC_REG_WRITE(sc->sh, reg_wsid[s], 1);
4000 u32 reg_wsid[] = {ADR_WSID0, ADR_WSID1}; local
4099 SMAC_REG_WRITE(sc->sh, reg_wsid[hw_wsid], 0x00);