Home
last modified time | relevance | path

Searched refs:B_P0_TRSW_A (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Drtw8851b.c1428 val = u32_encode_bits(trsw_a, B_P0_TRSW_A) | in rtw8851b_bb_gpio_trsw()
1432 (B_P0_TRSW_A | B_P0_TRSW_B) << mask_ofst, val); in rtw8851b_bb_gpio_trsw()
1437 rtw89_phy_write32_set(rtwdev, R_P0_TRSW, B_P0_TRSW_A); in rtw8851b_bb_gpio_init()
Drtw8852c.c1570 val = FIELD_PREP(B_P0_TRSW_A, trsw) | FIELD_PREP(B_P0_TRSW_B, trsw_b); 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()
1615 rtw89_phy_write32_set(rtwdev, (addr | 0x68), B_P0_TRSW_A); in rtw8852c_bb_gpio_init()
Dreg.h8756 #define B_P0_TRSW_A BIT(1) macro