Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c200 bool is_pi_mode = false; in _rtl8821ae_phy_rf_serial_read() local
219 is_pi_mode = (bool)rtl_get_bbreg(hw, 0xC00, 0x4); in _rtl8821ae_phy_rf_serial_read()
221 is_pi_mode = (bool)rtl_get_bbreg(hw, 0xE00, 0x4); in _rtl8821ae_phy_rf_serial_read()
229 if (is_pi_mode) { in _rtl8821ae_phy_rf_serial_read()