Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_api_88xx.c450 HALMAC_RESTORE_INFO restore_info[DLFW_RESTORE_REG_NUM_88XX]; in halmac_download_firmware_88xx() local
485 restore_info[restore_index].length = 1; in halmac_download_firmware_88xx()
486 restore_info[restore_index].mac_register = REG_TXDMA_PQ_MAP + 1; in halmac_download_firmware_88xx()
487 restore_info[restore_index].value = HALMAC_REG_READ_8(pHalmac_adapter, REG_TXDMA_PQ_MAP + 1); in halmac_download_firmware_88xx()
494 restore_info[restore_index].length = 1; in halmac_download_firmware_88xx()
495 restore_info[restore_index].mac_register = REG_CR; in halmac_download_firmware_88xx()
496 restore_info[restore_index].value = HALMAC_REG_READ_8(pHalmac_adapter, REG_CR); in halmac_download_firmware_88xx()
498 restore_info[restore_index].length = 4; in halmac_download_firmware_88xx()
499 restore_info[restore_index].mac_register = REG_H2CQ_CSR; in halmac_download_firmware_88xx()
500 restore_info[restore_index].value = BIT(31); in halmac_download_firmware_88xx()
[all …]