Home
last modified time | relevance | path

Searched refs:udma_four (Results 1 – 18 of 18) sorted by relevance

/linux-2.4.37.9/drivers/ide/pci/
Dpdc202xx_new.c329 hwif->name, hwif->udma_four ? "80" : "40", in config_chipset_for_dma()
558 if (!(hwif->udma_four)) in init_hwif_pdc202new()
559 hwif->udma_four = (pdcnew_new_cable_detect(hwif)) ? 0 : 1; in init_hwif_pdc202new()
565 hwif->name, hwif->udma_four ? "80" : "40"); in init_hwif_pdc202new()
Damd74xx.c295 int w80 = HWIF(drive)->udma_four; in amd74xx_ide_dma_check()
444 if (!hwif->udma_four) in init_hwif_amd74xx()
445 hwif->udma_four = (amd_80w >> hwif->channel) & 1; in init_hwif_amd74xx()
Dvia82cxxx.c396 u16 w80 = HWIF(drive)->udma_four; in via82cxxx_ide_dma_check()
607 if (!(hwif->udma_four)) in init_hwif_via82cxxx()
608 hwif->udma_four = ((via_enabled & via_80w) >> hwif->channel) & 1; in init_hwif_via82cxxx()
Dpdc202xx_old.c384 hwif->name, hwif->udma_four ? "80" : "40", in config_chipset_for_dma()
723 if (!(hwif->udma_four)) in init_hwif_pdc202xx()
724 hwif->udma_four = (pdc202xx_old_cable_detect(hwif)) ? 0 : 1; in init_hwif_pdc202xx()
735 hwif->name, hwif->udma_four ? "80" : "40"); in init_hwif_pdc202xx()
Dslc90e66.c356 if (!(hwif->udma_four)) in init_hwif_slc90e66()
358 hwif->udma_four = (reg47 & mask) ? 0 : 1; in init_hwif_slc90e66()
Dalim15x3.c786 if (!(hwif->udma_four))
787 hwif->udma_four = ata66_ali15x3(hwif);
Dpiix.c772 if (!(hwif->udma_four)) in init_hwif_piix()
773 hwif->udma_four = ata66; in init_hwif_piix()
Daec62xx.c487 if (!(hwif->udma_four)) in init_dma_aec62xx()
488 hwif->udma_four = (ata66&(hwif->channel?0x02:0x01))?0:1; in init_dma_aec62xx()
Dserverworks.c731 else if (!(hwif->udma_four)) in init_hwif_svwks()
732 hwif->udma_four = ata66_svwks(hwif); in init_hwif_svwks()
Dcmd64x.c728 if (!(hwif->udma_four)) in init_hwif_cmd64x()
729 hwif->udma_four = ata66_cmd64x(hwif); in init_hwif_cmd64x()
Dsis5513.c935 if (!(hwif->udma_four)) in init_hwif_sis5513()
936 hwif->udma_four = ata66_sis5513(hwif); in init_hwif_sis5513()
Dsiimage.c1138 if (!(hwif->udma_four)) in init_hwif_siimage()
1139 hwif->udma_four = ata66_siimage(hwif); in init_hwif_siimage()
Datiixp.c456 hwif->udma_four = 1; in init_hwif_atiixp()
Dhpt366.c1271 if (!(hwif->udma_four)) in init_hwif_hpt366()
1272 hwif->udma_four = ((ata66 & regmask) ? 0 : 1); in init_hwif_hpt366()
/linux-2.4.37.9/drivers/ide/
Dide-iops.c710 if (!HWIF(drive)->udma_four) in eighty_ninty_three()
741 return ((u8) ((HWIF(drive)->udma_four) && in eighty_ninty_three()
770 if (!HWIF(drive)->udma_four) {
Dide.c1085 hwif->udma_four = old_hwif.udma_four; in ide_unregister()
2389 hwif->udma_four = 1; in ide_setup()
2392 hwif->udma_four = 0; in ide_setup()
/linux-2.4.37.9/drivers/ide/ppc/
Dpmac.c804 if (HWIF(drive)->udma_four == 0) in pmac_ide_tune_chipset()
1155 hwif->udma_four = pmif->cable_80; in pmac_ide_probe()
/linux-2.4.37.9/include/linux/
Dide.h1003 unsigned udma_four : 1; /* 1=ATA-66 capable, 0=default */ member