SMB_CNT
temp = sis630_read(SMB_CNT);
temp = sis630_read(SMB_CNT);
*oldclock = sis630_read(SMB_CNT);
sis630_write(SMB_CNT, SMBCLK_SEL);
sis630_write(SMB_CNT, (*oldclock & ~MSTO_EN));
"SMB_CNT before clock restore 0x%02x\n", sis630_read(SMB_CNT));
sis630_write(SMB_CNT, sis630_read(SMB_CNT) & ~SMBCLK_SEL);
"SMB_CNT after clock restore 0x%02x\n", sis630_read(SMB_CNT));
sis96x_write(SMB_CNT, 0x20);
if (((temp = sis96x_read(SMB_CNT)) & 0x03) != 0x00) {
if (((temp = sis96x_read(SMB_CNT)) & 0x03) != 0x00) {