Searched defs:tegra210_pmc_softc (Results 1 – 1 of 1) sorted by relevance
150 struct tegra210_pmc_softc { struct151 device_t dev;152 struct resource *mem_res;153 clk_t clk;177 static struct tegra210_pmc_softc *pmc_sc; argument