Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Drs6000_mc.c41 uint8_t port0820_index; member
78 s->port0820_index = 0; in rs6000mc_port0804_read()
89 uint32_t val = s->end_address[s->port0820_index] & 0x1f; in rs6000mc_port0820_read()
90 s->port0820_index = (s->port0820_index + 1) & 7; in rs6000mc_port0820_read()
206 VMSTATE_UINT8(port0820_index, RS6000MCState),