Lines Matching refs:vci
1006 struct vortex_chip_info *vci; in vortex_init_one() local
1022 vci = &vortex_info_tbl[ent->driver_data]; in vortex_init_one()
1023 pci_bar = vci->drv_flags & (IS_CYCLONE | IS_TORNADO) ? 1 : 0; in vortex_init_one()
1107 struct vortex_chip_info * const vci = &vortex_info_tbl[chip_idx]; in vortex_probe1() local
1166 vci->name, in vortex_probe1()
1174 vp->drv_flags = vci->drv_flags; in vortex_probe1()
1175 vp->has_nway = (vci->drv_flags & HAS_NWAY) ? 1 : 0; in vortex_probe1()
1176 vp->io_size = vci->io_size; in vortex_probe1()
1188 if (vci->flags & PCI_USES_MASTER) in vortex_probe1()
1191 if (vci->drv_flags & IS_VORTEX) { in vortex_probe1()
1265 if (vci->drv_flags & EEPROM_8BIT) in vortex_probe1()
1267 else if (vci->drv_flags & EEPROM_OFFSET) in vortex_probe1()
1293 if ((checksum != 0x00) && !(vci->drv_flags & IS_TORNADO)) in vortex_probe1()
1324 if (pdev && vci->drv_flags & HAS_CB_FNS) { in vortex_probe1()
1394 if ((vp->available_media & 0x40) || (vci->drv_flags & HAS_NWAY) || in vortex_probe1()