HomeSort by: relevance | last modified time | path
    Searched defs:act_tick (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/macppc/dev/
wdc_obio.c 316 int cycle_tick = 0, act_tick = 0, inact_tick = 0, half_tick; local in function:adjust_timing
330 act_tick = TIME_TO_TICK(min_active);
331 if (act_tick < PIO_ACT_MIN)
332 act_tick = PIO_ACT_MIN;
333 inact_tick = cycle_tick - act_tick - PIO_REC_OFFSET;
337 conf |= (inact_tick << 5) | act_tick;
345 act_tick = TIME_TO_TICK(min_active);
346 inact_tick = cycle_tick - act_tick - DMA_REC_OFFSET;
353 (inact_tick << 16) | (act_tick << 11);
358 drive, conf, cycle_tick, min_cycle, act_tick, min_active, inact_tick)
381 int cycle_tick = 0, act_tick = 0, inact_tick = 0; local in function:ata4_adjust_timing
    [all...]

Completed in 12 milliseconds