Home
last modified time | relevance | path

Searched refs:nocp (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/devfreq/event/
Dexynos-nocp.c37 struct exynos_nocp *nocp = devfreq_event_get_drvdata(edev); in exynos_nocp_set_event() local
41 ret = regmap_update_bits(nocp->regmap, NOCP_MAIN_CTL, in exynos_nocp_set_event()
44 dev_err(nocp->dev, "failed to disable the NoC probe device\n"); in exynos_nocp_set_event()
49 ret = regmap_write(nocp->regmap, NOCP_STAT_PERIOD, 0x0); in exynos_nocp_set_event()
54 ret = regmap_update_bits(nocp->regmap, NOCP_COUNTERS_0_SRC, in exynos_nocp_set_event()
60 ret = regmap_update_bits(nocp->regmap, NOCP_COUNTERS_1_SRC, in exynos_nocp_set_event()
66 ret = regmap_update_bits(nocp->regmap, NOCP_COUNTERS_2_SRC, in exynos_nocp_set_event()
72 ret = regmap_update_bits(nocp->regmap, NOCP_COUNTERS_3_SRC, in exynos_nocp_set_event()
80 ret = regmap_write(nocp->regmap, NOCP_STAT_ALARM_MIN, 0x0); in exynos_nocp_set_event()
84 ret = regmap_write(nocp->regmap, NOCP_STAT_ALARM_MAX, 0x0); in exynos_nocp_set_event()
[all …]
DMakefile3 obj-$(CONFIG_DEVFREQ_EVENT_EXYNOS_NOCP) += exynos-nocp.o
/Linux-v4.19/Documentation/devicetree/bindings/devfreq/event/
Dexynos-nocp.txt14 - compatible: Should be "samsung,exynos5420-nocp"
18 - clock-names : the name of clock used by the NoC Probe, "nocp"
23 nocp_mem0_0: nocp@10ca1000 {
24 compatible = "samsung,exynos5420-nocp";
/Linux-v4.19/arch/arm/boot/dts/
Dexynos5420.dtsi238 nocp_mem0_0: nocp@10ca1000 {
239 compatible = "samsung,exynos5420-nocp";
244 nocp_mem0_1: nocp@10ca1400 {
245 compatible = "samsung,exynos5420-nocp";
250 nocp_mem1_0: nocp@10ca1800 {
251 compatible = "samsung,exynos5420-nocp";
256 nocp_mem1_1: nocp@10ca1c00 {
257 compatible = "samsung,exynos5420-nocp";
262 nocp_g3d_0: nocp@11a51000 {
263 compatible = "samsung,exynos5420-nocp";
[all …]