Searched refs:PRCI_COREPLLCFG0_DIVF_MASK (Results 1 – 2 of 2) sorted by relevance
/drivers/clk/sifive/ | ||
D | sifive-prci.h | 32 #define PRCI_COREPLLCFG0_DIVF_MASK (0x1ff << PRCI_COREPLLCFG0_DIVF_SHIFT) macro |
D | sifive-prci.c | 71 v = r & PRCI_COREPLLCFG0_DIVF_MASK; in __prci_wrpll_unpack() |