/src/sys/arch/mips/sibyte/dev/ |
sbsmbus.c | 48 #include <dev/smbus/x1241reg.h> 49 #include <dev/smbus/m41t81reg.h> 57 CFATTACH_DECL_NEW(smbus, 0, 78 /* 2 SMBus's on the BCM112x and BCM1250 */
|
/src/sys/arch/mips/conf/ |
files.sibyte | 52 # need to think about SMBus more, just hack something together 55 # SB1250 SMBus 56 device smbus {[chan = -1], [dev = -1]} 57 attach smbus at sbobio 58 file arch/mips/sibyte/dev/sbsmbus.c smbus 64 attach xirtc at smbus 67 attach m41t81rtc at smbus
|
/src/sys/dev/pci/ |
piixpm.c | 261 aprint_normal_dev(self, "SMBus initialization failed\n"); 270 aprint_normal_dev(self, "SMBus disabled\n"); 280 aprint_error_dev(self, "can't map smbus I/O space\n"); 435 * Extract SMBus base address from SB800 Power Management (PM) registers. 456 /* Check SMBus enable bit and Fetch SMB base address */ 494 aprint_debug_dev(sc->sc_dev, "SMBus %s access @ 0x%04x\n", 499 aprint_error_dev(sc->sc_dev, "can't map smbus I/O space\n"); 530 struct piixpm_smbus *smbus = cookie; local in function:piixpm_i2c_sb800_acquire_bus 531 struct piixpm_softc *sc = smbus->softc; 570 if (smbus->sda != old_sda) 590 struct piixpm_smbus *smbus = cookie; local in function:piixpm_i2c_sb800_release_bus 630 struct piixpm_smbus *smbus = cookie; local in function:piixpm_i2c_exec [all...] |
/src/sys/arch/evbmips/sbmips/ |
rtc.c | 55 #include <dev/smbus/m41t81reg.h> 56 #include <dev/smbus/x1241reg.h> 312 * the RTC over the SMBus, we only read the seconds value. 578 * Wait till the SMBus interface is done
|
/src/sys/arch/sbmips/sbmips/ |
rtc.c | 55 #include <dev/smbus/m41t81reg.h> 56 #include <dev/smbus/x1241reg.h> 312 * the RTC over the SMBus, we only read the seconds value. 578 * Wait till the SMBus interface is done
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
at91-nattis-2-natte-2.dts | 189 smbus-timeout-disable;
|
at91-tse850-3.dts | 204 smbus-timeout-disable;
|
/src/sys/dev/pci/bktr/ |
bktr_reg.h | 403 device_t smbus; member in struct:bktr_i2c_softc
|
bktr_core.c | 125 #include <sys/bus.h> /* used by smbus and newbus */ 156 #include <dev/smbus/smbconf.h> 3846 /* Select between old i2c code and new iicbus / smbus code */ 3865 if (smbus_writew(bktr->i2c_sc.smbus, addr, cmd, 3869 if (smbus_writeb(bktr->i2c_sc.smbus, addr, cmd, 3891 if (smbus_readb(bktr->i2c_sc.smbus, addr, cmd, &result))
|