Searched refs:read_state (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevPit-i8254.cpp192 uint8_t read_state; member in struct:PITCHANNEL
629 switch (pChan->read_state)
643 pChan->read_state = RW_STATE_WORD1;
648 pChan->read_state = RW_STATE_WORD0;
733 pChan->read_state = access;
883 SSMR3PutU8(pSSM, pChan->read_state);
959 SSMR3GetU8(pSSM, &pChan->read_state);
1033 " status=%02x status_latched=%02x read_state=%02x\n"
1041 pChan->status, pChan->status_latched, pChan->read_state,
1130 pChan->read_state
[all...]
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp683 GEN_CHECK_OFF(PITCHANNEL, read_state);

Completed in 37 milliseconds