Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dbcm2835_mphi.c49 val = s->outddb; in mphi_reg_read()
82 s->outddb = val; in mphi_reg_write()
132 s->outddb = 0; in mphi_reset()
161 VMSTATE_UINT32(outddb, BCM2835MphiState),
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_mphi.h34 uint32_t outddb; member