hocclk: improve pll ram mode

This commit is contained in:
souldbminersmwc
2026-04-21 20:03:12 -04:00
parent c8c7b233f5
commit db92c60cd2
2 changed files with 93 additions and 127 deletions

View File

@@ -6,16 +6,5 @@
#include <registers.h>
namespace pllmb {
typedef enum PLLSource {
EMC_SRC_PLLM = 0,
EMC_SRC_PLLC = 1,
EMC_SRC_PLLP = 2,
EMC_SRC_CLK_M = 3,
EMC_SRC_PLLM_UD = 4,
EMC_SRC_PLLMB_UD = 5,
EMC_SRC_PLLMB = 6,
EMC_SRC_PLLP_UD = 7
} PLLSource;
u64 getRamClockRatePLLMB();
}