Home
last modified time | relevance | path

Searched refs:boardtype (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dhw.h54 #define IS_HIGHT_PA(boardtype) \ argument
55 ((boardtype == BOARD_USB_HIGH_PA) ? true : false)
H A Dhw.c293 u8 boardtype; in _rtl92cu_read_board_type() local
296 boardtype = ((contents[EEPROM_RF_OPT1]) & in _rtl92cu_read_board_type()
299 boardtype = contents[EEPROM_RF_OPT4]; in _rtl92cu_read_board_type()
300 boardtype &= BOARD_TYPE_TEST_MASK; in _rtl92cu_read_board_type()
302 rtlefuse->board_type = boardtype; in _rtl92cu_read_board_type()
/linux/arch/mips/sni/
H A Dpcimt.c53 char boardtype[80]; in sni_pcimt_detect() local
55 char *p = boardtype; in sni_pcimt_detect()
67 printk("%s.\n", boardtype); in sni_pcimt_detect()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h159 uint boardtype; member
H A Dphy_int.h485 uint boardtype; member
H A Dphy_cmn.c350 sh->boardtype = shp->boardtype; in wlc_phy_shared_attach()
H A Dphy_n.c16918 (pi->sh->boardtype == 0x8b)) { in wlc_phy_workarounds_nphy_rev1()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Daiutils.c485 sih->boardtype = pbus->boardinfo.type; in ai_doattach()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dusb.c116 __le32 boardtype; /* Type of board */ member