Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Dreg.h142 #define BIT_RAM_DL_SEL BIT(7) /* legacy only */ macro
157 BIT_WINTINI_RDY | BIT_RAM_DL_SEL)
H A Drtw88xxa.c308 if (!(rtw_read8(rtwdev, REG_MCUFW_CTRL) & BIT_RAM_DL_SEL)) in rtw88xxau_hw_reset()
742 if (rtw_read8(rtwdev, REG_MCUFW_CTRL) & BIT_RAM_DL_SEL) in rtw88xxa_power_off()
H A Dmac.c955 rtw_read8_mask(rtwdev, REG_MCUFW_CTRL, BIT_RAM_DL_SEL)) { in __rtw_download_firmware_legacy()