start_proc         93 drivers/tty/serial/icom.c static struct lookup_proc_table start_proc[4] = {
start_proc        295 drivers/tty/serial/icom.c 	temp = (temp & ~start_proc[port].processor_id) | stop_proc[port].processor_id;
start_proc        314 drivers/tty/serial/icom.c 	if (port >= ARRAY_SIZE(start_proc)) {
start_proc        321 drivers/tty/serial/icom.c 		start_proc[port].global_control_reg = &icom_port->global_reg->control;
start_proc        323 drivers/tty/serial/icom.c 		start_proc[port].global_control_reg = &icom_port->global_reg->control_2;
start_proc        325 drivers/tty/serial/icom.c 	temp = readl(start_proc[port].global_control_reg);
start_proc        326 drivers/tty/serial/icom.c 	temp = (temp & ~stop_proc[port].processor_id) | start_proc[port].processor_id;
start_proc        327 drivers/tty/serial/icom.c 	writel(temp, start_proc[port].global_control_reg);
start_proc        330 drivers/tty/serial/icom.c 	readl(start_proc[port].global_control_reg);