6 /* MT6235 Section 11 */
9 /* Read current quarter bit count */
11 /* Latched Qbit counter reset position */
13 /* Direct Qbit counter reset position */
14 TDMA_WRAPIMD
= 0x0008,
15 /* Event latch position */
17 /* DSP software control */
19 /* MCU software control */
32 /* Auxiliary ADC event */
36 TDMA_EVTENA0
= 0x0150,
37 TDMA_EVTENA1
= 0x0154,
38 TDMA_EVTENA2
= 0x0158,
39 TDMA_EVTENA3
= 0x015c,
40 TDMA_EVTENA4
= 0x0160,
41 TDMA_EVTENA5
= 0x0164,
42 TDMA_EVTENA6
= 0x0168,
43 TDMA_EVTENA6
= 0x016c,
44 TDMA_WRAPOFS
= 0x0170,
45 TDMA_REGBIAS
= 0x0174,
49 TDMA_BULCON1
= 0x018c,
50 TDMA_BULCON2
= 0x0190,
51 TDMA_FB_FLAG
= 0x0194,
52 TDMA_FB_CLRI
= 0x0198,
55 #define TDMA_BSI(n) (TDMA_BSI0 + (n)*4)
56 #define TDMA_BPI(n) (TDMA_BPI0 + (n)*4)
60 #endif /* _MTK_TDMA_H */