| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-facebook-greatlakes.dts | 12 compatible = "facebook,greatlakes-bmc", "aspeed,ast2600"; 87 label = "bmc"; 247 /*B0-B7*/ "power-bmc-nic","presence-ocp-debug", 248 "power-bmc-slot1","power-bmc-slot2", 249 "power-bmc-slot3","power-bmc-slot4","","", 254 /*F0-F7*/ "slot1-bmc-reset-button","slot2-bmc-reset-button", 255 "slot3-bmc-reset-button","slot4-bmc-reset-button", 261 /*I0-I7*/ "","","","","","","bb-bmc-button","", 265 /*M0-M7*/ "","power-nic-bmc-enable","","usb-bmc-enable","","reset-cause-usb-hub","","", 266 /*N0-N7*/ "","","","","bmc-ready","","","", [all …]
|
| H A D | aspeed-bmc-qcom-dc-scm-v1.dts | 10 compatible = "qcom,dc-scm-v1-bmc", "aspeed,ast2600"; 66 label = "bmc"; 74 label = "alt-bmc";
|
| H A D | aspeed-bmc-ampere-mtjade.dts | 8 compatible = "ampere,mtjade-bmc", "aspeed,ast2500"; 262 label = "bmc"; 270 label = "alt-bmc"; 350 ssif-bmc@10 { 351 compatible = "ssif-bmc"; 805 /*Y0-Y7*/ "","","","bmc-vga-en-n","","","","", 811 /*AC0-AC7*/ "sys-pwr-gd","","spi0-program-sel","spi0-backup-sel","bmc-ok", 828 bmc-ready-hog { 832 line-name = "bmc-ready";
|
| H A D | aspeed-bmc-facebook-yamp.dts | 9 compatible = "facebook,yamp-bmc", "aspeed,ast2500"; 113 #include "facebook-bmc-flash-layout.dtsi"
|
| H A D | aspeed-bmc-inventec-starscream.dts | 13 compatible = "inventec,starscream-bmc", "aspeed,ast2600"; 86 label = "bmc"; 319 /*B0-B7*/ "alert-psu0-smb-r-n","bmc-ready","","assert-cpu0-prochot-r-n", 327 /*I0-I7*/ "","","","","","","irq-bmc-cpu0-buf-nmi-n","",
|
| H A D | aspeed-bmc-supermicro-x11spi.dts | 10 compatible = "supermicro,x11spi-bmc", "aspeed,ast2500"; 51 label = "bmc";
|
| H A D | aspeed-bmc-intel-s2600wf.dts | 9 compatible = "intel,s2600wf-bmc", "aspeed,ast2500"; 46 label = "bmc";
|
| H A D | aspeed-bmc-inspur-on5263m5.dts | 10 compatible = "inspur,on5263m5-bmc", "aspeed,ast2500"; 54 label = "bmc";
|
| H A D | aspeed-bmc-bytedance-g220a.dts | 12 compatible = "bytedance,g220a-bmc", "aspeed,ast2500"; 156 event-bmc-rom0-wp { 157 label = "bmc-rom0-wp"; 162 event-bmc-rom1-wp { 163 label = "bmc-rom1-wp"; 258 label = "bmc"; 265 label = "alt-bmc";
|
| H A D | aspeed-bmc-inventec-transformers.dts | 13 compatible = "inventec,transformer-bmc", "aspeed,ast2600"; 69 label = "bmc"; 116 //Set bmc' slave address;
|
| H A D | aspeed-bmc-microsoft-olympus.dts | 10 compatible = "microsoft,olympus-bmc", "aspeed,ast2400"; 83 label = "bmc";
|
| H A D | aspeed-bmc-ufispace-ncplite.dts | 11 compatible = "ufispace,ncplite-bmc", "aspeed,ast2600"; 153 label = "bmc"; 161 label = "alt-bmc";
|
| H A D | aspeed-bmc-opp-vesnin.dts | 10 compatible = "yadro,vesnin-bmc", "aspeed,ast2400"; 85 label = "bmc";
|
| H A D | aspeed-bmc-ibm-rainier-1s4u.dts | 5 #include "aspeed-bmc-ibm-rainier-4u.dts"
|
| H A D | aspeed-bmc-ibm-rainier-4u.dts | 5 #include "aspeed-bmc-ibm-rainier.dts"
|
| H A D | aspeed-bmc-ibm-blueridge-4u.dts | 5 #include "aspeed-bmc-ibm-blueridge.dts"
|
| H A D | aspeed-bmc-vegman-n110.dts | 5 #include "aspeed-bmc-vegman.dtsi" 9 compatible = "yadro,vegman-n110-bmc", "aspeed,ast2500";
|
| H A D | aspeed-bmc-ibm-system1.dts | 12 compatible = "ibm,system1-bmc", "aspeed,ast2600"; 119 led-bmc-ready { 123 led-bmc-hb { 309 p1v8_bmc_aux: fixedregulator-p1v8-bmc-aux { 389 /*B0-B7*/ "","","","","bmc-tpm-reset","","","", 399 /*L0-L7*/ "","","","","","","","led-bmc-ready", 403 /*P0-P7*/ "","","","","","","","led-bmc-hb", 573 label = "bmc-perst";
|
| /linux/drivers/char/ipmi/ |
| H A D | ipmi_msghandler.c | 308 static int bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc, 453 struct bmc_device *bmc; member 2490 intf->bmc->dyn_id_set = 0; in bmc_device_id_handler() 2495 msg->msg.data, msg->msg.data_len, &intf->bmc->fetch_id); in bmc_device_id_handler() 2499 intf->bmc->cc = msg->msg.data[0]; in bmc_device_id_handler() 2500 intf->bmc->dyn_id_set = 0; in bmc_device_id_handler() 2507 intf->bmc->dyn_id_set = 1; in bmc_device_id_handler() 2542 static int __get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc) in __get_device_id() argument 2550 bmc->cc = 0; in __get_device_id() 2551 bmc->dyn_id_set = 2; in __get_device_id() [all …]
|
| /linux/drivers/md/ |
| H A D | md-bitmap.c | 1568 bitmap_counter_t *bmc; in bitmap_daemon_work() local 1580 bmc = md_bitmap_get_counter(counts, block, &blocks, 0); in bitmap_daemon_work() 1581 if (!bmc) { in bitmap_daemon_work() 1585 if (*bmc == 1 && !bitmap->need_sync) { in bitmap_daemon_work() 1587 *bmc = 0; in bitmap_daemon_work() 1590 } else if (*bmc && *bmc <= 2) { in bitmap_daemon_work() 1591 *bmc = 1; in bitmap_daemon_work() 1687 bitmap_counter_t *bmc; in bitmap_start_write() local 1690 bmc = md_bitmap_get_counter(&bitmap->counts, offset, &blocks, 1); in bitmap_start_write() 1691 if (!bmc) { in bitmap_start_write() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-intel-m10-bmc | 1 What: /sys/bus/.../drivers/intel-m10-bmc/.../bmc_version 9 What: /sys/bus/.../drivers/intel-m10-bmc/.../bmcfw_version 17 What: /sys/bus/.../drivers/intel-m10-bmc/.../mac_address 28 What: /sys/bus/.../drivers/intel-m10-bmc/.../mac_count
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | tx.c | 46 le32_encode_bits(pkt_info->bmc, RTW_TX_DESC_W0_BMC) | in rtw_tx_fill_tx_desc() 414 bool bmc; in rtw_tx_pkt_info_update() local 429 bmc = is_broadcast_ether_addr(hdr->addr1) || in rtw_tx_pkt_info_update() 435 pkt_info->bmc = bmc; in rtw_tx_pkt_info_update() 453 bool bmc; in rtw_tx_rsvd_page_pkt_info_update() local 463 bmc = is_broadcast_ether_addr(hdr->addr1) || in rtw_tx_rsvd_page_pkt_info_update() 465 pkt_info->bmc = bmc; in rtw_tx_rsvd_page_pkt_info_update()
|
| /linux/arch/arm/boot/dts/nuvoton/ |
| H A D | nuvoton-npcm730-gbs.dts | 10 compatible = "quanta,gbs-bmc","nuvoton,npcm730"; 368 label = "bmc"; 1053 bmc-usb-mux-oe-n-hog { 1057 line-name = "bmc-usb-mux-oe-n"; 1059 bmc-usb-mux-sel-hog { 1063 line-name = "bmc-usb-mux-sel"; 1065 bmc-usb2517-reset-n-hog { 1069 line-name = "bmc-usb2517-reset-n";
|
| H A D | nuvoton-npcm730-gsj.dts | 41 led-bmc-live { 149 bmc@0 { 150 label = "bmc";
|
| /linux/arch/arm/boot/dts/hpe/ |
| H A D | Makefile | 3 hpe-bmc-dl360gen10.dtb
|