Searched refs:raw_cable_id (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/serial/
H A Dicom.c766 unsigned char cable_id, raw_cable_id; local
782 raw_cable_id = readb(&icom_port->dram->cable_id);
783 trace(icom_port, "CABLE_ID", raw_cable_id);
786 cable_id = (raw_cable_id & ICOM_CABLE_ID_MASK) >> 4;
789 if (!(raw_cable_id & ICOM_CABLE_ID_VALID) ||
796 raw_cable_id = readb(&icom_port->dram->cable_id);
797 cable_id = (raw_cable_id & ICOM_CABLE_ID_MASK) >> 4;
798 if (!(raw_cable_id & ICOM_CABLE_ID_VALID) ||

Completed in 138 milliseconds