Home
last modified time | relevance | path

Searched refs:tegra210_car_softc (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_car.c316 init_divs(struct tegra210_car_softc *sc, struct clk_div_def *clks, int nclks) in init_divs()
328 init_gates(struct tegra210_car_softc *sc, struct clk_gate_def *clks, int nclks) in init_gates()
341 init_muxes(struct tegra210_car_softc *sc, struct clk_mux_def *clks, int nclks) in init_muxes()
354 init_fixeds(struct tegra210_car_softc *sc, struct clk_fixed_def *clks, in init_fixeds()
389 postinit_clock(struct tegra210_car_softc *sc) in postinit_clock()
437 struct tegra210_car_softc *sc; in register_clocks()
462 struct tegra210_car_softc *sc; in tegra210_car_clkdev_read_4()
472 struct tegra210_car_softc *sc; in tegra210_car_clkdev_write_4()
483 struct tegra210_car_softc *sc; in tegra210_car_clkdev_modify_4()
497 struct tegra210_car_softc *sc; in tegra210_car_clkdev_device_lock()
[all …]
H A Dtegra210_car.h503 struct tegra210_car_softc { struct
518 void tegra210_init_plls(struct tegra210_car_softc *sc); argument
520 void tegra210_periph_clock(struct tegra210_car_softc *sc);
521 void tegra210_super_mux_clock(struct tegra210_car_softc *sc);
523 int tegra210_hwreset_by_idx(struct tegra210_car_softc *sc, intptr_t idx,
H A Dtegra210_clk_super.c218 tegra210_super_mux_clock(struct tegra210_car_softc *sc) in tegra210_super_mux_clock()
H A Dtegra210_clk_per.c906 tegra210_hwreset_by_idx(struct tegra210_car_softc *sc, intptr_t idx, bool reset) in tegra210_hwreset_by_idx()
953 tegra210_periph_clock(struct tegra210_car_softc *sc) in tegra210_periph_clock()
H A Dtegra210_clk_pll.c1397 static void config_utmi_pll(struct tegra210_car_softc *sc) in config_utmi_pll()
1468 tegra210_init_plls(struct tegra210_car_softc *sc) in tegra210_init_plls()