Searched refs:DMOV_SD3 (Results 1 – 1 of 1) sorted by relevance
/bootable/bootloader/legacy/include/msm7k/ |
D | dmov.h | 39 #define DMOV_SD3(off, ch) (MSM_DMOV_BASE + 0x0C00 + (off) + ((ch) << 2)) macro 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) [all …]
|