Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dsifive_u_prci.c68 s->hfxosccfg |= SIFIVE_U_PRCI_HFXOSCCFG_RDY; in sifive_u_prci_write()
136 s->hfxosccfg = SIFIVE_U_PRCI_HFXOSCCFG_RDY | SIFIVE_U_PRCI_HFXOSCCFG_EN; in sifive_u_prci_reset()
/openbmc/qemu/include/hw/misc/
H A Dsifive_u_prci.h43 #define SIFIVE_U_PRCI_HFXOSCCFG_RDY (1 << 31) macro