18 lines
297 B
C
18 lines
297 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
/*
|
||
|
|
* Copyright (c) 2020 MediaTek Inc.
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef __PLAT_LAST_BUS_H__
|
||
|
|
#define __PLAT_LAST_BUS_H__
|
||
|
|
|
||
|
|
#define PLAT_NUM_INFRA_EVENT_REG 2
|
||
|
|
#define PLAT_NUM_PERI_EVENT_REG 1
|
||
|
|
/*
|
||
|
|
* [31:16]peri,[15:0]infra
|
||
|
|
*/
|
||
|
|
#define FLAG_26 0xE24
|
||
|
|
#define FLAG_133 0xE34
|
||
|
|
|
||
|
|
#endif
|