Searched refs:Read8 (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Ddriver.h88 uint8 Read8(uint32 reg) function in struct:hda_controller
120 uint8 temp = Read8(reg);
186 uint8 Read8(uint32 reg) function in struct:hda_stream
188 return controller->Read8(HDAC_STREAM_BASE + offset + reg);
H A Dhda_controller.cpp201 value = base->Read8(reg);
269 uint8 status = stream->Read8(HDAC_STREAM_STATUS);
361 uint8 rirbStatus = controller->Read8(HDAC_RIRB_STATUS);
362 uint8 corbStatus = controller->Read8(HDAC_CORB_STATUS);
538 uint8 corbSize = controller->Read8(HDAC_CORB_SIZE);
557 uint8 rirbSize = controller->Read8(HDAC_RIRB_SIZE);
771 stream->Write8(HDAC_STREAM_CONTROL0, stream->Read8(HDAC_STREAM_CONTROL0)
792 stream->Write8(HDAC_STREAM_CONTROL0, stream->Read8(HDAC_STREAM_CONTROL0)
817 stream->Read8(HDAC_STREAM_CONTROL0) | CONTROL0_RESET);
824 stream->Read8(HDAC_STREAM_CONTROL
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Ddriver.h68 uint8 Read8(uint32 reg) function in struct:geode_controller
135 uint8 Read8(uint32 reg) function in struct:geode_stream
137 return controller->Read8(ACC_BM0_CMD + offset + reg);
H A Dgeode_controller.cpp110 status = stream->Read8(STREAM_STATUS);
/haiku/src/system/boot/platform/riscv/
H A DFwCfg.cpp64 uint8_t Read8 () {uint8_t val; ReadBytes( &val, sizeof(val)); return val;} function in namespace:FwCfg

Completed in 89 milliseconds