Home
last modified time | relevance | path

Searched refs:PRCI_COREPLLSEL_OFFSET (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/clk/sifive/
H A Dsifive-prci.c375 * PRCI_COREPLLSEL_OFFSET register.
381 r = __prci_readl(pd, PRCI_COREPLLSEL_OFFSET); in sifive_prci_corepllsel_use_dvfscorepll()
383 __prci_writel(r, PRCI_COREPLLSEL_OFFSET, pd); in sifive_prci_corepllsel_use_dvfscorepll()
385 r = __prci_readl(pd, PRCI_COREPLLSEL_OFFSET); /* barrier */ in sifive_prci_corepllsel_use_dvfscorepll()
396 * PRCI_COREPLLSEL_OFFSET register.
402 r = __prci_readl(pd, PRCI_COREPLLSEL_OFFSET); in sifive_prci_corepllsel_use_corepll()
404 __prci_writel(r, PRCI_COREPLLSEL_OFFSET, pd); in sifive_prci_corepllsel_use_corepll()
406 r = __prci_readl(pd, PRCI_COREPLLSEL_OFFSET); /* barrier */ in sifive_prci_corepllsel_use_corepll()
H A Dsifive-prci.h164 #define PRCI_COREPLLSEL_OFFSET 0x40 macro

Completed in 2 milliseconds