Message ID | 20230630131304.64243-4-xin.zeng@intel.com (mailing list archive) |
---|---|
State | RFC |
Delegated to: | Herbert Xu |
Headers | show |
Series | crypto: qat - enable SRIOV VF live migration | expand |
diff --git a/include/linux/units.h b/include/linux/units.h index 2793a41e73a2..8d1dd5609906 100644 --- a/include/linux/units.h +++ b/include/linux/units.h @@ -20,12 +20,16 @@ #define PICO 1000000000000ULL #define FEMTO 1000000000000000ULL +/* Hz based multipliers */ #define NANOHZ_PER_HZ 1000000000UL #define MICROHZ_PER_HZ 1000000UL #define MILLIHZ_PER_HZ 1000UL #define HZ_PER_KHZ 1000UL -#define KHZ_PER_MHZ 1000UL #define HZ_PER_MHZ 1000000UL +#define HZ_PER_GHZ 1000000000UL + +/* kHz based multipliers */ +#define KHZ_PER_MHZ 1000UL #define MILLIWATT_PER_WATT 1000UL #define MICROWATT_PER_MILLIWATT 1000UL