Home
last modified time | relevance | path

Searched refs:mcu_fw_ctrl (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_func_88xx.c1000 u8 mcu_fw_ctrl; in halmac_check_fw_chksum_88xx() local
1007 mcu_fw_ctrl = HALMAC_REG_READ_8(pHalmac_adapter, REG_MCUFW_CTRL); in halmac_check_fw_chksum_88xx()
1011 mcu_fw_ctrl |= BIT_IMEM_DW_OK; in halmac_check_fw_chksum_88xx()
1012 HALMAC_REG_WRITE_8(pHalmac_adapter, REG_MCUFW_CTRL, (u8)(mcu_fw_ctrl & ~(BIT_IMEM_CHKSUM_OK))); in halmac_check_fw_chksum_88xx()
1014 mcu_fw_ctrl |= BIT_DMEM_DW_OK; in halmac_check_fw_chksum_88xx()
1015 HALMAC_REG_WRITE_8(pHalmac_adapter, REG_MCUFW_CTRL, (u8)(mcu_fw_ctrl & ~(BIT_DMEM_CHKSUM_OK))); in halmac_check_fw_chksum_88xx()
1023 mcu_fw_ctrl |= BIT_IMEM_DW_OK; in halmac_check_fw_chksum_88xx()
1024 HALMAC_REG_WRITE_8(pHalmac_adapter, REG_MCUFW_CTRL, (u8)(mcu_fw_ctrl | BIT_IMEM_CHKSUM_OK)); in halmac_check_fw_chksum_88xx()
1026 mcu_fw_ctrl |= BIT_DMEM_DW_OK; in halmac_check_fw_chksum_88xx()
1027 HALMAC_REG_WRITE_8(pHalmac_adapter, REG_MCUFW_CTRL, (u8)(mcu_fw_ctrl | BIT_DMEM_CHKSUM_OK)); in halmac_check_fw_chksum_88xx()