raw_cable_id 503 drivers/tty/serial/icom.c unsigned char cable_id, raw_cable_id; raw_cable_id 519 drivers/tty/serial/icom.c raw_cable_id = readb(&icom_port->dram->cable_id); raw_cable_id 520 drivers/tty/serial/icom.c trace(icom_port, "CABLE_ID", raw_cable_id); raw_cable_id 523 drivers/tty/serial/icom.c cable_id = (raw_cable_id & ICOM_CABLE_ID_MASK) >> 4; raw_cable_id 526 drivers/tty/serial/icom.c if (!(raw_cable_id & ICOM_CABLE_ID_VALID) || raw_cable_id 533 drivers/tty/serial/icom.c raw_cable_id = readb(&icom_port->dram->cable_id); raw_cable_id 534 drivers/tty/serial/icom.c cable_id = (raw_cable_id & ICOM_CABLE_ID_MASK) >> 4; raw_cable_id 535 drivers/tty/serial/icom.c if (!(raw_cable_id & ICOM_CABLE_ID_VALID) ||