Home
last modified time | relevance | path

Searched defs:freq_khz (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/wattson/curves/
H A Dutils.sql21 SELECT cp.policy, freq_khz, active, idle0, idle1, static field
27 SELECT policy, freq_khz, -1 as idle, active as curve_value field
45 dc.freq_khz, field
56 SELECT freq_khz, other_policy, other_freq_khz, -1 as idle, active as curve_value field
75 dc.freq_khz, field
85 freq_khz, other_policy, other_freq_khz, 'hit' AS action, l3_hit as curve_value field
/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dcpu.c273 uint32_t freq_khz; in lb_arch_add_records() local
/aosp_15_r20/external/coreboot/tests/lib/
H A Dcoreboot_table-test.c298 uint32_t freq_khz = 5000 * 1000; variable
/aosp_15_r20/external/coreboot/src/soc/rockchip/rk3288/
H A Dclock.c490 u32 freq_khz = freq_hz / KHz; in pll_para_config() local
/aosp_15_r20/external/coreboot/src/soc/rockchip/rk3399/
H A Dclock.c406 u32 freq_khz = freq_hz / KHz; in pll_para_config() local
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base.cpp2365 uint32_t freq_khz(0); in HandlePropertyGet() local
/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dcoreboot_tables.h342 uint32_t freq_khz; member
/aosp_15_r20/external/coreboot/src/commonlib/include/commonlib/
H A Dcoreboot_tables.h395 uint32_t freq_khz; member
/aosp_15_r20/frameworks/proto_logging/stats/
H A Datoms.proto8287 optional uint32 freq_khz = 2; field
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/
Datoms.pb.h309634 inline ::uint32_t CpuTimePerClusterFreq::freq_khz() const { in freq_khz() function