Searched hist:"18 dd23920703891c39c7965873f8ae369bd3a237" (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | phy.h | diff 18dd23920703891c39c7965873f8ae369bd3a237 Wed Apr 13 18:08:32 CDT 2016 Jacob Keller <jacob.e.keller@intel.com> e1000e: use BIT() macro for bit defines
This prevents signed bitshift issues when the shift would overwrite the signed bit, and prevents making this mistake in the future when copying and modifying code.
Use GENMASK or the unsigned postfix for cases which aren't suitable for BIT() macro.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | nvm.c | diff 18dd23920703891c39c7965873f8ae369bd3a237 Wed Apr 13 18:08:32 CDT 2016 Jacob Keller <jacob.e.keller@intel.com> e1000e: use BIT() macro for bit defines
This prevents signed bitshift issues when the shift would overwrite the signed bit, and prevents making this mistake in the future when copying and modifying code.
Use GENMASK or the unsigned postfix for cases which aren't suitable for BIT() macro.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | 80003es2lan.c | diff 18dd23920703891c39c7965873f8ae369bd3a237 Wed Apr 13 18:08:32 CDT 2016 Jacob Keller <jacob.e.keller@intel.com> e1000e: use BIT() macro for bit defines
This prevents signed bitshift issues when the shift would overwrite the signed bit, and prevents making this mistake in the future when copying and modifying code.
Use GENMASK or the unsigned postfix for cases which aren't suitable for BIT() macro.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | mac.c | diff 18dd23920703891c39c7965873f8ae369bd3a237 Wed Apr 13 18:08:32 CDT 2016 Jacob Keller <jacob.e.keller@intel.com> e1000e: use BIT() macro for bit defines
This prevents signed bitshift issues when the shift would overwrite the signed bit, and prevents making this mistake in the future when copying and modifying code.
Use GENMASK or the unsigned postfix for cases which aren't suitable for BIT() macro.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | 82571.c | diff 18dd23920703891c39c7965873f8ae369bd3a237 Wed Apr 13 18:08:32 CDT 2016 Jacob Keller <jacob.e.keller@intel.com> e1000e: use BIT() macro for bit defines
This prevents signed bitshift issues when the shift would overwrite the signed bit, and prevents making this mistake in the future when copying and modifying code.
Use GENMASK or the unsigned postfix for cases which aren't suitable for BIT() macro.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | phy.c | diff 18dd23920703891c39c7965873f8ae369bd3a237 Wed Apr 13 18:08:32 CDT 2016 Jacob Keller <jacob.e.keller@intel.com> e1000e: use BIT() macro for bit defines
This prevents signed bitshift issues when the shift would overwrite the signed bit, and prevents making this mistake in the future when copying and modifying code.
Use GENMASK or the unsigned postfix for cases which aren't suitable for BIT() macro.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | ethtool.c | diff 18dd23920703891c39c7965873f8ae369bd3a237 Wed Apr 13 18:08:32 CDT 2016 Jacob Keller <jacob.e.keller@intel.com> e1000e: use BIT() macro for bit defines
This prevents signed bitshift issues when the shift would overwrite the signed bit, and prevents making this mistake in the future when copying and modifying code.
Use GENMASK or the unsigned postfix for cases which aren't suitable for BIT() macro.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | e1000.h | diff 18dd23920703891c39c7965873f8ae369bd3a237 Wed Apr 13 18:08:32 CDT 2016 Jacob Keller <jacob.e.keller@intel.com> e1000e: use BIT() macro for bit defines
This prevents signed bitshift issues when the shift would overwrite the signed bit, and prevents making this mistake in the future when copying and modifying code.
Use GENMASK or the unsigned postfix for cases which aren't suitable for BIT() macro.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | ich8lan.c | diff 18dd23920703891c39c7965873f8ae369bd3a237 Wed Apr 13 18:08:32 CDT 2016 Jacob Keller <jacob.e.keller@intel.com> e1000e: use BIT() macro for bit defines
This prevents signed bitshift issues when the shift would overwrite the signed bit, and prevents making this mistake in the future when copying and modifying code.
Use GENMASK or the unsigned postfix for cases which aren't suitable for BIT() macro.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | netdev.c | diff 18dd23920703891c39c7965873f8ae369bd3a237 Wed Apr 13 18:08:32 CDT 2016 Jacob Keller <jacob.e.keller@intel.com> e1000e: use BIT() macro for bit defines
This prevents signed bitshift issues when the shift would overwrite the signed bit, and prevents making this mistake in the future when copying and modifying code.
Use GENMASK or the unsigned postfix for cases which aren't suitable for BIT() macro.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|