Home
last modified time | relevance | path

Searched refs:hpm (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/soc/samsung/
H A Dexynos5422-asv.c341 int hpm, ids, i; in exynos5422_asv_get_group() local
360 hpm = (auxi_reg >> EXYNOS5422_TMCB_OFFSET) & EXYNOS5422_TMCB_MASK; in exynos5422_asv_get_group()
366 if (hpm <= __asv_limits[i].hpm) in exynos5422_asv_get_group()
H A Dexynos-asv.h16 unsigned int hpm; member
/linux/drivers/regulator/
H A Dqcom_rpm-regulator.c40 struct request_member hpm; /* switch: control OCP and SS */ member
95 .hpm = { 0, 0x00000300, 8 },
137 .hpm = { 0, 0x00000C00, 10 },
/linux/drivers/clk/samsung/
H A Dclk-exynos4.c1199 #define E4210_CPU_DIV1(hpm, copy) \ argument
1200 (((hpm) << 4) | ((copy) << 0))
1230 #define E4412_CPU_DIV1(cores, hpm, copy) \ argument
1231 (((cores) << 8) | ((hpm) << 4) | ((copy) << 0))
H A Dclk-exynos5250.c755 #define E5250_CPU_DIV1(hpm, copy) \ argument
756 (((hpm) << 4) | (copy))
H A Dclk-exynos3250.c756 #define E3250_CPU_DIV1(hpm, copy) \ argument
757 (((hpm) << 4) | ((copy) << 0))
H A Dclk-exynos5433.c3681 #define E5433_APOLLO_DIV1(hpm, copy) \ argument
3682 (((hpm) << 4) | ((copy) << 0))
3920 #define E5433_ATLAS_DIV1(hpm, copy) \ argument
3921 (((hpm) << 4) | ((copy) << 0))