Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Drtw8922a.c398 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, B_BE_FEN_BB_IP_RSTN | in rtw8922a_pwr_on_func()
448 rtw89_write8_clr(rtwdev, R_BE_FEN_RST_ENABLE, B_BE_FEN_BB_IP_RSTN | in rtw8922a_pwr_off_func()
1479 static const u32 glbrst_mask[2] = {B_BE_FEN_BB_IP_RSTN, B_BE_FEN_BB1_IP_RSTN};
2535 B_BE_FEN_BBPLAT_RSTB | B_BE_FEN_BB_IP_RSTN); in rtw8922a_mac_enable_bb_rf()
2544 B_BE_FEN_BBPLAT_RSTB | B_BE_FEN_BB_IP_RSTN); in rtw8922a_mac_disable_bb_rf()
Dreg.h4059 #define B_BE_FEN_BB_IP_RSTN BIT(1) macro