/linux/Documentation/devicetree/bindings/devfreq/ |
H A D | nvidia,tegra30-actmon.yaml | 4 $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 D | tegra30-devfreq.c | 76 * 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 D | Kconfig | 119 It reads ACTMON counters of memory controllers and adjusts the
|
/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra30.dtsi | 480 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 D | tegra124.dtsi | 281 actmon: actmon@6000c800 { label 282 compatible = "nvidia,tegra124-actmon"; 287 clock-names = "actmon", "emc"; 289 reset-names = "actmon";
|
H A D | tegra124-peripherals-opp.dtsi | 330 emc_bw_dfs_opp_table: opp-table-actmon {
|
H A D | tegra30-lg-x3.dtsi | 1540 opp-table-actmon { 1771 <&actmon THERMAL_NO_LIMIT 1806 <&actmon THERMAL_NO_LIMIT
|
H A D | tegra30-asus-nexus7-grouper-common.dtsi | 1280 <&actmon THERMAL_NO_LIMIT 1315 <&actmon THERMAL_NO_LIMIT
|
H A D | tegra30-asus-transformer-common.dtsi | 1738 <&actmon THERMAL_NO_LIMIT 1773 <&actmon THERMAL_NO_LIMIT
|
H A D | tegra30-asus-tf201.dts | 609 opp-table-actmon {
|
H A D | tegra30-pegatron-chagall.dts | 2713 opp-table-actmon { 2819 <&actmon THERMAL_NO_LIMIT 2854 <&actmon THERMAL_NO_LIMIT
|
H A D | tegra30-asus-tf700t.dts | 804 opp-table-actmon {
|
H A D | tegra124-nyan-blaze-emc.dtsi | 2062 opp-table-actmon {
|
H A D | tegra30-asus-tf300t.dts | 1008 opp-table-actmon {
|
H A D | tegra124-jetson-tk1-emc.dtsi | 2436 opp-table-actmon {
|
H A D | tegra124-apalis-emc.dtsi | 1480 opp-table-actmon {
|
H A D | tegra30-asus-tf300tg.dts | 1082 opp-table-actmon {
|
H A D | tegra30-peripherals-opp.dtsi | 389 emc_bw_dfs_opp_table: opp-table-actmon {
|
H A D | tegra30-asus-nexus7-grouper-memory-timings.dtsi | 1566 opp-table-actmon {
|
H A D | tegra30-ouya.dts | 4643 opp-table-actmon { 4792 <&actmon THERMAL_NO_LIMIT
|
H A D | tegra124-nyan-big-emc.dtsi | 6685 opp-table-actmon {
|
/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra132.dtsi | 242 actmon@6000c800 { 243 compatible = "nvidia,tegra124-actmon"; 248 clock-names = "actmon", "emc"; 250 reset-names = "actmon";
|
/linux/drivers/clk/tegra/ |
H A D | clk-tegra-periph.c | 675 MUX("actmon", mux_pllp_pllc_clk32_clkm, CLK_SOURCE_ACTMON, 119, 0, tegra_clk_actmon),
|
H A D | clk-tegra30.c | 665 { .dev_id = "actmon", .dt_id = TEGRA30_CLK_ACTMON },
|