Home
last modified time | relevance | path

Searched refs:SIFIVE_U_PRCI_PLLCFG0_LOCK (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dsifive_u_prci.c75 s->corepllcfg0 |= SIFIVE_U_PRCI_PLLCFG0_LOCK; in sifive_u_prci_write()
82 s->ddrpllcfg0 |= SIFIVE_U_PRCI_PLLCFG0_LOCK; in sifive_u_prci_write()
92 s->gemgxlpllcfg0 |= SIFIVE_U_PRCI_PLLCFG0_LOCK; in sifive_u_prci_write()
139 SIFIVE_U_PRCI_PLLCFG0_LOCK; in sifive_u_prci_reset()
142 SIFIVE_U_PRCI_PLLCFG0_LOCK; in sifive_u_prci_reset()
145 SIFIVE_U_PRCI_PLLCFG0_LOCK; in sifive_u_prci_reset()
/openbmc/qemu/include/hw/misc/
H A Dsifive_u_prci.h50 #define SIFIVE_U_PRCI_PLLCFG0_LOCK (1 << 31) macro