drivers: intc: ace: use DW structure already defined in the driver
The DW register block was duplicated into the ACE header while we had the same thing in the driver. Move everything to the driver as the first step with further improvements planned on top of this. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
c32f376e99
commit
100090832d
5 changed files with 30 additions and 57 deletions
|
@ -28,7 +28,7 @@
|
|||
#define COMPARATOR_IDX 0 /* 0 or 1 */
|
||||
|
||||
#ifdef CONFIG_SOC_SERIES_INTEL_ACE
|
||||
#define TIMER_IRQ MTL_IRQ_TO_ZEPHYR(MTL_INTL_TTS)
|
||||
#define TIMER_IRQ ACE_IRQ_TO_ZEPHYR(MTL_INTL_TTS)
|
||||
#else
|
||||
#define TIMER_IRQ DSP_WCT_IRQ(COMPARATOR_IDX)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue