Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dsifive_e_prci.h56 typedef struct SiFiveEPRCIState SiFiveEPRCIState; typedef
57 DECLARE_INSTANCE_CHECKER(SiFiveEPRCIState, SIFIVE_E_PRCI,
60 struct SiFiveEPRCIState { struct
/openbmc/qemu/hw/misc/
H A Dsifive_e_prci.c30 SiFiveEPRCIState *s = opaque; in sifive_e_prci_read()
49 SiFiveEPRCIState *s = opaque; in sifive_e_prci_write()
87 SiFiveEPRCIState *s = SIFIVE_E_PRCI(obj); in sifive_e_prci_init()
103 .instance_size = sizeof(SiFiveEPRCIState),