Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8851b.c1400 val = u32_encode_bits(trsw_a, B_P0_TRSW_A) | in rtw8851b_bb_gpio_trsw()
1404 (B_P0_TRSW_A | B_P0_TRSW_B) << mask_ofst, val); in rtw8851b_bb_gpio_trsw()
1409 rtw89_phy_write32_set(rtwdev, R_P0_TRSW, B_P0_TRSW_A); in rtw8851b_bb_gpio_init()
H A Drtw8852c.c1508 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()
1553 rtw89_phy_write32_set(rtwdev, (addr | 0x68), B_P0_TRSW_A); in rtw8852c_bb_gpio_init()
H A Dreg.h4583 #define B_P0_TRSW_A BIT(1) macro