Lines Matching full:smbus
22 Note: we assume there can only be one device, with one SMBus interface.
35 /* AMD756 SMBus address offsets */
76 SMBUS event = I/O 28-29 bit 11
107 /* Make sure the SMBus host is ready to start transmitting */ in amd756_transaction()
109 dev_dbg(&adap->dev, "SMBus busy (%04x). Waiting...\n", temp); in amd756_transaction()
115 /* If the SMBus is still busy, we give up */ in amd756_transaction()
132 /* If the SMBus is still busy, we give up */ in amd756_transaction()
140 dev_dbg(&adap->dev, "SMBus Protocol error (no response)!\n"); in amd756_transaction()
145 dev_warn(&adap->dev, "SMBus collision!\n"); in amd756_transaction()
150 dev_dbg(&adap->dev, "SMBus protocol timeout!\n"); in amd756_transaction()
154 dev_dbg(&adap->dev, "SMBus protocol success!\n"); in amd756_transaction()
339 "Error: SMBus controller I/O not enabled!\n"); in amd756_probe()
343 /* Determine the address of the SMBus areas */ in amd756_probe()
369 "SMBus %s adapter at %04x", chipname[id->driver_data], in amd756_probe()
399 MODULE_DESCRIPTION("AMD756/766/768/8111 and nVidia nForce SMBus driver");