Home
last modified time | relevance | path

Searched defs:am335x_lcdhw (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/
H A Dam335x-fb.c66 struct am335x_lcdhw { struct
67 unsigned int pid; /* 0x00 */
68 unsigned int ctrl; /* 0x04 */
69 unsigned int gap0; /* 0x08 */
70 unsigned int lidd_ctrl; /* 0x0C */
71 unsigned int lidd_cs0_conf; /* 0x10 */
72 unsigned int lidd_cs0_addr; /* 0x14 */
73 unsigned int lidd_cs0_data; /* 0x18 */
74 unsigned int lidd_cs1_conf; /* 0x1C */
98 static struct am335x_lcdhw *lcdhw = (void *)LCD_CNTL_BASE; argument