Searched full:asv (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/drivers/soc/samsung/ |
D | exynos-asv.c | 21 #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 …]
|
D | exynos5422-asv.c | 15 #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, ®); in exynos5422_asv_offset_voltage_setup() [all …]
|
D | exynos5422-asv.h | 23 int exynos5422_asv_init(struct exynos_asv *asv); 25 static inline int exynos5422_asv_init(struct exynos_asv *asv) in exynos5422_asv_init() argument
|
D | Makefile | 3 obj-$(CONFIG_EXYNOS_ASV_ARM) += exynos5422-asv.o 5 exynos_chipid-y += exynos-chipid.o exynos-asv.o
|
D | exynos-asv.h | 27 struct exynos_asv *asv; member 49 /* ASV bin read from DT */
|
D | Kconfig | 12 bool "Exynos ASV ARMv7-specific driver extensions" if COMPILE_TEST 16 tristate "Exynos ChipID controller and ASV driver"
|
D | exynos-chipid.c | 26 #include "exynos-asv.h" 203 MODULE_DESCRIPTION("Samsung Exynos ChipID controller and ASV driver");
|
/linux-6.12.1/Documentation/devicetree/bindings/hwinfo/ |
D | samsung,exynos-chipid.yaml | 33 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/ |
D | card_ddcb.h | 34 * @asv: Output data 72 u8 asv[ASV_LENGTH]; /* Appl Spec Variant */ member 136 #define VCRC_LENGTH(n) ((n)) /* used ASV */
|
D | card_ddcb.c | 322 * 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()
|
D | card_dev.c | 608 *(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/ |
D | exynos5422-odroidxu3-lite.dts | 34 samsung,asv-bin = <2>;
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | elf.h | 60 is actually used on ASV. */
|
/linux-6.12.1/include/uapi/linux/genwqe/ |
D | genwqe_card.h | 357 #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/ |
D | nvram.c | 145 { 0x40, "ASV" },
|