Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/sifive/
Dsifive-prci.c232 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()
Dsifive-prci.h47 #define PRCI_COREPLLCFG1_CKE_MASK (0x1 << PRCI_COREPLLCFG1_CKE_SHIFT) macro