Searched refs:regsizes (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_si_intf.c | 1335 static int regsizes[SI_MAX_PARMS]; variable 1402 module_param_array(regsizes, int, &num_regsizes, 0); 1403 MODULE_PARM_DESC(regsizes, "The size of the specific IPMI register in bytes." 2030 info->io.regsize = regsizes[i]; in hardcode_find_bmc()
|
/linux-4.4.14/Documentation/ |
D | IPMI.txt | 364 regspacings=<sp1>,<sp2>,... regsizes=<size1>,<size2>,... 408 The regsizes parameter gives the size of a register, in bytes. The 439 ipmi_si.regsizes=<size1>,<size2>,...
|