Lines Matching refs:ABSOLUTE
8 ABSOLUTE status_ready = 0x10 ; idle loop interrupted by driver
9 ABSOLUTE status_reselected = 0x11 ; select or idle interrupted by reselection
10 ABSOLUTE status_timeout = 0x12 ; select timed out
11 ABSOLUTE status_selected = 0x13 ; select succeeded
12 ABSOLUTE status_complete = 0x14 ; transaction completed
13 ABSOLUTE status_disconnect = 0x15 ; device disconnected in the middle
14 ABSOLUTE status_badstatus = 0x16 ; snafu in the status phase
15 ABSOLUTE status_overrun = 0x17 ; data overrun occurred
16 ABSOLUTE status_underrun = 0x18 ; data underrun occurred
17 ABSOLUTE status_badphase = 0x19 ; weird phase transition occurred
18 ABSOLUTE status_badmsg = 0x1a ; bad msg received
19 ABSOLUTE status_badextmsg = 0x1b ; bad extended msg received
20 ABSOLUTE status_selftest = 0x1c ; used by selftest stub
21 ABSOLUTE status_iocomplete = 0x1d ; used by driver
22 ABSOLUTE status_syncin = 0x1e ; inbound sync msg
23 ABSOLUTE status_widein = 0x1f ; inbound wdtr msg
24 ABSOLUTE status_ignore_residue = 0x20 ; ignore wide residue bytes
28 ABSOLUTE ctxt_device = 0x00 ; targ id, sync params, etc
29 ABSOLUTE ctxt_sendmsg = 0x08 ; outgoing (ID) msg(1) pointer
30 ABSOLUTE ctxt_recvmsg = 0x10 ; incoming msg(1) pointer
31 ABSOLUTE ctxt_extdmsg = 0x18 ; extdmsg(1) pointer
32 ABSOLUTE ctxt_syncmsg = 0x20 ; sync(2) pointer
33 ABSOLUTE ctxt_status = 0x28 ; status(1) pointer
34 ABSOLUTE ctxt_command = 0x30 ; command(6,10,12) pointer
35 ABSOLUTE ctxt_widemsg = 0x38 ; wide(2) pointer