Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c201 bool is_pi_mode = false; in _rtl8821ae_phy_rf_serial_read() local
220 is_pi_mode = (bool)rtl_get_bbreg(hw, 0xC00, 0x4); in _rtl8821ae_phy_rf_serial_read()
222 is_pi_mode = (bool)rtl_get_bbreg(hw, 0xE00, 0x4); in _rtl8821ae_phy_rf_serial_read()
230 if (is_pi_mode) { in _rtl8821ae_phy_rf_serial_read()