Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-facebook-greatlakes.dts104 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";
H A Daspeed-bmc-facebook-yosemitev2.dts127 compatible = "ipmb-dev";
138 compatible = "ipmb-dev";
149 compatible = "ipmb-dev";
160 compatible = "ipmb-dev";
217 compatible = "ipmb-dev";
H A Daspeed-bmc-facebook-tiogapass.dts439 compatible = "ipmb-dev";
530 compatible = "ipmb-dev";
H A Daspeed-bmc-quanta-s6q.dts452 ipmb@10 {
453 compatible = "ipmb-dev";
H A Daspeed-bmc-inventec-transformers.dts118 compatible = "ipmb-dev";
H A Daspeed-bmc-facebook-harma.dts507 ipmb@10 {
508 compatible = "ipmb-dev";
H A Daspeed-bmc-facebook-yosemite4.dts1033 ipmb@10 {
1034 compatible = "ipmb-dev";
H A Daspeed-bmc-facebook-minerva.dts1406 ipmb@10 {
1407 compatible = "ipmb-dev";
H A Daspeed-bmc-bytedance-g220a.dts462 compatible = "ipmb-dev";
H A Daspeed-bmc-facebook-bletchley.dts948 compatible = "ipmb-dev";
H A Daspeed-bmc-ibm-sbp1.dts2049 compatible = "ipmb-dev";
/linux-6.15/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.rst103 ipmb
H A Dipmi.rst517 ipmb=<ipmb slave addr>
603 ipmb direct addressing. You can receive commands from other MCs on
617 echo ipmi-ipmb <addr> > /sys/class/i2c-dev/i2c-<n>/device/new_device
/linux-6.15/Documentation/devicetree/bindings/ipmi/
H A Dipmi-ipmb.yaml4 $id: http://devicetree.org/schemas/ipmi/ipmi-ipmb.yaml#
17 - ipmi-ipmb
59 ipmi-ipmb@40 {
60 compatible = "ipmi-ipmb";
/linux-6.15/Documentation/translations/zh_CN/driver-api/
H A Dindex.rst55 * ipmb
/linux-6.15/drivers/char/ipmi/
H A Dipmi_msghandler.c5258 struct ipmi_ipmb_addr *ipmb; in send_panic_events() local
5352 ipmb = (struct ipmi_ipmb_addr *) &addr; in send_panic_events()
5353 ipmb->addr_type = IPMI_IPMB_ADDR_TYPE; in send_panic_events()
5354 ipmb->channel = 0; /* FIXME - is this right? */ in send_panic_events()
5355 ipmb->lun = intf->event_receiver_lun; in send_panic_events()
5356 ipmb->slave_addr = intf->event_receiver; in send_panic_events()