Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Data_macio.c263 int min_cycle = 0, min_active = 0; in ata_macio_setmode() local
270 min_active = udma_timings[mode & ATA_MODE_MASK].active; in ata_macio_setmode()
273 act_tick = ATA_TIME_TO_TICK(sc->rev,min_active); in ata_macio_setmode()
280 min_active = dma_timings[mode & ATA_MODE_MASK].active; in ata_macio_setmode()
283 act_tick = ATA_TIME_TO_TICK(sc->rev,min_active); in ata_macio_setmode()
303 min_active = in ata_macio_setmode()
307 act_tick = ATA_TIME_TO_TICK(sc->rev,min_active); in ata_macio_setmode()