Searched defs:pxa2x0_lcd_softc (Results 1 – 1 of 1) sorted by relevance
75 struct pxa2x0_lcd_softc { struct76 device_t dev;78 bus_space_tag_t iot;79 bus_space_handle_t ioh;80 bus_dma_tag_t dma_tag;82 uint32_t flags;85 const struct lcd_panel_geometry *geometry;87 int n_screens;89 struct pxa2x0_lcd_screen *active;90 void *ih; /* interrupt handler */