Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_fw_88xx.c43 u32 mac_register; member
149 bckp[bckp_idx].mac_register = REG_TXDMA_PQ_MAP + 1; in download_firmware_88xx()
158 bckp[bckp_idx].mac_register = REG_CR; in download_firmware_88xx()
162 bckp[bckp_idx].mac_register = REG_H2CQ_CSR; in download_firmware_88xx()
171 bckp[bckp_idx].mac_register = REG_FIFOPAGE_INFO_1; in download_firmware_88xx()
175 bckp[bckp_idx].mac_register = REG_RQPN_CTRL_2; in download_firmware_88xx()
184 bckp[bckp_idx].mac_register = REG_BCN_CTRL; in download_firmware_88xx()
633 reg = curr_info->mac_register; in restore_mac_reg_88xx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/
H A Dhalmac_fw_88xx.c42 u32 mac_register; member
148 bckp[bckp_idx].mac_register = REG_TXDMA_PQ_MAP + 1; in download_firmware_88xx()
157 bckp[bckp_idx].mac_register = REG_CR; in download_firmware_88xx()
161 bckp[bckp_idx].mac_register = REG_H2CQ_CSR; in download_firmware_88xx()
170 bckp[bckp_idx].mac_register = REG_FIFOPAGE_INFO_1; in download_firmware_88xx()
174 bckp[bckp_idx].mac_register = REG_RQPN_CTRL_2; in download_firmware_88xx()
183 bckp[bckp_idx].mac_register = REG_BCN_CTRL; in download_firmware_88xx()
632 reg = curr_info->mac_register; in restore_mac_reg_88xx()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/
H A Dhalmac_fw_88xx.c42 u32 mac_register; member
148 bckp[bckp_idx].mac_register = REG_TXDMA_PQ_MAP + 1; in download_firmware_88xx()
157 bckp[bckp_idx].mac_register = REG_CR; in download_firmware_88xx()
161 bckp[bckp_idx].mac_register = REG_H2CQ_CSR; in download_firmware_88xx()
170 bckp[bckp_idx].mac_register = REG_FIFOPAGE_INFO_1; in download_firmware_88xx()
174 bckp[bckp_idx].mac_register = REG_RQPN_CTRL_2; in download_firmware_88xx()
183 bckp[bckp_idx].mac_register = REG_BCN_CTRL; in download_firmware_88xx()
632 reg = curr_info->mac_register; in restore_mac_reg_88xx()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_fw_88xx.c42 u32 mac_register; member
148 bckp[bckp_idx].mac_register = REG_TXDMA_PQ_MAP + 1; in download_firmware_88xx()
157 bckp[bckp_idx].mac_register = REG_CR; in download_firmware_88xx()
161 bckp[bckp_idx].mac_register = REG_H2CQ_CSR; in download_firmware_88xx()
170 bckp[bckp_idx].mac_register = REG_FIFOPAGE_INFO_1; in download_firmware_88xx()
174 bckp[bckp_idx].mac_register = REG_RQPN_CTRL_2; in download_firmware_88xx()
183 bckp[bckp_idx].mac_register = REG_BCN_CTRL; in download_firmware_88xx()
632 reg = curr_info->mac_register; in restore_mac_reg_88xx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_api_88xx.c486 restore_info[restore_index].mac_register = REG_TXDMA_PQ_MAP + 1; in halmac_download_firmware_88xx()
495 restore_info[restore_index].mac_register = REG_CR; in halmac_download_firmware_88xx()
499 restore_info[restore_index].mac_register = REG_H2CQ_CSR; in halmac_download_firmware_88xx()
508 restore_info[restore_index].mac_register = REG_FIFOPAGE_INFO_1; in halmac_download_firmware_88xx()
512 restore_info[restore_index].mac_register = REG_RQPN_CTRL_2; in halmac_download_firmware_88xx()
548 restore_info[restore_index].mac_register = REG_CR + 1; in halmac_download_firmware_88xx()
556 restore_info[restore_index].mac_register = REG_BCN_CTRL; in halmac_download_firmware_88xx()
564 restore_info[restore_index].mac_register = REG_FWHW_TXQ_CTRL + 2; in halmac_download_firmware_88xx()
571 restore_info[restore_index].mac_register = REG_FIFOPAGE_CTRL_2; in halmac_download_firmware_88xx()
H A Dhalmac_func_88xx.c3289 u32 mac_register; in halmac_restore_mac_register_88xx() local
3297 mac_register = pCurr_restore_info->mac_register; in halmac_restore_mac_register_88xx()
3302 HALMAC_REG_WRITE_8(pHalmac_adapter, mac_register, (u8)mac_value); in halmac_restore_mac_register_88xx()
3304 HALMAC_REG_WRITE_16(pHalmac_adapter, mac_register, (u16)mac_value); in halmac_restore_mac_register_88xx()
3306 HALMAC_REG_WRITE_32(pHalmac_adapter, mac_register, mac_value); in halmac_restore_mac_register_88xx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/
H A Dhalmac_type.h1374 u32 mac_register; member