Searched refs:tegra124_car_softc (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_car.c | 327 init_divs(struct tegra124_car_softc *sc, struct clk_div_def *clks, int nclks) in init_divs() 339 init_gates(struct tegra124_car_softc *sc, struct clk_gate_def *clks, int nclks) in init_gates() 351 init_muxes(struct tegra124_car_softc *sc, struct clk_mux_def *clks, int nclks) in init_muxes() 363 init_fixeds(struct tegra124_car_softc *sc, struct clk_fixed_def *clks, in init_fixeds() 391 postinit_clock(struct tegra124_car_softc *sc) in postinit_clock() 439 struct tegra124_car_softc *sc; in register_clocks() 464 struct tegra124_car_softc *sc; in tegra124_car_clkdev_read_4() 474 struct tegra124_car_softc *sc; in tegra124_car_clkdev_write_4() 485 struct tegra124_car_softc *sc; in tegra124_car_clkdev_modify_4() 499 struct tegra124_car_softc *sc; in tegra124_car_clkdev_device_lock() [all …]
|
H A D | tegra124_car.h | 311 struct tegra124_car_softc { struct 326 void tegra124_init_plls(struct tegra124_car_softc *sc); argument 328 void tegra124_periph_clock(struct tegra124_car_softc *sc); 329 void tegra124_super_mux_clock(struct tegra124_car_softc *sc); 331 int tegra124_hwreset_by_idx(struct tegra124_car_softc *sc, intptr_t idx,
|
H A D | tegra124_clk_super.c | 251 tegra124_super_mux_clock(struct tegra124_car_softc *sc) in tegra124_super_mux_clock()
|
H A D | tegra124_clk_per.c | 791 tegra124_hwreset_by_idx(struct tegra124_car_softc *sc, intptr_t idx, bool reset) in tegra124_hwreset_by_idx() 826 tegra124_periph_clock(struct tegra124_car_softc *sc) in tegra124_periph_clock()
|
H A D | tegra124_clk_pll.c | 1079 static void config_utmi_pll(struct tegra124_car_softc *sc) in config_utmi_pll() 1139 tegra124_init_plls(struct tegra124_car_softc *sc) in tegra124_init_plls()
|