Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ide/
H A Dcs5530.c232 u32 d0_timings; in init_hwif_cs5530() local
235 d0_timings = inl(basereg + 0); in init_hwif_cs5530()
236 if (CS5530_BAD_PIO(d0_timings)) in init_hwif_cs5530()
237 outl(cs5530_pio_timings[(d0_timings >> 31) & 1][0], basereg + 0); in init_hwif_cs5530()
239 outl(cs5530_pio_timings[(d0_timings >> 31) & 1][0], basereg + 8); in init_hwif_cs5530()

Completed in 1 milliseconds