Searched refs:boardType (Results 1 – 5 of 5) sorted by relevance
985 u8 boardType = BOARD_USB_DONGLE; in _ReadBoardType() local992 pHalData->BoardType = boardType; in _ReadBoardType()996 boardType = PROMContent[EEPROM_NORMAL_BoardType]; in _ReadBoardType()997 boardType &= BOARD_TYPE_NORMAL_MASK;/* bit[7:5] */ in _ReadBoardType()998 boardType >>= 5; in _ReadBoardType()1000 pHalData->BoardType = boardType; in _ReadBoardType()1003 if (boardType == BOARD_USB_High_PA) in _ReadBoardType()
64 #define MOXA_IS_320(brd) ((brd)->boardType == MOXA_BOARD_C320_ISA || \65 (brd)->boardType == MOXA_BOARD_C320_PCI)106 int boardType; member440 switch (brd->boardType) { in moxa_check_fw_model()484 switch (brd->boardType) { in moxa_load_bios()544 keycode = (brd->boardType == MOXA_BOARD_CP204J) ? CP204J_KeyCode : in moxa_real_load_code()547 switch (brd->boardType) { in moxa_real_load_code()672 switch (brd->boardType) { in moxa_load_code()856 switch (brd->boardType) { in moxa_init_board()984 board->boardType = board_type; in moxa_pci_probe()[all …]
307 int boardType; member816 (((ChP)->CtlP->boardType == ROCKET_TYPE_PC104) ? \
677 if (ctlp->boardType == ROCKET_TYPE_PC104) { in init_r_port()840 if (cp->CtlP->boardType == ROCKET_TYPE_PC104) { in configure_r_port()1137 else if (CtlP->boardType == ROCKET_TYPE_PC104) in sGetChanRI()2249 ctlp->boardType = rcktpt_type[i]; in init_ISA()2283 if (ctlp->boardType == ROCKET_TYPE_PC104) { in init_ISA()
330 u8 boardType; in _rtl92cu_read_board_type() local333 boardType = ((contents[EEPROM_RF_OPT1]) & in _rtl92cu_read_board_type()336 boardType = contents[EEPROM_RF_OPT4]; in _rtl92cu_read_board_type()337 boardType &= BOARD_TYPE_TEST_MASK; in _rtl92cu_read_board_type()339 rtlefuse->board_type = boardType; in _rtl92cu_read_board_type()