Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19 17 lines 442 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved. 4 */ 5 6#ifndef __IRIS_VPU_REGISTER_DEFINES_H__ 7#define __IRIS_VPU_REGISTER_DEFINES_H__ 8 9#define VCODEC_BASE_OFFS 0x00000000 10#define CPU_BASE_OFFS 0x000A0000 11#define WRAPPER_BASE_OFFS 0x000B0000 12 13#define CPU_CS_BASE_OFFS (CPU_BASE_OFFS) 14 15#define WRAPPER_CORE_POWER_STATUS (WRAPPER_BASE_OFFS + 0x80) 16 17#endif