Home
last modified time | relevance | path

Searched refs:ipmb (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dipmb.rst29 ipmb-dev-int - This is the driver needed on a Satellite MC to
71 ipmb@10 {
72 compatible = "ipmb-dev";
83 modprobe ipmb-dev-int
98 BMC1 ------ IPMB/I2C bus 1 ---------| /dev/ipmb-1
100 BMC1 ------ IPMB/I2C bus 2 ---------| /dev/ipmb-2
102 For instance, you can instantiate the ipmb-dev-int device from
105 # echo ipmb-dev 0x1010 > /sys/bus/i2c/devices/i2c-2/new_device
107 This will create the device file /dev/ipmb-2, which can be accessed
H A Dindex.rst39 ipmb
H A Dipmi.rst496 ipmb=<ipmb slave addr>
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Daspeed-bmc-facebook-yosemitev2.dts127 compatible = "ipmb-dev";
138 compatible = "ipmb-dev";
149 compatible = "ipmb-dev";
160 compatible = "ipmb-dev";
H A Daspeed-bmc-facebook-tiogapass.dts431 compatible = "ipmb-dev";
517 compatible = "ipmb-dev";
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A Dipmi_msghandler.c4936 struct ipmi_ipmb_addr *ipmb; in send_panic_events() local
5030 ipmb = (struct ipmi_ipmb_addr *) &addr; in send_panic_events()
5031 ipmb->addr_type = IPMI_IPMB_ADDR_TYPE; in send_panic_events()
5032 ipmb->channel = 0; /* FIXME - is this right? */ in send_panic_events()
5033 ipmb->lun = intf->event_receiver_lun; in send_panic_events()
5034 ipmb->slave_addr = intf->event_receiver; in send_panic_events()