Home
last modified time | relevance | path

Searched refs:cfg1_offs (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/clk/sifive/
H A Dfu740-prci.h20 .cfg1_offs = PRCI_COREPLLCFG1_OFFSET,
27 .cfg1_offs = PRCI_DDRPLLCFG1_OFFSET,
32 .cfg1_offs = PRCI_GEMGXLPLLCFG1_OFFSET,
37 .cfg1_offs = PRCI_DVFSCOREPLLCFG1_OFFSET,
44 .cfg1_offs = PRCI_HFPCLKPLLCFG1_OFFSET,
51 .cfg1_offs = PRCI_CLTXPLLCFG1_OFFSET,
H A Dfu540-prci.h33 .cfg1_offs = PRCI_COREPLLCFG1_OFFSET,
40 .cfg1_offs = PRCI_DDRPLLCFG1_OFFSET,
45 .cfg1_offs = PRCI_GEMGXLPLLCFG1_OFFSET,
H A Dsifive-prci.c166 __prci_writel(enable, pwd->cfg1_offs, pd); in __prci_wrpll_write_cfg1()
229 r = __prci_readl(pd, pwd->cfg1_offs); in sifive_clk_is_enabled()
264 r = __prci_readl(pd, pwd->cfg1_offs); in sifive_prci_clock_disable()
H A Dsifive-prci.h248 u8 cfg1_offs; member