Lines Matching full:smbus
46 #include <dev/smbus/smbconf.h>
63 #define SMBSTS 0x0 /* SMBus host/slave status register */
64 #define SMBCMD 0x1 /* SMBus host/slave command register */
90 /* SMBus commands */
126 device_t smbus; member
220 /* attach the smbus */ in alpm_attach()
221 alpm->smbus = device_add_child(dev, "smbus", DEVICE_UNIT_ANY); in alpm_attach()
222 if (alpm->smbus == NULL) { in alpm_attach()
298 * Poll the SMBus controller
307 /* wait for command to complete and SMBus controller is idle */ in alpm_wait()
634 /* smbus interface */
655 DRIVER_MODULE(smbus, alpm, smbus_driver, 0, 0);
657 MODULE_DEPEND(alpm, smbus, SMBUS_MINVER, SMBUS_PREFVER, SMBUS_MAXVER);