Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c181 u8 dbi_direct = 0; in rtl92d_phy_query_bb_reg() local
186 dbi_direct = BIT(3); in rtl92d_phy_query_bb_reg()
188 dbi_direct = BIT(3) | BIT(2); in rtl92d_phy_query_bb_reg()
190 dbi_direct); in rtl92d_phy_query_bb_reg()
207 u8 dbi_direct = 0; in rtl92d_phy_set_bb_reg() local
214 dbi_direct = BIT(3); in rtl92d_phy_set_bb_reg()
217 dbi_direct = BIT(3) | BIT(2); in rtl92d_phy_set_bb_reg()
223 dbi_direct); in rtl92d_phy_set_bb_reg()
230 rtl92de_write_dword_dbi(hw, (u16) regaddr, data, dbi_direct); in rtl92d_phy_set_bb_reg()