Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/sifive/
H A Dfu540-prci.c59 #define PRCI_COREPLLCFG0_DIVF_MASK (0x1ff << PRCI_COREPLLCFG0_DIVF_SHIFT) macro
268 v = r & PRCI_COREPLLCFG0_DIVF_MASK; in __prci_wrpll_unpack()
/openbmc/linux/drivers/clk/sifive/
H A Dsifive-prci.h32 #define PRCI_COREPLLCFG0_DIVF_MASK (0x1ff << PRCI_COREPLLCFG0_DIVF_SHIFT) macro
H A Dsifive-prci.c65 v = r & PRCI_COREPLLCFG0_DIVF_MASK; in __prci_wrpll_unpack()