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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-sis630.c113 static inline u8 sis630_read(u8 reg) function
128 if ((temp = sis630_read(SMB_CNT) & 0x03) != 0x00) {
133 if ((temp = sis630_read(SMB_CNT) & 0x03) != 0x00) {
142 *oldclock = sis630_read(SMB_CNT);
153 temp = sis630_read(SMB_STS);
169 temp = sis630_read(SMB_STS);
206 dev_dbg(&adap->dev, "SMB_CNT before clock restore 0x%02x\n", sis630_read(SMB_CNT));
213 sis630_write(SMB_CNT,(sis630_read(SMB_CNT) & ~0x20));
215 dev_dbg(&adap->dev, "SMB_CNT after clock restore 0x%02x\n", sis630_read(SMB_CNT));
291 data->block[0] = sis630_read(SMB_COUN
[all...]

Completed in 14 milliseconds