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);
|