Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c179 u8 dbi_direct = 0; in rtl92d_phy_query_bb_reg() local
184 dbi_direct = BIT(3); in rtl92d_phy_query_bb_reg()
186 dbi_direct = BIT(3) | BIT(2); in rtl92d_phy_query_bb_reg()
188 dbi_direct); in rtl92d_phy_query_bb_reg()
205 u8 dbi_direct = 0; in rtl92d_phy_set_bb_reg() local
212 dbi_direct = BIT(3); in rtl92d_phy_set_bb_reg()
215 dbi_direct = BIT(3) | BIT(2); in rtl92d_phy_set_bb_reg()
221 dbi_direct); in rtl92d_phy_set_bb_reg()
228 rtl92de_write_dword_dbi(hw, (u16) regaddr, data, dbi_direct); in rtl92d_phy_set_bb_reg()