Searched refs:NSCC_LINE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dscc_8530.h385 #define NSCC_LINE 2 /* How many lines are support per 8530 */ macro
410 struct scc_softreg softr[NSCC_LINE];
413 int modem[NSCC_LINE]; /* Mach modem bits (TM_DTR etc). */
414 int dcd_timer[NSCC_LINE];
H A Dserial_io.c93 #define NSCC_LINE 2 /* 2 ttys per chip */ macro
97 struct scc_tty scc_tty[NSCC_LINE];
225 for (chan = 0; chan < NSCC_LINE; chan++) {
238 for (i = 0; i < NSCC_LINE; i++) {
286 for (i = 0; i < NSCC_LINE; i++) {

Completed in 13 milliseconds