Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Drtw8852c.c1560 u32 mask_ofst = 16; in rtw8852c_bb_gpio_trsw() local
1569 mask_ofst += (tx_path_en * 4 + trsw_tx * 2 + trsw_rx) * 2; in rtw8852c_bb_gpio_trsw()
1572 rtw89_phy_write32_mask(rtwdev, cr, (B_P0_TRSW_A | B_P0_TRSW_B) << mask_ofst, val); in rtw8852c_bb_gpio_trsw()
1588 u32 mask, mask_ofst; in rtw8852c_bb_gpio_rfm() local
1595 mask_ofst = masks[src]; in rtw8852c_bb_gpio_rfm()
1602 mask = 0xff << mask_ofst; in rtw8852c_bb_gpio_rfm()
Drtw8851b.c1421 u32 mask_ofst = 16; in rtw8851b_bb_gpio_trsw() local
1427 mask_ofst += (tx_path_en * 4 + trsw_tx * 2 + trsw_rx) * 2; in rtw8851b_bb_gpio_trsw()
1432 (B_P0_TRSW_A | B_P0_TRSW_B) << mask_ofst, val); in rtw8851b_bb_gpio_trsw()