Searched refs:ipmb (Results 1 – 11 of 11) sorted by relevance
104 ipmb@10 {105 compatible = "ipmb-dev";114 ipmb@10 {115 compatible = "ipmb-dev";124 ipmb@10 {125 compatible = "ipmb-dev";134 ipmb@10 {135 compatible = "ipmb-dev";178 ipmb@10 {179 compatible = "ipmb-dev";
118 compatible = "ipmb-dev";
602 ipmb@10 {603 compatible = "ipmb-dev";
1087 ipmb@10 {1088 compatible = "ipmb-dev";
808 ipmb@10 {809 compatible = "ipmb-dev";
462 compatible = "ipmb-dev";
961 compatible = "ipmb-dev";
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
106 ipmb
55 * ipmb
5353 struct ipmi_ipmb_addr *ipmb; in send_panic_events() local5447 ipmb = (struct ipmi_ipmb_addr *) &addr; in send_panic_events()5448 ipmb->addr_type = IPMI_IPMB_ADDR_TYPE; in send_panic_events()5449 ipmb->channel = 0; /* FIXME - is this right? */ in send_panic_events()5450 ipmb->lun = intf->event_receiver_lun; in send_panic_events()5451 ipmb->slave_addr = intf->event_receiver; in send_panic_events()