Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c194 bool is_pi_mode = false; in _rtl8821ae_phy_rf_serial_read() local
213 is_pi_mode = (bool)rtl_get_bbreg(hw, 0xC00, 0x4); in _rtl8821ae_phy_rf_serial_read()
215 is_pi_mode = (bool)rtl_get_bbreg(hw, 0xE00, 0x4); in _rtl8821ae_phy_rf_serial_read()
223 if (is_pi_mode) { in _rtl8821ae_phy_rf_serial_read()