Searched +full:0 +full:x600000000 (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | microchip,sparx5.yaml | 52 0x600000000 in all the Sparx5 variants.
|
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_main.c | 55 { TARGET_CPU, 0, 0 }, /* 0x600000000 */ 56 { TARGET_FDMA, 0x80000, 0 }, /* 0x600080000 */ 57 { TARGET_PCEP, 0x400000, 0 }, /* 0x600400000 */ 58 { TARGET_DEV2G5, 0x10004000, 1 }, /* 0x610004000 */ 59 { TARGET_DEV5G, 0x10008000, 1 }, /* 0x610008000 */ 60 { TARGET_PCS5G_BR, 0x1000c000, 1 }, /* 0x61000c000 */ 61 { TARGET_DEV2G5 + 1, 0x10010000, 1 }, /* 0x610010000 */ 62 { TARGET_DEV5G + 1, 0x10014000, 1 }, /* 0x610014000 */ 63 { TARGET_PCS5G_BR + 1, 0x10018000, 1 }, /* 0x610018000 */ 64 { TARGET_DEV2G5 + 2, 0x1001c000, 1 }, /* 0x61001c000 */ [all …]
|
/linux-6.12.1/drivers/cpufreq/ |
D | intel_pstate.c | 359 static u32 max_highest_perf = 0, min_highest_perf = U32_MAX; in intel_pstate_set_itmt_prio() 364 * If CPPC is not available, fall back to MSR_HWP_CAPABILITIES bits [8:0]. in intel_pstate_set_itmt_prio() 367 * hardcoded to 0xff, so CPPC.highest_perf cannot be used to enable ITMT. in intel_pstate_set_itmt_prio() 477 for (i = 0; i < cpu->acpi_perf_data.state_count; i++) { in intel_pstate_init_acpi_perf_limits() 478 pr_debug(" %cP%d: %u MHz, %u mW, 0x%x\n", in intel_pstate_init_acpi_perf_limits() 610 struct cpudata *cpu = all_cpu_data[0]; in min_perf_pct_min() 614 (cpu->pstate.min_pstate * 100 / turbo_pstate) : 0; in min_perf_pct_min() 629 return (s16)(epb & 0x0f); in intel_pstate_get_epb() 638 * When hwp_req_data is 0, means that caller didn't read in intel_pstate_get_epp() 647 epp = (hwp_req_data >> 24) & 0xff; in intel_pstate_get_epp() [all …]
|