stop_proc         101 drivers/tty/serial/icom.c static struct lookup_proc_table stop_proc[4] = {
stop_proc         283 drivers/tty/serial/icom.c 	if (port >= ARRAY_SIZE(stop_proc)) {
stop_proc         290 drivers/tty/serial/icom.c 		stop_proc[port].global_control_reg = &icom_port->global_reg->control;
stop_proc         292 drivers/tty/serial/icom.c 		stop_proc[port].global_control_reg = &icom_port->global_reg->control_2;
stop_proc         294 drivers/tty/serial/icom.c 	temp = readl(stop_proc[port].global_control_reg);
stop_proc         295 drivers/tty/serial/icom.c 	temp = (temp & ~start_proc[port].processor_id) | stop_proc[port].processor_id;
stop_proc         296 drivers/tty/serial/icom.c 	writel(temp, stop_proc[port].global_control_reg);
stop_proc         299 drivers/tty/serial/icom.c 	readl(stop_proc[port].global_control_reg);
stop_proc         326 drivers/tty/serial/icom.c 	temp = (temp & ~stop_proc[port].processor_id) | start_proc[port].processor_id;