Lines Matching full:smb
11 This is the driver for the SMB Host controller on
25 The SMB controller is part of the 7101 device, which is an
28 The whole 7101 device has to be enabled for the SMB to work.
29 You can't just enable the SMB alone.
30 The SMB and the ACPI have separate I/O spaces.
31 We make sure that the SMB is enabled. We leave the ACPI alone.
33 This driver controls the SMB Host only.
118 #define ALI1535_SMBIO_EN 0x04 /* SMB I/O Space enable */
134 - SMB I/O address is initialized in ali1535_setup()
177 dev_err(&dev->dev, "SMB device not enabled - upgrade BIOS?\n"); in ali1535_setup()
182 /* Is SMB Host controller enabled? */ in ali1535_setup()
190 /* set SMB clock to 74KHz as recommended in data sheet */ in ali1535_setup()
194 The interrupt routing for SMB is set up in register 0x77 in the in ali1535_setup()
243 /* Try resetting entire SMB bus, including other devices - This in ali1535_transaction()
249 "Resetting entire SMB Bus to clear busy condition (%02x)\n", in ali1535_transaction()
296 /* Unfortunately the ALI SMB controller maps "no response" and "bus in ali1535_transaction()