Home | History | Annotate | Download | only in msm7k

Lines Matching refs:ch

36 #define DMOV_SD0(off, ch) (MSM_DMOV_BASE + 0x0000 + (off) + ((ch) << 2))
37 #define DMOV_SD1(off, ch) (MSM_DMOV_BASE + 0x0400 + (off) + ((ch) << 2))
38 #define DMOV_SD2(off, ch) (MSM_DMOV_BASE + 0x0800 + (off) + ((ch) << 2))
39 #define DMOV_SD3(off, ch) (MSM_DMOV_BASE + 0x0C00 + (off) + ((ch) << 2))
47 #define DMOV_CMD_PTR(ch) DMOV_SD3(0x000, ch)
54 #define DMOV_RSLT(ch) DMOV_SD3(0x040, ch)
61 #define DMOV_FLUSH0(ch) DMOV_SD3(0x080, ch)
62 #define DMOV_FLUSH1(ch) DMOV_SD3(0x0C0, ch)
63 #define DMOV_FLUSH2(ch) DMOV_SD3(0x100, ch)
64 #define DMOV_FLUSH3(ch) DMOV_SD3(0x140, ch)
65 #define DMOV_FLUSH4(ch) DMOV_SD3(0x180, ch)
66 #define DMOV_FLUSH5(ch) DMOV_SD3(0x1C0, ch)
68 #define DMOV_STATUS(ch) DMOV_SD3(0x200, ch)
76 #define DMOV_CONFIG(ch) DMOV_SD3(0x300, ch)