Lines Matching refs:chip_version
473 uchar chip_version; member
1715 uchar chip_version; /* chip version */ member
2355 h->isa_dma_channel, h->chip_version); in asc_prt_asc_dvc_cfg()
2405 h->chip_version, h->mcode_date); in asc_prt_adv_dvc_cfg()
3236 c->chip_version, c->mcode_date, c->mcode_version, in asc_prt_asc_board_info()
3379 "mcode_version 0x%x\n", c->chip_version, in asc_prt_adv_board_info()
8763 uchar chip_version; in AscInitAscDvcVar() local
8800 chip_version = AscGetChipVersion(iop_base, asc_dvc->bus_type); in AscInitAscDvcVar()
8801 asc_dvc->cfg->chip_version = chip_version; in AscInitAscDvcVar()
8805 (chip_version >= ASC_CHIP_VER_PCI_ULTRA_3150)) { in AscInitAscDvcVar()
8809 if (chip_version == ASC_CHIP_VER_PCI_ULTRA_3150) { in AscInitAscDvcVar()
8812 } else if (chip_version >= ASC_CHIP_VER_PCI_ULTRA_3050) { in AscInitAscDvcVar()
8826 if (chip_version >= ASC_CHIP_MIN_VER_ISA_PNP) { in AscInitAscDvcVar()
9151 if (asc_dvc->cfg->chip_version == 3) { in AscInitFromEEP()
10739 asc_dvc->cfg->chip_version = in AdvInitGetConfig()