Searched refs:B_P0_TRSW_B (Results 1 – 3 of 3) sorted by relevance
1401 u32_encode_bits(trsw_b, B_P0_TRSW_B); in rtw8851b_bb_gpio_trsw()1404 (B_P0_TRSW_A | B_P0_TRSW_B) << mask_ofst, val); in rtw8851b_bb_gpio_trsw()
1508 val = FIELD_PREP(B_P0_TRSW_A, trsw) | FIELD_PREP(B_P0_TRSW_B, trsw_b); 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()
4585 #define B_P0_TRSW_B BIT(0) macro