interrupt_controller: gic: Fix GICD_ICFGR field definition names
This commit fixes the field definition names for `GICD_ICFGR`, which were incorrectly prefixed with `GICC_`. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
75e36ed352
commit
495407aabc
2 changed files with 5 additions and 5 deletions
|
@ -200,9 +200,9 @@
|
|||
/* GICC_IAR */
|
||||
#define GICC_IAR_SPURIOUS 1023
|
||||
|
||||
/* GICC_ICFGR */
|
||||
#define GICC_ICFGR_MASK BIT_MASK(2)
|
||||
#define GICC_ICFGR_TYPE BIT(1)
|
||||
/* GICD_ICFGR */
|
||||
#define GICD_ICFGR_MASK BIT_MASK(2)
|
||||
#define GICD_ICFGR_TYPE BIT(1)
|
||||
|
||||
#endif /* CONFIG_GIC_VER <= 2 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue