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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/drivers/
H A Di2c.h12 void i2c_outbyte(unsigned char x);
H A Deeprom.c221 i2c_outbyte(0x80);
377 i2c_outbyte(0x00);
386 i2c_outbyte(0x81);
557 i2c_outbyte( eeprom.select_cmd | 1 | (page << 1) );
715 i2c_outbyte(buf[written]);
767 i2c_outbyte( eeprom.select_cmd );
769 i2c_outbyte(page);
773 i2c_outbyte( eeprom.select_cmd | (page << 1) );
786 i2c_outbyte(offset);
819 i2c_outbyte( eepro
[all...]
H A Di2c.c256 i2c_outbyte(unsigned char x) function
514 i2c_outbyte((theSlave & 0xfe));
524 i2c_outbyte(theReg);
533 i2c_outbyte(theValue);
587 i2c_outbyte((theSlave & 0xfe));
597 i2c_outbyte(theReg);
611 i2c_outbyte(theSlave | 0x01);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Di2c.h12 void i2c_outbyte(unsigned char x);
H A Di2c.c145 i2c_outbyte(unsigned char x) function
401 i2c_outbyte((theSlave & 0xfe));
411 i2c_outbyte(theReg);
420 i2c_outbyte(theValue);
470 i2c_outbyte((theSlave & 0xfe));
480 i2c_outbyte(theReg);
494 i2c_outbyte(theSlave | 0x01);

Completed in 48 milliseconds