Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dreg.h110 #define BIT_FW_DW_RDY BIT(14) macro
123 #define FW_READY (BIT_FW_INIT_RDY | BIT_FW_DW_RDY | \
H A Dmac.c770 fw_ctrl = (fw_ctrl | BIT_FW_DW_RDY) & ~BIT_MCUFWDL_EN; in download_firmware_end_flow()