Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Drf_cfg.c15 u32 _board = odm->BoardType; in check_condition() local
24 if ((_board == cond) && cond != 0x00) in check_condition()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c288 u32 _board = rtlefuse->board_type; /*need efuse define*/ in _rtl88e_check_condition() local
297 if ((_board & cond) == 0 && cond != 0x1F) in _rtl88e_check_condition()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c286 u32 _board = rtlefuse->board_type; /*need efuse define*/ in _check_condition() local
295 if ((_board != cond) && (cond != 0xFF)) in _check_condition()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c839 u32 _board = rtlefuse->board_type; /*need efuse define*/ in _rtl8821ae_check_condition() local
848 if ((_board != cond) && cond != 0xFF) in _rtl8821ae_check_condition()