/openbmc/linux/drivers/net/ipa/reg/ |
H A D | ipa_reg-v4.5.c | diff 12c7ea7dfd2c69f1db5bc19a330a5d2a7bfe44e8 Mon Sep 26 17:09:23 CDT 2022 Alex Elder <elder@linaro.org> net: ipa: define COMP_CFG IPA register fields
Create the ipa_reg_comp_cfg_field_id enumerated type, which identifies the fields for the COMP_CFG IPA register.
Use IPA_REG_FIELDS() to specify the field mask values defined for this register, for each supported version of IPA.
Use ipa_reg_bit() to build up the value to be written to this register rather than using the *_FMASK preprocessor symbols.
Remove the definition of the *_FMASK symbols, along with the inline functions that were used to encode certain fields whose position and/or width within the register was dependent on IPA version.
Take this opportunity to represent all one-bit fields using BIT(x) rather than GENMASK(x, x).
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | ipa_reg-v3.5.1.c | diff 12c7ea7dfd2c69f1db5bc19a330a5d2a7bfe44e8 Mon Sep 26 17:09:23 CDT 2022 Alex Elder <elder@linaro.org> net: ipa: define COMP_CFG IPA register fields
Create the ipa_reg_comp_cfg_field_id enumerated type, which identifies the fields for the COMP_CFG IPA register.
Use IPA_REG_FIELDS() to specify the field mask values defined for this register, for each supported version of IPA.
Use ipa_reg_bit() to build up the value to be written to this register rather than using the *_FMASK preprocessor symbols.
Remove the definition of the *_FMASK symbols, along with the inline functions that were used to encode certain fields whose position and/or width within the register was dependent on IPA version.
Take this opportunity to represent all one-bit fields using BIT(x) rather than GENMASK(x, x).
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | ipa_reg-v4.2.c | diff 12c7ea7dfd2c69f1db5bc19a330a5d2a7bfe44e8 Mon Sep 26 17:09:23 CDT 2022 Alex Elder <elder@linaro.org> net: ipa: define COMP_CFG IPA register fields
Create the ipa_reg_comp_cfg_field_id enumerated type, which identifies the fields for the COMP_CFG IPA register.
Use IPA_REG_FIELDS() to specify the field mask values defined for this register, for each supported version of IPA.
Use ipa_reg_bit() to build up the value to be written to this register rather than using the *_FMASK preprocessor symbols.
Remove the definition of the *_FMASK symbols, along with the inline functions that were used to encode certain fields whose position and/or width within the register was dependent on IPA version.
Take this opportunity to represent all one-bit fields using BIT(x) rather than GENMASK(x, x).
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | ipa_reg-v4.9.c | diff 12c7ea7dfd2c69f1db5bc19a330a5d2a7bfe44e8 Mon Sep 26 17:09:23 CDT 2022 Alex Elder <elder@linaro.org> net: ipa: define COMP_CFG IPA register fields
Create the ipa_reg_comp_cfg_field_id enumerated type, which identifies the fields for the COMP_CFG IPA register.
Use IPA_REG_FIELDS() to specify the field mask values defined for this register, for each supported version of IPA.
Use ipa_reg_bit() to build up the value to be written to this register rather than using the *_FMASK preprocessor symbols.
Remove the definition of the *_FMASK symbols, along with the inline functions that were used to encode certain fields whose position and/or width within the register was dependent on IPA version.
Take this opportunity to represent all one-bit fields using BIT(x) rather than GENMASK(x, x).
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | ipa_reg-v4.11.c | diff 12c7ea7dfd2c69f1db5bc19a330a5d2a7bfe44e8 Mon Sep 26 17:09:23 CDT 2022 Alex Elder <elder@linaro.org> net: ipa: define COMP_CFG IPA register fields
Create the ipa_reg_comp_cfg_field_id enumerated type, which identifies the fields for the COMP_CFG IPA register.
Use IPA_REG_FIELDS() to specify the field mask values defined for this register, for each supported version of IPA.
Use ipa_reg_bit() to build up the value to be written to this register rather than using the *_FMASK preprocessor symbols.
Remove the definition of the *_FMASK symbols, along with the inline functions that were used to encode certain fields whose position and/or width within the register was dependent on IPA version.
Take this opportunity to represent all one-bit fields using BIT(x) rather than GENMASK(x, x).
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | ipa_reg-v3.1.c | diff 12c7ea7dfd2c69f1db5bc19a330a5d2a7bfe44e8 Mon Sep 26 17:09:23 CDT 2022 Alex Elder <elder@linaro.org> net: ipa: define COMP_CFG IPA register fields
Create the ipa_reg_comp_cfg_field_id enumerated type, which identifies the fields for the COMP_CFG IPA register.
Use IPA_REG_FIELDS() to specify the field mask values defined for this register, for each supported version of IPA.
Use ipa_reg_bit() to build up the value to be written to this register rather than using the *_FMASK preprocessor symbols.
Remove the definition of the *_FMASK symbols, along with the inline functions that were used to encode certain fields whose position and/or width within the register was dependent on IPA version.
Take this opportunity to represent all one-bit fields using BIT(x) rather than GENMASK(x, x).
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/openbmc/linux/drivers/net/ipa/ |
H A D | ipa_reg.h | diff 12c7ea7dfd2c69f1db5bc19a330a5d2a7bfe44e8 Mon Sep 26 17:09:23 CDT 2022 Alex Elder <elder@linaro.org> net: ipa: define COMP_CFG IPA register fields
Create the ipa_reg_comp_cfg_field_id enumerated type, which identifies the fields for the COMP_CFG IPA register.
Use IPA_REG_FIELDS() to specify the field mask values defined for this register, for each supported version of IPA.
Use ipa_reg_bit() to build up the value to be written to this register rather than using the *_FMASK preprocessor symbols.
Remove the definition of the *_FMASK symbols, along with the inline functions that were used to encode certain fields whose position and/or width within the register was dependent on IPA version.
Take this opportunity to represent all one-bit fields using BIT(x) rather than GENMASK(x, x).
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | ipa_main.c | diff 12c7ea7dfd2c69f1db5bc19a330a5d2a7bfe44e8 Mon Sep 26 17:09:23 CDT 2022 Alex Elder <elder@linaro.org> net: ipa: define COMP_CFG IPA register fields
Create the ipa_reg_comp_cfg_field_id enumerated type, which identifies the fields for the COMP_CFG IPA register.
Use IPA_REG_FIELDS() to specify the field mask values defined for this register, for each supported version of IPA.
Use ipa_reg_bit() to build up the value to be written to this register rather than using the *_FMASK preprocessor symbols.
Remove the definition of the *_FMASK symbols, along with the inline functions that were used to encode certain fields whose position and/or width within the register was dependent on IPA version.
Take this opportunity to represent all one-bit fields using BIT(x) rather than GENMASK(x, x).
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|