Home
last modified time | relevance | path

Searched refs:boardtype (Results 1 – 12 of 12) 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/comedi/drivers/
H A Dadv_pci_dio.c225 int boardtype; member
575 dev_private->boardtype = context; in pci_dio_auto_attach()
715 int boardtype = dev_private->boardtype; in pci_dio_detach() local
718 pci_dio_reset(dev, boardtype); in pci_dio_detach()
H A Dadv_pci1710.c131 struct boardtype { struct
139 static const struct boardtype boardtypes[] = { argument
304 const struct boardtype *board = dev->board_ptr; in pci1710_ai_read_sample()
721 const struct boardtype *board = dev->board_ptr; in pci1710_reset()
748 const struct boardtype *board = NULL; in pci1710_auto_attach()
H A Dni_670x.c67 int boardtype; member
H A Dni_pcidio.c285 int boardtype; member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h159 uint boardtype; member
H A Dphy_cmn.c350 sh->boardtype = shp->boardtype; in wlc_phy_shared_attach()
H A Dphy_int.h485 uint boardtype; member
H A Dphy_n.c16918 (pi->sh->boardtype == 0x8b)) { in wlc_phy_workarounds_nphy_rev1()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dusb.c116 __le32 boardtype; /* Type of board */ member