Lines Matching full:smbus
17 We assume there can only be one SiS96x with one SMBus interface.
33 /* SiS96x SMBus registers */
54 /* SiS96x SMBus constants */
76 /* Execute a SMBus transaction.
85 dev_dbg(&sis96x_adapter.dev, "SMBus transaction %d\n", size); in sis96x_transaction()
87 /* Make sure the SMBus host is ready to start transmitting */ in sis96x_transaction()
90 dev_dbg(&sis96x_adapter.dev, "SMBus busy (0x%02x). " in sis96x_transaction()
121 /* If the SMBus is still busy, we give up */ in sis96x_transaction()
123 dev_dbg(&sis96x_adapter.dev, "SMBus Timeout! (0x%02x)\n", temp); in sis96x_transaction()
261 dev_err(&dev->dev, "SiS96x SMBus base address " in sis96x_probe()
265 dev_info(&dev->dev, "SiS96x SMBus base address: 0x%04x\n", in sis96x_probe()
275 dev_err(&dev->dev, "SMBus registers 0x%04x-0x%04x " in sis96x_probe()
287 "SiS96x SMBus adapter at 0x%04x", sis96x_smbus_base); in sis96x_probe()
317 MODULE_DESCRIPTION("SiS96x SMBus driver");