Home
last modified time | relevance | path

Searched refs:PRCI_COREPLLCFG1_CKE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/clk/sifive/
H A Dsifive-prci.c231 if (r & PRCI_COREPLLCFG1_CKE_MASK) in sifive_clk_is_enabled()
246 __prci_wrpll_write_cfg1(pd, pwd, PRCI_COREPLLCFG1_CKE_MASK); in sifive_prci_clock_enable()
265 r &= ~PRCI_COREPLLCFG1_CKE_MASK; in sifive_prci_clock_disable()
H A Dsifive-prci.h47 #define PRCI_COREPLLCFG1_CKE_MASK (0x1 << PRCI_COREPLLCFG1_CKE_SHIFT) macro