Searched refs:udma_four (Results 1 – 18 of 18) sorted by relevance
329 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()
295 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()
396 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()
384 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()
356 if (!(hwif->udma_four)) in init_hwif_slc90e66()358 hwif->udma_four = (reg47 & mask) ? 0 : 1; in init_hwif_slc90e66()
786 if (!(hwif->udma_four))787 hwif->udma_four = ata66_ali15x3(hwif);
772 if (!(hwif->udma_four)) in init_hwif_piix()773 hwif->udma_four = ata66; in init_hwif_piix()
487 if (!(hwif->udma_four)) in init_dma_aec62xx()488 hwif->udma_four = (ata66&(hwif->channel?0x02:0x01))?0:1; in init_dma_aec62xx()
731 else if (!(hwif->udma_four)) in init_hwif_svwks()732 hwif->udma_four = ata66_svwks(hwif); in init_hwif_svwks()
728 if (!(hwif->udma_four)) in init_hwif_cmd64x()729 hwif->udma_four = ata66_cmd64x(hwif); in init_hwif_cmd64x()
935 if (!(hwif->udma_four)) in init_hwif_sis5513()936 hwif->udma_four = ata66_sis5513(hwif); in init_hwif_sis5513()
1138 if (!(hwif->udma_four)) in init_hwif_siimage()1139 hwif->udma_four = ata66_siimage(hwif); in init_hwif_siimage()
456 hwif->udma_four = 1; in init_hwif_atiixp()
1271 if (!(hwif->udma_four)) in init_hwif_hpt366()1272 hwif->udma_four = ((ata66 & regmask) ? 0 : 1); in init_hwif_hpt366()
710 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) {
1085 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()
804 if (HWIF(drive)->udma_four == 0) in pmac_ide_tune_chipset()1155 hwif->udma_four = pmif->cable_80; in pmac_ide_probe()
1003 unsigned udma_four : 1; /* 1=ATA-66 capable, 0=default */ member