Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dam335x-fb.c70 struct am335x_lcdhw { struct
71 unsigned int pid; /* 0x00 */
72 unsigned int ctrl; /* 0x04 */
73 unsigned int gap0; /* 0x08 */
74 unsigned int lidd_ctrl; /* 0x0C */
75 unsigned int lidd_cs0_conf; /* 0x10 */
76 unsigned int lidd_cs0_addr; /* 0x14 */
77 unsigned int lidd_cs0_data; /* 0x18 */
78 unsigned int lidd_cs1_conf; /* 0x1C */
102 static struct am335x_lcdhw *lcdhw = (void *)LCD_CNTL_BASE; argument