Home
last modified time | relevance | path

Searched refs:i2c_outbyte (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/cris/drivers/
Deeprom.c204 i2c_outbyte(0x80); in eeprom_init()
370 i2c_outbyte(0x00); in eeprom_init()
379 i2c_outbyte(0x81); in eeprom_init()
555 i2c_outbyte( eeprom.select_cmd | 1 | (page << 1) ); in eeprom_read()
716 i2c_outbyte(buf[written]); in eeprom_write()
768 i2c_outbyte( eeprom.select_cmd ); in eeprom_address()
770 i2c_outbyte(page); in eeprom_address()
774 i2c_outbyte( eeprom.select_cmd | (page << 1) ); in eeprom_address()
787 i2c_outbyte(offset); in eeprom_address()
820 i2c_outbyte( eeprom.select_cmd | 1 ); in read_from_eeprom()
[all …]
Di2c.c251 i2c_outbyte(unsigned char x) in i2c_outbyte() function
508 i2c_outbyte((theSlave & 0xfe)); in i2c_writereg()
518 i2c_outbyte(theReg); in i2c_writereg()
527 i2c_outbyte(theValue); in i2c_writereg()
578 i2c_outbyte((theSlave & 0xfe)); in i2c_readreg()
588 i2c_outbyte(theReg); in i2c_readreg()
602 i2c_outbyte(theSlave | 0x01); in i2c_readreg()
Di2c.h12 void i2c_outbyte(unsigned char x);