Home
last modified time | relevance | path

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

/drivers/ide/
Dpdc202xx_old.c233 u8 udma_speed_flag = inb(high_16 | 0x001f); in pdc202xx_reset_host() local
235 outb(udma_speed_flag | 0x10, high_16 | 0x001f); in pdc202xx_reset_host()
237 outb(udma_speed_flag & ~0x10, high_16 | 0x001f); in pdc202xx_reset_host()
270 u8 udma_speed_flag = 0, primary_mode = 0, secondary_mode = 0; in init_chipset_pdc202xx() local
275 udma_speed_flag = inb(dmabase | 0x1f); in init_chipset_pdc202xx()
281 (udma_speed_flag & 1) ? "EN" : "DIS", in init_chipset_pdc202xx()
285 if (!(udma_speed_flag & 1)) { in init_chipset_pdc202xx()
287 pci_name(dev), udma_speed_flag, in init_chipset_pdc202xx()
288 (udma_speed_flag|1)); in init_chipset_pdc202xx()
289 outb(udma_speed_flag | 1, dmabase | 0x1f); in init_chipset_pdc202xx()