Home | History | Annotate | Download | only in dev

Lines Matching defs:port

113 	int node, port;
126 * ignore that for now. We should enable the com port in
155 * serial port on each I/O board and a pseudo console that is
157 * of the serial port in question is encoded in the "tty-port#"
166 port = prom_getpropint(node, "tty-port#", -1);
168 com_is_input = (prom_getpropint(node, "board#", -2) == port);
175 port = prom_getpropint(node, "tty-port#", -1);
177 com_is_output = (prom_getpropint(node, "board#", -2) == port);