Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/sifive/
H A Dfu540-prci.c67 #define PRCI_COREPLLCFG0_FSE_MASK (0x1 << PRCI_COREPLLCFG0_FSE_SHIFT) macro
283 if (r & PRCI_COREPLLCFG0_FSE_MASK) in __prci_wrpll_unpack()
313 r |= PRCI_COREPLLCFG0_FSE_MASK; in __prci_wrpll_pack()
/openbmc/linux/drivers/clk/sifive/
H A Dsifive-prci.h40 #define PRCI_COREPLLCFG0_FSE_MASK (0x1 << PRCI_COREPLLCFG0_FSE_SHIFT) macro
H A Dsifive-prci.c109 r |= PRCI_COREPLLCFG0_FSE_MASK; in __prci_wrpll_pack()