Searched refs:mask_ofst (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8852c.c1540 u32 mask_ofst = 16; local
1549 mask_ofst += (tx_path_en * 4 + trsw_tx * 2 + trsw_rx) * 2;
1552 rtw89_phy_write32_mask(rtwdev, cr, (B_P0_TRSW_A | B_P0_TRSW_B) << mask_ofst, val);
1568 u32 mask, mask_ofst; local
1575 mask_ofst = masks[src];
1582 mask = 0xff << mask_ofst;
H A Drtw8851b.c1408 u32 mask_ofst = 16; local
1414 mask_ofst += (tx_path_en * 4 + trsw_tx * 2 + trsw_rx) * 2;
1419 (B_P0_TRSW_A | B_P0_TRSW_B) << mask_ofst, val);

Completed in 154 milliseconds