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

/linux-4.1.27/arch/cris/arch-v32/drivers/
H A Di2c.c147 i2c_outbyte(unsigned char x) i2c_outbyte() function
407 i2c_outbyte((theSlave & 0xfe)); i2c_write()
418 i2c_outbyte(value); i2c_write()
466 i2c_outbyte((theSlave | 0x01)); i2c_read()
521 i2c_outbyte((theSlave & 0xfe)); i2c_writereg()
531 i2c_outbyte(theReg); i2c_writereg()
540 i2c_outbyte(theValue); i2c_writereg()
585 i2c_outbyte((theSlave & 0xfe)); i2c_readreg()
595 i2c_outbyte(theReg); i2c_readreg()
609 i2c_outbyte(theSlave | 0x01); i2c_readreg()
/linux-4.1.27/arch/cris/arch-v10/drivers/
H A Deeprom.c148 i2c_outbyte(0x80); eeprom_init()
314 i2c_outbyte(0x00); eeprom_init()
323 i2c_outbyte(0x81); eeprom_init()
485 i2c_outbyte( eeprom.select_cmd | 1 | (page << 1) ); eeprom_read()
635 i2c_outbyte(buf[written]); eeprom_write()
686 i2c_outbyte( eeprom.select_cmd ); eeprom_address()
688 i2c_outbyte(page); eeprom_address()
692 i2c_outbyte( eeprom.select_cmd | (page << 1) ); eeprom_address()
705 i2c_outbyte(offset); eeprom_address()
738 i2c_outbyte( eeprom.select_cmd | 1 ); read_from_eeprom()
791 i2c_outbyte(0xbe); eeprom_disable_write_protect()
796 i2c_outbyte(0xFF); eeprom_disable_write_protect()
801 i2c_outbyte(0x02); eeprom_disable_write_protect()
812 i2c_outbyte(0xbe); eeprom_disable_write_protect()
817 i2c_outbyte(0xFF); eeprom_disable_write_protect()
822 i2c_outbyte(0x06); eeprom_disable_write_protect()
831 i2c_outbyte(0xbe); eeprom_disable_write_protect()
836 i2c_outbyte(0xFF); eeprom_disable_write_protect()
841 i2c_outbyte(0x06); eeprom_disable_write_protect()
H A Di2c.c178 i2c_outbyte(unsigned char x) i2c_outbyte() function
436 i2c_outbyte((theSlave & 0xfe)); i2c_writereg()
446 i2c_outbyte(theReg); i2c_writereg()
455 i2c_outbyte(theValue); i2c_writereg()
509 i2c_outbyte((theSlave & 0xfe)); i2c_readreg()
519 i2c_outbyte(theReg); i2c_readreg()
533 i2c_outbyte(theSlave | 0x01); i2c_readreg()

Completed in 100 milliseconds