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

/linux-4.4.14/drivers/ide/
H A Dpdc202xx_old.c188 u8 udma_speed_flag = 0, primary_mode = 0, secondary_mode = 0; init_chipset_pdc202xx() local
193 udma_speed_flag = inb(dmabase | 0x1f); init_chipset_pdc202xx()
199 (udma_speed_flag & 1) ? "EN" : "DIS", init_chipset_pdc202xx()
203 if (!(udma_speed_flag & 1)) { init_chipset_pdc202xx()
205 pci_name(dev), udma_speed_flag, init_chipset_pdc202xx()
206 (udma_speed_flag|1)); init_chipset_pdc202xx()
207 outb(udma_speed_flag | 1, dmabase | 0x1f); init_chipset_pdc202xx()

Completed in 62 milliseconds