Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_api_88xx.c386 struct halmac_restore_info restore_info[DLFW_RESTORE_REG_NUM_88XX]; in halmac_download_firmware_88xx() local
435 restore_info[restore_index].length = 1; in halmac_download_firmware_88xx()
436 restore_info[restore_index].mac_register = REG_TXDMA_PQ_MAP + 1; in halmac_download_firmware_88xx()
437 restore_info[restore_index].value = in halmac_download_firmware_88xx()
447 restore_info[restore_index].length = 1; in halmac_download_firmware_88xx()
448 restore_info[restore_index].mac_register = REG_CR; in halmac_download_firmware_88xx()
449 restore_info[restore_index].value = in halmac_download_firmware_88xx()
452 restore_info[restore_index].length = 4; in halmac_download_firmware_88xx()
453 restore_info[restore_index].mac_register = REG_H2CQ_CSR; in halmac_download_firmware_88xx()
454 restore_info[restore_index].value = BIT(31); in halmac_download_firmware_88xx()
[all …]
Dhalmac_func_88xx.h244 struct halmac_restore_info *restore_info,
Dhalmac_func_88xx.c3671 struct halmac_restore_info *restore_info, in halmac_restore_mac_register_88xx() argument
3679 struct halmac_restore_info *curr_restore_info = restore_info; in halmac_restore_mac_register_88xx()