Searched refs:PRCI_COREPLLCFG1_CKE_MASK (Results 1 – 2 of 2) sorted by relevance
232 if (r & PRCI_COREPLLCFG1_CKE_MASK) in sifive_clk_is_enabled()247 __prci_wrpll_write_cfg1(pd, pwd, PRCI_COREPLLCFG1_CKE_MASK); in sifive_prci_clock_enable()266 r &= ~PRCI_COREPLLCFG1_CKE_MASK; in sifive_prci_clock_disable()
47 #define PRCI_COREPLLCFG1_CKE_MASK (0x1 << PRCI_COREPLLCFG1_CKE_SHIFT) macro