Go to the documentation of this file.
34 #define SEEQ_RSTAT_OVERF 0x001
35 #define SEEQ_RSTAT_CERROR 0x002
36 #define SEEQ_RSTAT_DERROR 0x004
37 #define SEEQ_RSTAT_SFRAME 0x008
38 #define SEEQ_RSTAT_REOF 0x010
39 #define SEEQ_RSTAT_FIG 0x020
40 #define SEEQ_RSTAT_TIMEO 0x040
41 #define SEEQ_RSTAT_WHICH 0x080
42 #define SEEQ_RSTAT_LITTLE 0x100
43 #define SEEQ_RSTAT_SDMA 0x200
44 #define SEEQ_RSTAT_ADMA 0x400
45 #define SEEQ_RSTAT_ROVERF 0x800
48 #define SEEQ_RCMD_RDISAB 0x000
49 #define SEEQ_RCMD_IOVERF 0x001
50 #define SEEQ_RCMD_ICRC 0x002
51 #define SEEQ_RCMD_IDRIB 0x004
52 #define SEEQ_RCMD_ISHORT 0x008
53 #define SEEQ_RCMD_IEOF 0x010
54 #define SEEQ_RCMD_IGOOD 0x020
55 #define SEEQ_RCMD_RANY 0x040
56 #define SEEQ_RCMD_RBCAST 0x080
57 #define SEEQ_RCMD_RBMCAST 0x0c0
60 #define SEEQ_TSTAT_UFLOW 0x001
61 #define SEEQ_TSTAT_CLS 0x002
62 #define SEEQ_TSTAT_R16 0x004
63 #define SEEQ_TSTAT_PTRANS 0x008
64 #define SEEQ_TSTAT_LCLS 0x010
65 #define SEEQ_TSTAT_WHICH 0x080
66 #define SEEQ_TSTAT_TLE 0x100
67 #define SEEQ_TSTAT_SDMA 0x200
68 #define SEEQ_TSTAT_ADMA 0x400
71 #define SEEQ_TCMD_RB0 0x00
72 #define SEEQ_TCMD_IUF 0x01
73 #define SEEQ_TCMD_IC 0x02
74 #define SEEQ_TCMD_I16 0x04
75 #define SEEQ_TCMD_IPT 0x08
76 #define SEEQ_TCMD_RB1 0x20
77 #define SEEQ_TCMD_RB2 0x40
80 #define SEEQ_CTRL_XCNT 0x01
81 #define SEEQ_CTRL_ACCNT 0x02
82 #define SEEQ_CTRL_SFLAG 0x04
83 #define SEEQ_CTRL_EMULTI 0x08
84 #define SEEQ_CTRL_ESHORT 0x10
85 #define SEEQ_CTRL_ENCARR 0x20
88 #define SEEQ_HPIO_P1BITS 0x00000001
89 #define SEEQ_HPIO_P2BITS 0x00000060
90 #define SEEQ_HPIO_P3BITS 0x00000100
91 #define SEEQ_HDMA_D1BITS 0x00000006
92 #define SEEQ_HDMA_D2BITS 0x00000020
93 #define SEEQ_HDMA_D3BITS 0x00000000
94 #define SEEQ_HDMA_TIMEO 0x00030000
95 #define SEEQ_HCTL_NORM 0x00000000
96 #define SEEQ_HCTL_RESET 0x00000001
97 #define SEEQ_HCTL_IPEND 0x00000002
98 #define SEEQ_HCTL_IPG 0x00001000
99 #define SEEQ_HCTL_RFIX 0x00002000
100 #define SEEQ_HCTL_EFIX 0x00004000
101 #define SEEQ_HCTL_IFIX 0x00008000