Lines Matching refs:chip_version
528 uchar chip_version; member
1806 uchar chip_version; /* chip version */ member
2449 h->isa_dma_channel, h->chip_version); in asc_prt_asc_dvc_cfg()
2500 h->chip_version, h->mcode_date); in asc_prt_adv_dvc_cfg()
3389 c->chip_version, c->mcode_date, c->mcode_version, in asc_prt_asc_board_info()
3532 "mcode_version 0x%x\n", c->chip_version, in asc_prt_adv_board_info()
9191 uchar chip_version; in AscInitAscDvcVar() local
9229 chip_version = AscGetChipVersion(iop_base, asc_dvc->bus_type); in AscInitAscDvcVar()
9230 asc_dvc->cfg->chip_version = chip_version; in AscInitAscDvcVar()
9234 (chip_version >= ASC_CHIP_VER_PCI_ULTRA_3150)) { in AscInitAscDvcVar()
9238 if (chip_version == ASC_CHIP_VER_PCI_ULTRA_3150) { in AscInitAscDvcVar()
9241 } else if (chip_version >= ASC_CHIP_VER_PCI_ULTRA_3050) { in AscInitAscDvcVar()
9255 if (chip_version >= ASC_CHIP_MIN_VER_ISA_PNP) { in AscInitAscDvcVar()
9581 if (asc_dvc->cfg->chip_version == 3) { in AscInitFromEEP()
11169 asc_dvc->cfg->chip_version = in AdvInitGetConfig()