Home
last modified time | relevance | path

Searched refs:_board (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/
H A Drf_cfg.c15 u32 _board = odm->BoardType; in check_condition() local
24 if ((_board == cond) && cond != 0x00) in check_condition()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A 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()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c249 u32 _board = rtlefuse->board_type; /*need efuse define*/ in _check_condition() local
258 if ((_board != cond) && (cond != 0xFF)) in _check_condition()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c249 u32 _board = rtlefuse->board_type; /*need efuse define*/ in _check_condition() local
258 if ((_board != cond) && (cond != 0xFF)) in _check_condition()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c811 u32 _board = rtlefuse->board_type; /*need efuse define*/ in _rtl8821ae_check_condition() local
820 if ((_board != cond) && cond != 0xFF) in _rtl8821ae_check_condition()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c810 u32 _board = rtlefuse->board_type; /*need efuse define*/ in _rtl8821ae_check_condition() local
819 if ((_board != cond) && cond != 0xFF) in _rtl8821ae_check_condition()

Completed in 23 milliseconds