Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/
H A D0009-xserver-common-add-support-for-n900-alias-nokia_rx-5.patch4 Subject: [PATCH] xserver-common: add support for n900 alias nokia_rx-51_board
20 + "nokia_rx-51_board" )
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c257 u32 _board = rtlefuse->board_type; /*need efuse define*/ in _check_condition() local
266 if ((_board != cond) && (cond != 0xFF)) in _check_condition()
/OK3568_Linux_fs/kernel/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()