Lines Matching defs:sunxi_lcdc_softc
126 struct sunxi_lcdc_softc { struct
127 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;
141 uint32_t sc_vbl_counter;