Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/r8188eu/hal/
DHalHWImg8188E_MAC.c8 u32 _board = (hex & 0x000000FF); in Checkcondition() local
17 if ((_board == cond) && cond != 0x00) in Checkcondition()
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c258 u32 _board = rtlefuse->board_type; /*need efuse define*/ in _rtl88e_check_condition() local
267 if ((_board & cond) == 0 && cond != 0x1F) in _rtl88e_check_condition()
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c257 u32 _board = rtlefuse->board_type; /*need efuse define*/ in _check_condition() local
266 if ((_board != cond) && (cond != 0xFF)) in _check_condition()
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c809 u32 _board = rtlefuse->board_type; /*need efuse define*/ in _rtl8821ae_check_condition() local
818 if ((_board != cond) && cond != 0xFF) in _rtl8821ae_check_condition()