• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_MEDIATEK_COMMON_LASTBUS_V1_H
4 #define SOC_MEDIATEK_COMMON_LASTBUS_V1_H
5 
6 /* INFRA LASTBUS INFO */
7 #define BUS_INFRA_SNAPSHOT	0xd00
8 #define BUS_INFRA_CTRL		0xd04
9 #define INFRASYS_CONFIG		0xffff000c
10 #define INFRA_NUM		17
11 
12 /* PERI LASTBUS INFO */
13 #define BUS_PERI_R0		0x500
14 #define BUS_PERI_R1		0x504
15 #define PERISYS_ENABLE		0xc
16 #define PERISYS_TIMEOUT		0xffff
17 #define PERI_NUM		18
18 
19 void lastbus_init(void);
20 
21 #endif
22