Lines Matching +full:1 +full:c000
35 * Current FU540-C000 manual says ready bit is at bit 29, but
36 * freedom-u540-c000-bootloader codes (ux00prci.h) says it is at bit 31.
39 * see https://github.com/sifive/freedom-u540-c000-bootloader
42 #define SIFIVE_U_PRCI_HFXOSCCFG_EN (1 << 30)
43 #define SIFIVE_U_PRCI_HFXOSCCFG_RDY (1 << 31)
46 #define SIFIVE_U_PRCI_PLLCFG0_DIVR (1 << 0)
49 #define SIFIVE_U_PRCI_PLLCFG0_FSE (1 << 25)
50 #define SIFIVE_U_PRCI_PLLCFG0_LOCK (1 << 31)
53 #define SIFIVE_U_PRCI_PLLCFG1_CKE (1 << 24)
56 #define SIFIVE_U_PRCI_CORECLKSEL_HFCLK (1 << 0)
90 #define PRCI_CLK_DDRPLL 1