Skip to content

Commit

Permalink
[CP] Add watchdog define for teecs
Browse files Browse the repository at this point in the history
Add watchdog define for teecs.
  • Loading branch information
peiranzh authored and intel-mediadev committed Nov 19, 2024
1 parent 7fdb20f commit 51d7af8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions media_softlet/agnostic/common/hw/mhw_mmio_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ static constexpr uint32_t WATCHDOG_COUNT_THRESTHOLD_OFFSET_VCS1
static constexpr uint32_t WATCHDOG_COUNT_CTRL_OFFSET_VECS = 0x1C8178;
static constexpr uint32_t WATCHDOG_COUNT_THRESTHOLD_OFFSET_VECS = 0x1C817C;

static constexpr uint32_t WATCHDOG_COUNT_CTRL_OFFSET_TEECS = 0x11A178;
static constexpr uint32_t WATCHDOG_COUNT_THRESTHOLD_OFFSET_TEECS = 0x11A17C;

//Semaphore Token
static constexpr uint32_t MMIO_SEMAPHORE_TOKEN_RCS = 0x022b4;
static constexpr uint32_t MMIO_SEMAPHORE_TOKEN_CCS0 = 0x1A2B4;
Expand Down

0 comments on commit 51d7af8

Please sign in to comment.