Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Data_macio.c75 #define ATA_TIME_TO_TICK(rev,time) howmany(time, (rev == 4) ? 15 : 30) macro
272 cycle_tick = ATA_TIME_TO_TICK(sc->rev,min_cycle); in ata_macio_setmode()
273 act_tick = ATA_TIME_TO_TICK(sc->rev,min_active); in ata_macio_setmode()
282 cycle_tick = ATA_TIME_TO_TICK(sc->rev,min_cycle); in ata_macio_setmode()
283 act_tick = ATA_TIME_TO_TICK(sc->rev,min_active); in ata_macio_setmode()
306 cycle_tick = ATA_TIME_TO_TICK(sc->rev,min_cycle); in ata_macio_setmode()
307 act_tick = ATA_TIME_TO_TICK(sc->rev,min_active); in ata_macio_setmode()