Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/sifive/
Dsifive-prci.h34 #define PRCI_COREPLLCFG0_DIVQ_MASK (0x7 << PRCI_COREPLLCFG0_DIVQ_SHIFT) macro
Dsifive-prci.c70 v = r & PRCI_COREPLLCFG0_DIVQ_MASK; in __prci_wrpll_unpack()