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