Searched defs:theSlave (Results 1 - 2 of 2) sorted by relevance
/arch/cris/arch-v10/drivers/ |
H A D | i2c.c | 417 i2c_writereg(unsigned char theSlave, unsigned char theReg, argument 436 i2c_outbyte((theSlave & 0xfe)); 487 i2c_readreg(unsigned char theSlave, unsigned char theReg) argument 509 i2c_outbyte((theSlave & 0xfe)); 533 i2c_outbyte(theSlave | 0x01);
|
/arch/cris/arch-v32/drivers/ |
H A D | i2c.c | 391 i2c_write(unsigned char theSlave, void *data, size_t nbytes) argument 407 i2c_outbyte((theSlave & 0xfe)); 447 i2c_read(unsigned char theSlave, void *data, size_t nbytes) argument 466 i2c_outbyte((theSlave | 0x01)); 506 i2c_writereg(unsigned char theSlave, unsigned char theReg, argument 521 i2c_outbyte((theSlave & 0xfe)); 567 i2c_readreg(unsigned char theSlave, unsigned char theReg) argument 585 i2c_outbyte((theSlave & 0xfe)); 609 i2c_outbyte(theSlave | 0x01);
|
Completed in 351 milliseconds