Searched defs:off (Results 1 – 8 of 8) sorted by relevance
46 #define GPIO1_REG(off) (MSM_GPIO1_BASE + 0x800 + (off)) argument47 #define GPIO2_REG(off) (MSM_GPIO2_BASE + 0xC00 + (off)) argument
36 #define DMOV_SD0(off, ch) (MSM_DMOV_BASE + 0x0000 + (off) + ((ch) << 2)) argument37 #define DMOV_SD1(off, ch) (MSM_DMOV_BASE + 0x0400 + (off) + ((ch) << 2)) argument38 #define DMOV_SD2(off, ch) (MSM_DMOV_BASE + 0x0800 + (off) + ((ch) << 2)) argument39 #define DMOV_SD3(off, ch) (MSM_DMOV_BASE + 0x0C00 + (off) + ((ch) << 2)) argument
34 #define GPT_REG(off) (MSM_GPT_BASE + (off)) argument
34 #define VIC_REG(off) (MSM_VIC_BASE + (off)) argument
37 #define MDP_REG1(off) (MSM_MDP_BASE1 + (off)) argument38 #define MDP_REG(off) (MSM_MDP_BASE2 + (off)) argument
36 #define NAND_REG(off) (MSM_NAND_BASE + (off)) argument
36 #define MDDI_REG(off) (MSM_MDDI_BASE + (off)) argument
160 unsigned off; in gr_text() local