Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dtpqic02.c266 (unsigned short) ~(TP_ST1 | TP_BOM), (TP_ST0 | TP_WRP),
272 ~TP_WRP, TP_ST0 | TP_UDA | TP_ST1 | TP_BOM,
290 TP_BOM,
300 ~(TP_ST0 | TP_CNI | TP_USL | TP_WRP | TP_BOM),
303 ~(TP_ST0 | TP_CNI | TP_USL | TP_WRP | TP_BOM),
315 ~(TP_WRP | TP_ST0), TP_ST1 | TP_BOM, "Beginning of media" /* extra: 16 */ }
881 if (err & TP_BOM) 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()
[all …]
/linux-2.4.37.9/include/linux/
Dtpqic02.h611 #define TP_BOM 0x800 /* Beginning of media */ macro