Lines Matching refs:scc_ports
99 struct scc_port scc_ports[2]; variable
204 port = scc_ports + i; in scc_init_portstructs()
227 port = &scc_ports[0]; in mvme147_scc_init()
231 port->port_a = &scc_ports[0]; in mvme147_scc_init()
232 port->port_b = &scc_ports[1]; in mvme147_scc_init()
254 port = &scc_ports[1]; in mvme147_scc_init()
258 port->port_a = &scc_ports[0]; in mvme147_scc_init()
259 port->port_b = &scc_ports[1]; in mvme147_scc_init()
297 port = &scc_ports[0]; in mvme162_scc_init()
301 port->port_a = &scc_ports[0]; in mvme162_scc_init()
302 port->port_b = &scc_ports[1]; in mvme162_scc_init()
324 port = &scc_ports[1]; in mvme162_scc_init()
328 port->port_a = &scc_ports[0]; in mvme162_scc_init()
329 port->port_b = &scc_ports[1]; in mvme162_scc_init()
365 port = &scc_ports[0]; in bvme6000_scc_init()
369 port->port_a = &scc_ports[0]; in bvme6000_scc_init()
370 port->port_b = &scc_ports[1]; in bvme6000_scc_init()
392 port = &scc_ports[1]; in bvme6000_scc_init()
396 port->port_a = &scc_ports[0]; in bvme6000_scc_init()
397 port->port_b = &scc_ports[1]; in bvme6000_scc_init()
851 struct scc_port *port = &scc_ports[line]; in scc_open()