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

  /src/sys/dev/ic/
ncr53c9x.c 621 uint8_t syncoff, synctp; local in function:ncr53c9x_setsync
626 synctp = ncr53c9x_stp2cpb(sc, ti->period);
644 * Am53c974 requires different SYNCTP values when the
649 synctp--;
652 synctp = 0;
659 NCR_WRITE_REG(sc, NCR_SYNCTP, synctp);

Completed in 14 milliseconds