Home
last modified time | relevance | path

Searched full:asv (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/drivers/soc/samsung/
Dexynos-asv.c21 #include "exynos-asv.h"
22 #include "exynos5422-asv.h"
26 static int exynos_asv_update_cpu_opps(struct exynos_asv *asv, in exynos_asv_update_cpu_opps() argument
34 for (i = 0; i < ARRAY_SIZE(asv->subsys); i++) { in exynos_asv_update_cpu_opps()
36 asv->subsys[i].cpu_dt_compat)) { in exynos_asv_update_cpu_opps()
37 subsys = &asv->subsys[i]; in exynos_asv_update_cpu_opps()
52 dev_info(asv->dev, "cpu%d opp%d, freq: %u missing\n", in exynos_asv_update_cpu_opps()
59 new_volt = asv->opp_get_voltage(subsys, i, volt); in exynos_asv_update_cpu_opps()
68 dev_err(asv->dev, in exynos_asv_update_cpu_opps()
72 dev_dbg(asv->dev, in exynos_asv_update_cpu_opps()
[all …]
Dexynos5422-asv.c15 #include "exynos-asv.h"
16 #include "exynos5422-asv.h"
25 * This array is a set of 4 ASV data tables, first column of each ASV table
30 * initialization. There are separate ASV tables for the big (ARM) and little
338 static int exynos5422_asv_get_group(struct exynos_asv *asv) in exynos5422_asv_get_group() argument
343 regmap_read(asv->chipid_regmap, EXYNOS_CHIPID_REG_PKG_ID, &pkgid_reg); in exynos5422_asv_get_group()
344 regmap_read(asv->chipid_regmap, EXYNOS_CHIPID_REG_AUX_INFO, &auxi_reg); in exynos5422_asv_get_group()
346 if (asv->use_sg) { in exynos5422_asv_get_group()
389 static void exynos5422_asv_offset_voltage_setup(struct exynos_asv *asv) in exynos5422_asv_offset_voltage_setup() argument
394 regmap_read(asv->chipid_regmap, EXYNOS_CHIPID_REG_AUX_INFO, &reg); in exynos5422_asv_offset_voltage_setup()
[all …]
Dexynos5422-asv.h23 int exynos5422_asv_init(struct exynos_asv *asv);
25 static inline int exynos5422_asv_init(struct exynos_asv *asv) in exynos5422_asv_init() argument
DMakefile3 obj-$(CONFIG_EXYNOS_ASV_ARM) += exynos5422-asv.o
5 exynos_chipid-y += exynos-chipid.o exynos-asv.o
Dexynos-asv.h27 struct exynos_asv *asv; member
49 /* ASV bin read from DT */
DKconfig12 bool "Exynos ASV ARMv7-specific driver extensions" if COMPILE_TEST
16 tristate "Exynos ChipID controller and ASV driver"
Dexynos-chipid.c26 #include "exynos-asv.h"
203 MODULE_DESCRIPTION("Samsung Exynos ChipID controller and ASV driver");
/linux-6.12.1/Documentation/devicetree/bindings/hwinfo/
Dsamsung,exynos-chipid.yaml33 samsung,asv-bin:
36 to determine the ASV bin of an SoC if respective information
52 samsung,asv-bin = <2>;
/linux-6.12.1/drivers/misc/genwqe/
Dcard_ddcb.h34 * @asv: Output data
72 u8 asv[ASV_LENGTH]; /* Appl Spec Variant */ member
136 #define VCRC_LENGTH(n) ((n)) /* used ASV */
Dcard_ddcb.c322 * Copy DDCB ASV to request struct. There is no endian
323 * conversion made, since data structure in ASV is still
335 memcpy(&req->cmd.asv[0], &pddcb->asv[0], DDCB_ASV_LENGTH); in copy_ddcb_results()
429 vcrc = genwqe_crc16(pddcb->asv, in genwqe_check_ddcb_queue()
593 /* destroy previous results in ASV */ in get_next_ddcb()
594 pu64[0x80/8] = 0ULL; /* offs 0x80 (ASV + 0) */ in get_next_ddcb()
595 pu64[0x88/8] = 0ULL; /* offs 0x88 (ASV + 0x08) */ in get_next_ddcb()
596 pu64[0x90/8] = 0ULL; /* offs 0x90 (ASV + 0x10) */ in get_next_ddcb()
597 pu64[0x98/8] = 0ULL; /* offs 0x98 (ASV + 0x18) */ in get_next_ddcb()
Dcard_dev.c608 *(u64 *)&req->asv[0] = 0ULL; /* 0x80 */ in do_flash_update()
726 *(u64 *)&cmd->asv[0] = 0ULL; /* 0x80 */ in do_flash_read()
/linux-6.12.1/arch/arm/boot/dts/samsung/
Dexynos5422-odroidxu3-lite.dts34 samsung,asv-bin = <2>;
/linux-6.12.1/arch/m68k/include/asm/
Delf.h60 is actually used on ASV. */
/linux-6.12.1/include/uapi/linux/genwqe/
Dgenwqe_card.h357 #define DDCB_ASV_LENGTH 64 /* len of the DDCB ASV array */
428 __u8 asv[DDCB_ASV_LENGTH]; member
/linux-6.12.1/arch/m68k/atari/
Dnvram.c145 { 0x40, "ASV" },