TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
irqnum.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Tenstorrent AI ULC
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef _IRQNUM_H_
7#define _IRQNUM_H_
8
9/* List of ARC IRQ numbers that aren't captured in Device Tree */
10#define IRQNUM_ARC_MISC_CNTL_IRQ0 32
11#define IRQNUM_PCIE0_ERR_INTR 47
12#define IRQNUM_PCIE1_ERR_INTR 54
13
14#define IRQNUM_MSI_CATCHER_NONEMPTY 57
15#define IRQNUM_MSI_CATCHER_OVERFLOW 58
16
17#endif