Home
last modified time | relevance | path

Searched refs:off (Results 1 – 9 of 9) sorted by relevance

/bootable/bootloader/legacy/include/msm7k/
Ddmov.h36 #define DMOV_SD0(off, ch) (MSM_DMOV_BASE + 0x0000 + (off) + ((ch) << 2)) argument
37 #define DMOV_SD1(off, ch) (MSM_DMOV_BASE + 0x0400 + (off) + ((ch) << 2)) argument
38 #define DMOV_SD2(off, ch) (MSM_DMOV_BASE + 0x0800 + (off) + ((ch) << 2)) argument
39 #define DMOV_SD3(off, ch) (MSM_DMOV_BASE + 0x0C00 + (off) + ((ch) << 2)) argument
Dgpio.h46 #define GPIO1_REG(off) (MSM_GPIO1_BASE + 0x800 + (off)) argument
47 #define GPIO2_REG(off) (MSM_GPIO2_BASE + 0xC00 + (off)) argument
Dgpt.h34 #define GPT_REG(off) (MSM_GPT_BASE + (off)) argument
Dmdp.h37 #define MDP_REG1(off) (MSM_MDP_BASE1 + (off)) argument
38 #define MDP_REG(off) (MSM_MDP_BASE2 + (off)) argument
Dvic.h34 #define VIC_REG(off) (MSM_VIC_BASE + (off)) argument
Dnand.h36 #define NAND_REG(off) (MSM_NAND_BASE + (off)) argument
Dmddi.h36 #define MDDI_REG(off) (MSM_MDDI_BASE + (off)) argument
/bootable/recovery/minui/
Dgraphics.c215 unsigned off; in gr_text() local
225 while((off = *s++)) { in gr_text()
226 off -= 32; in gr_text()
227 if (off < 96) { in gr_text()
228 gl->texCoord2i(gl, (off * font->cwidth) - x, 0 - y); in gr_text()
/bootable/bootloader/legacy/
Dfastboot_protocol.txt141 "powerdown" Power off the device.