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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Djmicron.c162 if (!(hwif->udma_four))
163 hwif->udma_four = ata66_jmicron(hwif);
H A Datiixp.c268 hwif->udma_four = 1;
270 hwif->udma_four = 0;
H A Dit8213.c256 if (!(hwif->udma_four))
257 hwif->udma_four = ata66;
H A Dslc90e66.c201 if (!hwif->udma_four) {
203 hwif->udma_four = (reg47 & mask) ? 0 : 1;
H A Dtc86c001.c209 if (!hwif->udma_four) {
215 hwif->udma_four = (scr1 & 0x2000) ? 0 : 1;
H A Dvia82cxxx.c231 u16 w80 = hwif->udma_four;
461 if (!hwif->udma_four)
462 hwif->udma_four = (vdev->via_80w >> hwif->channel) & 1;
H A Damd74xx.c295 int w80 = HWIF(drive)->udma_four;
444 if (!hwif->udma_four)
445 hwif->udma_four = (amd_80w >> hwif->channel) & 1;
H A Daec62xx.c280 if (!(hwif->udma_four))
281 hwif->udma_four = (ata66&(hwif->channel?0x02:0x01))?0:1;
H A Dpiix.c447 if (!hwif->udma_four)
448 hwif->udma_four = piix_cable_detect(hwif);
H A Dcs5535.c216 hwif->udma_four = cs5535_cable_detect(hwif->pci_dev);
H A Dalim15x3.c675 if (!(hwif->udma_four))
676 hwif->udma_four = ata66_ali15x3(hwif);
H A Dcmd64x.c604 if (!(hwif->udma_four))
605 hwif->udma_four = ata66_cmd64x(hwif);
H A Dit821x.c644 if (!(hwif->udma_four))
645 hwif->udma_four = ata66_it821x(hwif);
H A Dpdc202xx_new.c512 if (!hwif->udma_four)
513 hwif->udma_four = pdcnew_cable_detect(hwif) ? 0 : 1;
H A Dpdc202xx_old.c345 if (!(hwif->udma_four))
346 hwif->udma_four = (pdc202xx_old_cable_detect(hwif)) ? 0 : 1;
H A Dserverworks.c498 if (!hwif->udma_four)
499 hwif->udma_four = ata66_svwks(hwif);
H A Dsiimage.c974 if (!(hwif->udma_four))
975 hwif->udma_four = ata66_siimage(hwif);
H A Dsis5513.c844 if (!(hwif->udma_four))
845 hwif->udma_four = ata66_sis5513(hwif);
H A Dscc_pata.c714 hwif->udma_four = 1;
H A Dhpt366.c1226 if (!hwif->udma_four)
1227 hwif->udma_four = (scr1 & ata66) ? 0 : 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide.c519 hwif->udma_four = tmp_hwif->udma_four;
1534 hwif->udma_four = 1;
H A Dide-iops.c572 if (hwif->udma_four == 0)
592 drive->name, hwif->udma_four ? "drive" : "host");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/ppc/
H A Dpmac.c945 if (HWIF(drive)->udma_four == 0)
1245 hwif->udma_four = pmif->cable_80;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/cris/
H A Dide-cris.c822 hwif->udma_four = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dide.h787 unsigned udma_four : 1; /* 1=ATA-66 capable, 0=default */ member in struct:hwif_s

Completed in 394 milliseconds