Searched refs:port0820_index (Results 1 – 1 of 1) sorted by relevance
43 uint8_t port0820_index; member80 s->port0820_index = 0; in rs6000mc_port0804_read()91 uint32_t val = s->end_address[s->port0820_index] & 0x1f; in rs6000mc_port0820_read()92 s->port0820_index = (s->port0820_index + 1) & 7; in rs6000mc_port0820_read()205 VMSTATE_UINT8(port0820_index, RS6000MCState),
Completed in 5 milliseconds