Home
last modified time | relevance | path

Searched refs:TP_EOM (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dtpqic02.c269 (unsigned short) ~(TP_ST1 | TP_EOR), (TP_ST0 | TP_EOM),
285 TP_ST0 | TP_EOM | TP_UDA | TP_BNL | TP_ST1 |
293 ~(TP_WRP | TP_EOM), TP_ST0 | TP_FIL,
309 ~(TP_ST0 | TP_WRP | TP_EOM | TP_UDA | TP_BNL | TP_FIL |
864 if (err & TP_EOM) { /* end of media */ in tp_sense()
943 if (tp_sense(TP_WRP | TP_BOM | TP_EOM | TP_FIL) != TE_OK) in ll_do_qic_cmd()
984 if (tp_sense(TP_WRP | TP_BOM | TP_EOM | TP_FIL) != TE_OK) { in ll_do_qic_cmd()
1008 TP_BOM | TP_EOM | TP_FIL : TP_WRP | TP_BOM | in ll_do_qic_cmd()
1009 TP_EOM | TP_FIL)) != TE_OK) { in ll_do_qic_cmd()
1069 if (tp_sense(TP_FIL | TP_EOM | TP_WRP) != TE_OK) { in terminate_read()
[all …]
/linux-2.4.37.9/include/linux/
Dtpqic02.h619 #define TP_EOM 0x08 /* End of media */ macro
625 #define REPORT_ERR0 (TP_CNI|TP_USL|TP_WRP|TP_EOM|TP_UDA|TP_BNL|TP_FIL)