tegra124_car_softc
tegra124_car_clock_get_rate_pll(struct tegra124_car_softc *sc,
tegra124_car_clock_set_rate_pll(struct tegra124_car_softc *sc,
tegra124_car_clock_set_parent_mux(struct tegra124_car_softc *sc,
tegra124_car_clock_get_parent_mux(struct tegra124_car_softc *sc,
tegra124_car_clock_get_rate_fixed_div(struct tegra124_car_softc *sc,
tegra124_car_clock_get_rate_div(struct tegra124_car_softc *sc,
tegra124_car_clock_set_rate_div(struct tegra124_car_softc *sc,
tegra124_car_clock_enable_gate(struct tegra124_car_softc *sc,
struct tegra124_car_softc * const sc = device_private(dev);
struct tegra124_car_softc * const sc = device_private(dev);
struct tegra124_car_softc * const sc = device_private(dev);
static void tegra124_car_init(struct tegra124_car_softc *);
static void tegra124_car_utmip_init(struct tegra124_car_softc *);
static void tegra124_car_xusb_init(struct tegra124_car_softc *);
static void tegra124_car_watchdog_init(struct tegra124_car_softc *);
static void tegra124_car_parent_init(struct tegra124_car_softc *);
CFATTACH_DECL_NEW(tegra124_car, sizeof(struct tegra124_car_softc),
struct tegra124_car_softc * const sc = device_private(self);
tegra124_car_init(struct tegra124_car_softc *sc)
tegra124_car_parent_init(struct tegra124_car_softc *sc)
tegra124_car_utmip_init(struct tegra124_car_softc *sc)
tegra124_car_xusb_init(struct tegra124_car_softc *sc)
tegra124_car_watchdog_init(struct tegra124_car_softc *sc)
struct tegra124_car_softc * const sc = device_private(self);
struct tegra124_car_softc * const sc = priv;
struct tegra124_car_softc * const sc = device_private(dev);