Searched defs:sunxi_debe_softc (Results 1 – 1 of 1) sorted by relevance
68 struct sunxi_debe_softc { struct69 device_t sc_dev;70 device_t sc_fbdev;71 enum sunxi_debe_type sc_type;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_ahb;77 struct clk *sc_clk_mod;78 struct clk *sc_clk_ram;[all …]