mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
irqchip/gic: Add missing GICH_HCR control bits
The GICH_HCR description is missing a bunch of control bits that control the maintenance interrupt. Add them. Tested-by: Fuad Tabba <tabba@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Tested-by: Mark Brown <broonie@kernel.org> Link: https://msgid.link/20251120172540.2267180-2-maz@kernel.org Signed-off-by: Oliver Upton <oupton@kernel.org>
This commit is contained in:
committed by
Oliver Upton
parent
dcb6fa37fd
commit
8cb4ecec5e
@@ -86,7 +86,13 @@
|
||||
|
||||
#define GICH_HCR_EN (1 << 0)
|
||||
#define GICH_HCR_UIE (1 << 1)
|
||||
#define GICH_HCR_LRENPIE (1 << 2)
|
||||
#define GICH_HCR_NPIE (1 << 3)
|
||||
#define GICH_HCR_VGrp0EIE (1 << 4)
|
||||
#define GICH_HCR_VGrp0DIE (1 << 5)
|
||||
#define GICH_HCR_VGrp1EIE (1 << 6)
|
||||
#define GICH_HCR_VGrp1DIE (1 << 7)
|
||||
#define GICH_HCR_EOICOUNT GENMASK(31, 27)
|
||||
|
||||
#define GICH_LR_VIRTUALID (0x3ff << 0)
|
||||
#define GICH_LR_PHYSID_CPUID_SHIFT (10)
|
||||
|
||||
Reference in New Issue
Block a user