Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852c.c1498 u32 mask_ofst = 16; in rtw8852c_bb_gpio_trsw() local
1507 mask_ofst += (tx_path_en * 4 + trsw_tx * 2 + trsw_rx) * 2; in rtw8852c_bb_gpio_trsw()
1510 rtw89_phy_write32_mask(rtwdev, cr, (B_P0_TRSW_A | B_P0_TRSW_B) << mask_ofst, val); in rtw8852c_bb_gpio_trsw()
1526 u32 mask, mask_ofst; in rtw8852c_bb_gpio_rfm() local
1533 mask_ofst = masks[src]; in rtw8852c_bb_gpio_rfm()
1540 mask = 0xff << mask_ofst; in rtw8852c_bb_gpio_rfm()
H A Drtw8851b.c1393 u32 mask_ofst = 16; in rtw8851b_bb_gpio_trsw() local
1399 mask_ofst += (tx_path_en * 4 + trsw_tx * 2 + trsw_rx) * 2; in rtw8851b_bb_gpio_trsw()
1404 (B_P0_TRSW_A | B_P0_TRSW_B) << mask_ofst, val); in rtw8851b_bb_gpio_trsw()