Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/sifive/
Dsifive-prci.h32 #define PRCI_COREPLLCFG0_DIVF_MASK (0x1ff << PRCI_COREPLLCFG0_DIVF_SHIFT) macro
Dsifive-prci.c66 v = r & PRCI_COREPLLCFG0_DIVF_MASK; in __prci_wrpll_unpack()