Home
last modified time | relevance | path

Searched full:actmon (Results 1 – 24 of 24) sorted by relevance

/linux/Documentation/devicetree/bindings/devfreq/
H A Dnvidia,tegra30-actmon.yaml4 $id: http://devicetree.org/schemas/devfreq/nvidia,tegra30-actmon.yaml#
23 - nvidia,tegra30-actmon
24 - nvidia,tegra114-actmon
25 - nvidia,tegra124-actmon
26 - nvidia,tegra210-actmon
36 - const: actmon
44 - const: actmon
114 actmon@6000c800 {
115 compatible = "nvidia,tegra30-actmon";
119 clock-names = "actmon", "emc";
[all …]
/linux/drivers/devfreq/
H A Dtegra30-devfreq.c76 * struct tegra_devfreq_device_config - configuration specific to an ACTMON
152 * struct tegra_devfreq_device - state specific to an ACTMON device
755 * ACTMON hardware supports up to 256 milliseconds for the in tegra_governor_event_handler()
806 dev_err(dev, "Failed to prepare and enable ACTMON clock\n"); in devm_tegra_devfreq_init_hw()
842 const char *clk_names[] = { "actmon", NULL }; in tegra_devfreq_probe()
860 tegra->reset = devm_reset_control_get(&pdev->dev, "actmon"); in tegra_devfreq_probe()
866 tegra->clock = devm_clk_get(&pdev->dev, "actmon"); in tegra_devfreq_probe()
868 dev_err(&pdev->dev, "Failed to get actmon clock\n"); in tegra_devfreq_probe()
965 { .compatible = "nvidia,tegra30-actmon", .data = &tegra30_soc, },
966 { .compatible = "nvidia,tegra124-actmon", .data = &tegra124_soc, },
H A DKconfig119 It reads ACTMON counters of memory controllers and adjusts the
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30.dtsi480 actmon: actmon@6000c800 { label
481 compatible = "nvidia,tegra30-actmon";
486 clock-names = "actmon", "emc";
488 reset-names = "actmon";
1321 <&actmon THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
H A Dtegra124.dtsi281 actmon: actmon@6000c800 { label
282 compatible = "nvidia,tegra124-actmon";
287 clock-names = "actmon", "emc";
289 reset-names = "actmon";
H A Dtegra124-peripherals-opp.dtsi330 emc_bw_dfs_opp_table: opp-table-actmon {
H A Dtegra30-lg-x3.dtsi1540 opp-table-actmon {
1771 <&actmon THERMAL_NO_LIMIT
1806 <&actmon THERMAL_NO_LIMIT
H A Dtegra30-asus-nexus7-grouper-common.dtsi1280 <&actmon THERMAL_NO_LIMIT
1315 <&actmon THERMAL_NO_LIMIT
H A Dtegra30-asus-transformer-common.dtsi1738 <&actmon THERMAL_NO_LIMIT
1773 <&actmon THERMAL_NO_LIMIT
H A Dtegra30-asus-tf201.dts609 opp-table-actmon {
H A Dtegra30-pegatron-chagall.dts2713 opp-table-actmon {
2819 <&actmon THERMAL_NO_LIMIT
2854 <&actmon THERMAL_NO_LIMIT
H A Dtegra30-asus-tf700t.dts804 opp-table-actmon {
H A Dtegra124-nyan-blaze-emc.dtsi2062 opp-table-actmon {
H A Dtegra30-asus-tf300t.dts1008 opp-table-actmon {
H A Dtegra124-jetson-tk1-emc.dtsi2436 opp-table-actmon {
H A Dtegra124-apalis-emc.dtsi1480 opp-table-actmon {
H A Dtegra30-asus-tf300tg.dts1082 opp-table-actmon {
H A Dtegra30-peripherals-opp.dtsi389 emc_bw_dfs_opp_table: opp-table-actmon {
H A Dtegra30-asus-nexus7-grouper-memory-timings.dtsi1566 opp-table-actmon {
H A Dtegra30-ouya.dts4643 opp-table-actmon {
4792 <&actmon THERMAL_NO_LIMIT
H A Dtegra124-nyan-big-emc.dtsi6685 opp-table-actmon {
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra132.dtsi242 actmon@6000c800 {
243 compatible = "nvidia,tegra124-actmon";
248 clock-names = "actmon", "emc";
250 reset-names = "actmon";
/linux/drivers/clk/tegra/
H A Dclk-tegra-periph.c675 MUX("actmon", mux_pllp_pllc_clk32_clkm, CLK_SOURCE_ACTMON, 119, 0, tegra_clk_actmon),
H A Dclk-tegra30.c665 { .dev_id = "actmon", .dt_id = TEGRA30_CLK_ACTMON },