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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Di2c.h11 void i2c_outbyte(unsigned char x);
H A Deeprom.c148 i2c_outbyte(0x80);
304 i2c_outbyte(0x00);
313 i2c_outbyte(0x81);
475 i2c_outbyte( eeprom.select_cmd | 1 | (page << 1) );
625 i2c_outbyte(buf[written]);
676 i2c_outbyte( eeprom.select_cmd );
678 i2c_outbyte(page);
682 i2c_outbyte( eeprom.select_cmd | (page << 1) );
695 i2c_outbyte(offset);
728 i2c_outbyte( eepro
[all...]
H A Di2c.c179 i2c_outbyte(unsigned char x) function
437 i2c_outbyte((theSlave & 0xfe));
447 i2c_outbyte(theReg);
456 i2c_outbyte(theValue);
510 i2c_outbyte((theSlave & 0xfe));
520 i2c_outbyte(theReg);
534 i2c_outbyte(theSlave | 0x01);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Di2c.h14 void i2c_outbyte(unsigned char x);
H A Di2c.c148 i2c_outbyte(unsigned char x) function
385 i2c_outbyte((theSlave & 0xfe));
396 i2c_outbyte(value);
444 i2c_outbyte((theSlave | 0x01));
499 i2c_outbyte((theSlave & 0xfe));
509 i2c_outbyte(theReg);
518 i2c_outbyte(theValue);
563 i2c_outbyte((theSlave & 0xfe));
573 i2c_outbyte(theReg);
587 i2c_outbyte(theSlav
[all...]

Completed in 119 milliseconds