Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c46 static void OutSCL(uint8 BusNR, bool Bit) in OutSCL() argument
53 switch (BusNR) { in OutSCL()
77 switch (BusNR) { in OutSCL()
103 static void OutSDA(uint8 BusNR, bool Bit) in OutSDA() argument
110 switch (BusNR) { in OutSDA()
134 switch (BusNR) { in OutSDA()
160 static bool InSCL(uint8 BusNR) in InSCL() argument
164 switch (BusNR) { in InSCL()
176 switch (BusNR) { in InSCL()
192 static bool InSDA(uint8 BusNR) in InSDA() argument
[all …]
H A Dnv_proto.h30 void i2c_bstart (uint8 BusNR);
31 void i2c_bstop (uint8 BusNR);
32 uint8 i2c_readbyte(uint8 BusNR, bool Ack);
33 bool i2c_writebyte (uint8 BusNR, uint8 byte);
34 void i2c_readbuffer (uint8 BusNR, uint8* buf, uint8 size);
35 void i2c_writebuffer (uint8 BusNR, uint8* buf, uint8 size);