Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/sifive/ !
Dsifive-prci.h30 #define PRCI_COREPLLCFG0_DIVR_MASK (0x3f << PRCI_COREPLLCFG0_DIVR_SHIFT) macro
Dsifive-prci.c62 v = r & PRCI_COREPLLCFG0_DIVR_MASK; in __prci_wrpll_unpack()