commit | e6580d0eb7f479473c9fdc1da0a2ac37ccf00d6e | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Mon Sep 28 18:04:41 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 28 18:34:56 2020 -0700 |
tree | 2bb0572ed8bc0b7b90c32b02fac340523edff8d2 | |
parent | e0ebe204916a0f9915185268ad4735eaa7adc59d [diff] |
net: ipa: share field mask values for GSI interrupt type The GSI interrupt type register and interrupt type mask register have the same field bits at the same locations. Use a common set of field masks for both registers rather than essentially duplicating them. The only place the interrupt mask register uses any of these is in gsi_irq_enable(). Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>