Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/sifive/
H A Dfu540-prci.c57 #define PRCI_COREPLLCFG0_DIVR_MASK (0x3f << PRCI_COREPLLCFG0_DIVR_SHIFT) macro
264 v = r & PRCI_COREPLLCFG0_DIVR_MASK; in __prci_wrpll_unpack()
/openbmc/linux/drivers/clk/sifive/
H A Dsifive-prci.h30 #define PRCI_COREPLLCFG0_DIVR_MASK (0x3f << PRCI_COREPLLCFG0_DIVR_SHIFT) macro
H A Dsifive-prci.c61 v = r & PRCI_COREPLLCFG0_DIVR_MASK; in __prci_wrpll_unpack()