Searched +full:meson +full:- +full:g12a +full:- +full:mali (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/soc/amlogic/ |
H A D | meson-clk-measure.c | 1 // SPDX-License-Identifier: GPL-2.0+ 80 CLK_MSR_ID(35, "mali"), 129 CLK_MSR_ID(35, "mali"), 280 CLK_MSR_ID(35, "mali"), 396 CLK_MSR_ID(35, "mali"), 494 struct meson_msr *priv = clk_msr_id->priv; in meson_measure_id() 502 regmap_write(priv->regmap, MSR_CLK_REG0, 0); in meson_measure_id() 505 regmap_update_bits(priv->regmap, MSR_CLK_REG0, MSR_DURATION, in meson_measure_id() 506 FIELD_PREP(MSR_DURATION, duration - 1)); in meson_measure_id() 509 regmap_update_bits(priv->regmap, MSR_CLK_REG0, MSR_CLK_SRC, in meson_measure_id() [all …]
|
/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_drv.c | 1 // SPDX-License-Identifier: GPL-2.0 38 ret = pm_runtime_resume_and_get(pfdev->dev); in panfrost_ioctl_query_timestamp() 46 pm_runtime_put(pfdev->dev); in panfrost_ioctl_query_timestamp() 53 struct panfrost_device *pfdev = ddev->dev_private; in panfrost_ioctl_get_param() 56 if (param->pad != 0) in panfrost_ioctl_get_param() 57 return -EINVAL; in panfrost_ioctl_get_param() 61 param->value = pfdev->features.member; \ in panfrost_ioctl_get_param() 66 param->value = pfdev->features.member[param->param - \ in panfrost_ioctl_get_param() 70 switch (param->param) { in panfrost_ioctl_get_param() 98 ret = panfrost_ioctl_query_timestamp(pfdev, ¶m->value); in panfrost_ioctl_get_param() [all …]
|
/linux/drivers/clk/meson/ |
H A D | g12a.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Amlogic Meson-G12A Clock Controller Driver 13 #include <linux/clk-provider.h> 20 #include "clk-mpll.h" 21 #include "clk-pll.h" 22 #include "clk-regmap.h" 23 #include "clk-cpu-dyndiv.h" 24 #include "vid-pll-div.h" 26 #include "meson-eeclk.h" 27 #include "g12a.h" [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|