Searched refs:SMB_CNT (Results 1 - 3 of 3) 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.c61 #define SMB_CNT 0x82 macro
128 if ((temp = sis630_read(SMB_CNT) & 0x03) != 0x00) {
133 if ((temp = sis630_read(SMB_CNT) & 0x03) != 0x00) {
142 *oldclock = sis630_read(SMB_CNT);
148 sis630_write(SMB_CNT, 0x20);
150 sis630_write(SMB_CNT, (*oldclock & ~0x40));
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)
[all...]
H A Di2c-sis96x.c49 #define SMB_CNT 0x02 macro
101 if (((temp = sis96x_read(SMB_CNT)) & 0x03) != 0x00) {
110 if (((temp = sis96x_read(SMB_CNT)) & 0x03) != 0x00) {
119 sis96x_write(SMB_CNT, 0x20);
H A Di2c-sis5595.c97 #define SMB_CNT 0x07 macro

Completed in 83 milliseconds