Lines Matching defs:tilcdc_softc
68 struct tilcdc_softc { struct
69 device_t sc_dev;
70 struct drm_device *sc_ddev;
72 bus_space_tag_t sc_bst;
73 bus_space_handle_t sc_bsh;
74 bus_dma_tag_t sc_dmat;
76 struct clk *sc_clk;
77 int sc_phandle;
79 struct lwp *sc_task_thread;
81 struct workqueue *sc_task_wq;
83 bool sc_dev_registered;
85 struct tilcdc_crtc sc_crtc;
86 struct tilcdc_encoder sc_encoder;
87 struct tilcdc_vblank sc_vbl;
89 struct fdt_device_ports sc_ports;