Searched defs:am335x_lcdhw (Results 1 – 1 of 1) sorted by relevance
70 struct am335x_lcdhw { struct71 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