Lines Matching +full:we +full:- +full:extra +full:- +full:delay
6 * Assembled of parts of former atari/config.c 97-12-18 by Roman Hodek
17 #include <linux/delay.h>
31 .index = -1,
45 while (count--) { in atari_mfp_console_write()
64 while (count--) { in atari_scc_console_write()
81 while (count--) { in atari_midi_console_write()
91 /* This a some-seconds timeout in case no printer is connected */ in ata_par_out()
94 while ((st_mfp.par_dt_reg & 1) && --i) /* wait for BUSY == L */ in ata_par_out()
117 while (count--) { in atari_par_console_write()
175 baud = B9600; /* use default 9600bps for non-implemented rates */ in atari_init_mfp_port()
176 baud -= B1200; /* baud_table[] starts at 1200bps */ in atari_init_mfp_port()
194 /* loops_per_jiffy isn't initialized yet, so we can't use udelay(). This does a
195 * delay of ~ 60us. */
199 for (i = 100; i > 0; --i) \
224 baud = B9600; /* use default 9600bps for non-implemented rates */ in atari_init_scc_port()
225 baud -= B1200; /* tables starts at 1200bps */ in atari_init_scc_port()
244 LONG_DELAY(); /* extra delay after WR9 access */ in atari_init_scc_port()
250 LONG_DELAY(); /* extra delay after WR9 access */ in atari_init_scc_port()
301 /* ST-MFP Modem1 serial port */ in atari_debug_setup()