Searched refs:get_RS_EOM (Results 1 - 17 of 17) sorted by relevance
/third_party/backends/backend/ |
H A D | kvs1025_cmds.h | 50 #define get_RS_EOM(b) getbitfield(b + 0x02, 1, 6) macro
|
H A D | matsushita.h | 148 #define get_RS_EOM(b) getbitfield(b + 0x02, 1, 6) macro
|
H A D | teco1.h | 200 #define get_RS_EOM(b) getbitfield(b + 0x02, 1, 6) macro
|
H A D | teco2.h | 223 #define get_RS_EOM(b) getbitfield(b + 0x02, 1, 6) macro
|
H A D | teco3.h | 214 #define get_RS_EOM(b) getbitfield(b + 0x02, 1, 6) macro
|
H A D | kvs1025_low.c | 639 get_RS_ILI (rs->sense), get_RS_EOM (rs->sense)); in CMD_read_image() 841 while (!get_RS_EOM (rs.sense)); in ReadImageDataSimplex() 924 if (get_RS_EOM (rs.sense)) in ReadImageDataDuplex()
|
H A D | pie-scsidef.h | 365 #define get_RS_EOM(b) getbitfield(b + 0x02, 1, 6) macro
|
H A D | sp15c-scsi.h | 234 #define get_RS_EOM(b) getbitfield(b + 0x02, 1, 6) macro
|
H A D | canon_dr-cmd.h | 99 #define get_RS_EOM(b) getbitfield(b + 0x02, 1, 6) macro
|
H A D | coolscan-scsidef.h | 826 #define get_RS_EOM(b) getbitfield(b + 0x02, 1, 6) macro
|
H A D | kodak-cmd.h | 77 #define get_RS_EOM(b) getbitfield(b + 0x02, 6, 1) macro
|
H A D | leo.h | 187 #define get_RS_EOM(b) getbitfield(b + 0x02, 1, 6) macro
|
H A D | umax-scsidef.h | 906 #define get_RS_EOM(b) getbitfield(b + 0x02, 1, 6) macro
|
H A D | fujitsu-scsi.h | 96 #define get_RS_EOM(b) getbitfield(b + 0x02, 1, 6) macro
|
H A D | matsushita.c | 883 if (get_RS_EOM (result) && asc == 0x00 && ascq == 0x00) in matsushita_sense_handler()
|
H A D | canon_dr.c | 8121 unsigned int eom = get_RS_EOM (sensed_data); in sense_handler()
|
H A D | fujitsu.c | 9296 s->rs_eom = get_RS_EOM (sensed_data); in sense_handler()
|
Completed in 52 milliseconds