Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c252 u32 _board = rtlefuse->board_type; /*need efuse define*/ in _rtl88e_check_condition() local
261 if ((_board & cond) == 0 && cond != 0x1F) in _rtl88e_check_condition()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c249 u32 _board = rtlefuse->board_type; /*need efuse define*/ in _check_condition() local
258 if ((_board != cond) && (cond != 0xFF)) in _check_condition()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c803 u32 _board = rtlefuse->board_type; /*need efuse define*/ in _rtl8821ae_check_condition() local
812 if ((_board != cond) && cond != 0xFF) in _rtl8821ae_check_condition()