Searched refs:ipmb (Results 1 – 12 of 12) sorted by relevance
29 ipmb-dev-int - This is the driver needed on a Satellite MC to71 ipmb@10 {72 compatible = "ipmb-dev";83 modprobe ipmb-dev-int98 BMC1 ------ IPMB/I2C bus 1 ---------| /dev/ipmb-1100 BMC1 ------ IPMB/I2C bus 2 ---------| /dev/ipmb-2102 For instance, you can instantiate the ipmb-dev-int device from105 # echo ipmb-dev 0x1010 > /sys/bus/i2c/devices/i2c-2/new_device107 This will create the device file /dev/ipmb-2, which can be accessed
42 ipmb
517 ipmb=<ipmb slave addr>603 ipmb direct addressing. You can receive commands from other MCs on617 echo ipmi-ipmb <addr> > /sys/class/i2c-dev/i2c-<n>/device/new_device
4 $id: http://devicetree.org/schemas/ipmi/ipmi-ipmb.yaml#17 - ipmi-ipmb59 ipmi-ipmb@40 {60 compatible = "ipmi-ipmb";
127 compatible = "ipmb-dev";138 compatible = "ipmb-dev";149 compatible = "ipmb-dev";160 compatible = "ipmb-dev";217 compatible = "ipmb-dev";
439 compatible = "ipmb-dev";530 compatible = "ipmb-dev";
452 ipmb@10 {453 compatible = "ipmb-dev";
118 compatible = "ipmb-dev";
462 compatible = "ipmb-dev";
859 compatible = "ipmb-dev";
57 * ipmb
5261 struct ipmi_ipmb_addr *ipmb; in send_panic_events() local5355 ipmb = (struct ipmi_ipmb_addr *) &addr; in send_panic_events()5356 ipmb->addr_type = IPMI_IPMB_ADDR_TYPE; in send_panic_events()5357 ipmb->channel = 0; /* FIXME - is this right? */ in send_panic_events()5358 ipmb->lun = intf->event_receiver_lun; in send_panic_events()5359 ipmb->slave_addr = intf->event_receiver; in send_panic_events()