Searched refs:v4 (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | rockchip_ipa.c | 176 const u32 v4 = v4_big / 1000;
in calculate_volt_scaling_factor() local 178 return v4;
in calculate_volt_scaling_factor()
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | rockchip_ipa.c | 182 const u32 v4 = v4_big / 1000; in calculate_volt_scaling_factor() local 184 return v4; in calculate_volt_scaling_factor()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v2x.h | 125 #define ISP2X_RAWHSTBIG_WEIGHT_SET(v0, v1, v2, v3, v4) \ 126 (((v0)&0x3F) | (((v1)&0x3F) << 6) | (((v2)&0x3F) << 12) | (((v3)&0x3F) << 18) | (((v4)&0x3F) << 24))
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v2x.h | 131 #define ISP2X_RAWHSTBIG_WEIGHT_SET(v0, v1, v2, v3, v4) \ 135 (((v4) & 0x3F) << 24))
|
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
H A D | irq-gic-v4.c | 13 #include <linux/irqchip/arm-gic-v4.h>
|
H A D | irq-gic-v3-its.c | 35 #include <linux/irqchip/arm-gic-v4.h>
1946 /* Need a v4 ITS */
in its_irq_set_vcpu_affinity() 3344 * Make sure the L2 tables are allocated on *all* v4 ITSs. We
in its_alloc_vpe_table() 3368 /* Non v4.1? No need to iterate RDs and go back early. */
in its_alloc_vpe_table() 3375 * the L1 table on *all* v4.1 RDs.
in its_alloc_vpe_table() 4911 /* Any ITS will do, even if not v4 */
in its_init_vpe_domain()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_vinstr.c | 667 /* This is the Midgard v4 patch function. It copies the headers for each
791 int v4 = 0;
in accum_clients() local 794 v4 = kbase_hw_has_feature(vinstr_ctx->kbdev, BASE_HW_FEATURE_V4);
in accum_clients() 804 if (v4) {
in accum_clients() 818 if (v4) {
in accum_clients()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_vinstr.c | 709 /* This is the Midgard v4 patch function. It copies the headers for each 846 int v4 = 0; in accum_clients() local 849 v4 = kbase_hw_has_feature(vinstr_ctx->kbdev, BASE_HW_FEATURE_V4); in accum_clients() 857 if (v4) in accum_clients() 871 if (v4) in accum_clients()
|
Completed in 16 milliseconds