Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dmac.c335 value |= BIT_WL_PLATFORM_RST | BIT_DDMA_EN; in __rtw_mac_init_system_cfg()
513 rtw_write8_clr(rtwdev, REG_CPU_DMEM_CON + 2, BIT_WL_PLATFORM_RST >> 16); in download_firmware_reset_platform()
515 rtw_write8_set(rtwdev, REG_CPU_DMEM_CON + 2, BIT_WL_PLATFORM_RST >> 16); in download_firmware_reset_platform()
H A Dreg.h545 #define BIT_WL_PLATFORM_RST BIT(16) macro