Searched refs:chipset_family (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.c66 static u8 chipset_family; variable
74 u8 chipset_family; member in struct:__anon11515
110 Indexed by chipset_family and (dma_mode - XFER_UDMA_0) */
211 if (chipset_family > ATA_16)
267 if (chipset_family < ATA_100) /* ATA_16/33/66/100a */
269 else if (chipset_family < ATA_133) /* ATA_100/133a */
321 u8 drive_pci = 0x40 + drive->dn * 2, reg = 0, i = chipset_family;
337 if (chipset_family >= ATA_133) /* ATA_133 */
370 chipset_family = 0;
372 for (i = 0; i < ARRAY_SIZE(SiSHostChipInfo) && !chipset_family;
[all...]

Completed in 53 milliseconds