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

/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Ddriver.h93 uint16 Read16(uint32 reg) function in struct:hda_controller
128 uint16 temp = Read16(reg);
191 uint16 Read16(uint32 reg) function in struct:hda_stream
193 return controller->Read16(HDAC_STREAM_BASE + offset + reg);
H A Dhda_controller.cpp204 value = base->Read16(reg);
369 uint16 writePos = (controller->Read16(HDAC_RIRB_WRITE_POS) + 1)
638 uint16 corbReadPointer = controller->Read16(HDAC_CORB_READ_POS);
990 B_PRIu32 "\n", stream->id, stream->Read16(HDAC_STREAM_FIFO_SIZE),
1040 uint32 readPos = controller->Read16(HDAC_CORB_READ_POS);
1248 capabilities = controller->Read16(HDAC_GLOBAL_CAP);
1298 stateStatus = controller->Read16(HDAC_STATE_STATUS);
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Ddriver.h73 uint16 Read16(uint32 reg) function in struct:geode_controller
140 uint16 Read16(uint32 reg) function in struct:geode_stream
142 return controller->Read16(ACC_BM0_CMD + offset + reg);
H A Dgeode_controller.cpp138 uint16 intr = controller->Read16(ACC_IRQ_STATUS);
/haiku/src/system/boot/platform/riscv/
H A DFwCfg.cpp65 uint16_t Read16() {uint16_t val; ReadBytes((uint8_t*)&val, sizeof(val)); return val;} function in namespace:FwCfg

Completed in 95 milliseconds