Home
last modified time | relevance | path

Searched refs:B_BE_RSC_MASK (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c1485 val32 &= B_BE_RRSR_RATE_EN_MASK | B_BE_RRSR_CCK_MASK | B_BE_RSC_MASK; in trxptcl_init_be()
1496 rtw89_write32_mask(rtwdev, reg, B_BE_RSC_MASK, 1); in trxptcl_init_be()
H A Drtw8922a.c327 .rsc = {R_BE_PTCL_RRSR1, B_BE_RSC_MASK, 2},
H A Drtw8922d.c225 .rsc = {R_BE_PTCL_RRSR1, B_BE_RSC_MASK, 2},
H A Dreg.h6679 #define B_BE_RSC_MASK GENMASK(7, 6) macro