Lines Matching +full:ipmi +full:- +full:bt
1 // SPDX-License-Identifier: GPL-2.0+
37 " 'smic', and 'bt'. For example si_type=kcs,bt will set"
38 " the first interface to kcs and the second to bt");
61 MODULE_PARM_DESC(regsizes, "The size of the specific IPMI register in bytes."
62 " This should generally be 1, 2, 4, or 8 for an 8-bit,"
63 " 16-bit, 32-bit, or 64-bit register. Use this if you"
64 " the 8-bit IPMI register has to be read from a larger"
68 " IPMI register, in bits. For instance, if the data"
69 " is read from a 32-bit word and the IPMI data is in"
70 " bit 8-15, then the shift would be 8");
91 } else if (strcmp(si_type_str, "bt") == 0) { in ipmi_hardcode_init_one()
95 * Allow a firmware-specified interface to be in ipmi_hardcode_init_one()
113 ipmi_platform_add("hardcode-ipmi-si", i, &p); in ipmi_hardcode_init_one()
152 ipmi_remove_platform_device_by_name("hardcode-ipmi-si"); in ipmi_si_hardcode_exit()