Searched refs:SiSHostChipInfo (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dsis5513.c76 } SiSHostChipInfo[] = { variable in typeref:struct:__anon11515
372 for (i = 0; i < ARRAY_SIZE(SiSHostChipInfo) && !chipset_family; i++) {
374 host = pci_get_device(PCI_VENDOR_ID_SI, SiSHostChipInfo[i].host_id, NULL);
379 chipset_family = SiSHostChipInfo[i].chipset_family;
382 if (SiSHostChipInfo[i].host_id == PCI_DEVICE_ID_SI_630) {
389 pci_name(dev), SiSHostChipInfo[i].name,

Completed in 105 milliseconds