Read8
uint8 Read8(uint32 reg)
return controller->Read8(ACC_BM0_CMD + offset + reg);
uint8 Read8(uint32 reg)
status = stream->Read8(STREAM_STATUS);
uint8 temp = Read8(reg);
uint8 Read8(uint32 reg)
return controller->Read8(HDAC_STREAM_BASE + offset + reg);
uint8 Read8(uint32 reg)
controller->Read8(HDAC_VERSION_MAJOR),
controller->Read8(HDAC_VERSION_MINOR),
value = base->Read8(reg);
uint8 status = stream->Read8(HDAC_STREAM_STATUS);
uint8 rirbStatus = controller->Read8(HDAC_RIRB_STATUS);
uint8 corbStatus = controller->Read8(HDAC_CORB_STATUS);
uint8 corbSize = controller->Read8(HDAC_CORB_SIZE);
uint8 rirbSize = controller->Read8(HDAC_RIRB_SIZE);
stream->Write8(HDAC_STREAM_CONTROL0, stream->Read8(HDAC_STREAM_CONTROL0)
stream->Write8(HDAC_STREAM_CONTROL0, stream->Read8(HDAC_STREAM_CONTROL0)
stream->Read8(HDAC_STREAM_CONTROL0) | CONTROL0_RESET);
stream->Read8(HDAC_STREAM_CONTROL0) & ~CONTROL0_RESET);