Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/clk/sifive/
Dfu740-prci.c18 .cfg1_offs = PRCI_COREPLLCFG1_OFFSET,
25 .cfg1_offs = PRCI_DDRPLLCFG1_OFFSET,
30 .cfg1_offs = PRCI_GEMGXLPLLCFG1_OFFSET,
35 .cfg1_offs = PRCI_DVFSCOREPLLCFG1_OFFSET,
42 .cfg1_offs = PRCI_HFPCLKPLLCFG1_OFFSET,
49 .cfg1_offs = PRCI_CLTXPLLCFG1_OFFSET,
Dfu540-prci.c30 .cfg1_offs = PRCI_COREPLLCFG1_OFFSET,
37 .cfg1_offs = PRCI_DDRPLLCFG1_OFFSET,
42 .cfg1_offs = PRCI_GEMGXLPLLCFG1_OFFSET,
Dsifive-prci.c172 __prci_writel(enable, pwd->cfg1_offs, pd); in __prci_wrpll_write_cfg1()
235 r = __prci_readl(pd, pwd->cfg1_offs); in sifive_clk_is_enabled()
270 r = __prci_readl(pd, pwd->cfg1_offs); in sifive_prci_clock_disable()
Dsifive-prci.h248 u8 cfg1_offs; member