Lines Matching refs:hw_level
78 module_param_named(hw_level, ehca_hw_level, int, S_IRUGO);
94 MODULE_PARM_DESC(hw_level,
333 shca->hw_level = 0x10 | (revid + 1); in ehca_sense_attributes()
335 shca->hw_level = 0x14; in ehca_sense_attributes()
338 shca->hw_level = 0x21; in ehca_sense_attributes()
340 shca->hw_level = 0x22; in ehca_sense_attributes()
342 shca->hw_level = 0x23; in ehca_sense_attributes()
345 if (!shca->hw_level) { in ehca_sense_attributes()
348 shca->hw_level = 0x22; in ehca_sense_attributes()
351 shca->hw_level = ehca_hw_level; in ehca_sense_attributes()
352 ehca_gen_dbg(" ... hardware level=%x", shca->hw_level); in ehca_sense_attributes()