Searched defs:sunxi_lcdc_softc (Results 1 – 1 of 1) sorted by relevance
126 struct sunxi_lcdc_softc { struct127 device_t sc_dev;128 bus_space_tag_t sc_bst;129 bus_space_handle_t sc_bsh;130 int sc_phandle;132 enum tcon_type sc_type;134 struct clk *sc_clk_ch[2];136 struct sunxi_lcdc_encoder sc_encoder;137 struct drm_connector sc_connector;139 struct fdt_device_ports sc_ports;[all …]