Home
last modified time | relevance | path

Searched refs:OcoresI2cRegsCommand (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/i2c/ocores/
H A Docores_i2c.h42 union OcoresI2cRegsCommand { union
77 OcoresI2cRegsCommand command;
104 status_t WriteByte(OcoresI2cRegsCommand cmd, uint8 val);
105 status_t ReadByte(OcoresI2cRegsCommand cmd, uint8& val);
H A Docores_i2c.cpp40 OcoresI2c::WriteByte(OcoresI2cRegsCommand cmd, uint8 val) in WriteByte()
53 OcoresI2c::ReadByte(OcoresI2cRegsCommand cmd, uint8& val) in ReadByte()
203 fRegs->command.val = OcoresI2cRegsCommand{ in ExecCommand()