Home
last modified time | relevance | path

Searched refs:HR_LCD_REG_BASE (Results 1 – 2 of 2) sorted by relevance

/device/soc/winnermicro/wm800/board/include/
Dwm_regs.h710 #define HR_LCD_REG_BASE (HR_APB_BASE_ADDR + 0x1C00) // (0x4001 1C00) macro
711 #define HR_LCD_CR (HR_LCD_REG_BASE+0x000)
712 #define HR_LCD_FRAME_CNT (HR_LCD_REG_BASE+0x004)
713 #define HR_LCD_COM0_SEG (HR_LCD_REG_BASE+0x008)
714 #define HR_LCD_COM1_SEG (HR_LCD_REG_BASE+0x00C)
715 #define HR_LCD_COM2_SEG (HR_LCD_REG_BASE+0x010)
716 #define HR_LCD_COM3_SEG (HR_LCD_REG_BASE+0x014)
717 #define HR_LCD_COM4_SEG (HR_LCD_REG_BASE+0x018)
718 #define HR_LCD_COM5_SEG (HR_LCD_REG_BASE+0x01C)
719 #define HR_LCD_COM6_SEG (HR_LCD_REG_BASE+0x020)
[all …]
/device/soc/winnermicro/wm800/board/include/driver/
Dwm_lcd.h59 #define LCD ((LCD_T *)HR_LCD_REG_BASE)