Home | History | Annotate | Line # | Download | only in interconnect
      1  1.1  jmcneill /*	$NetBSD: qcom,osm-l3.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Copyright (C) 2019 The Linux Foundation. All rights reserved.
      6  1.1  jmcneill  */
      7  1.1  jmcneill 
      8  1.1  jmcneill #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_OSM_L3_H
      9  1.1  jmcneill #define __DT_BINDINGS_INTERCONNECT_QCOM_OSM_L3_H
     10  1.1  jmcneill 
     11  1.1  jmcneill #define MASTER_OSM_L3_APPS	0
     12  1.1  jmcneill #define SLAVE_OSM_L3		1
     13  1.1  jmcneill 
     14  1.1  jmcneill #define MASTER_EPSS_L3_APPS	0
     15  1.1  jmcneill #define SLAVE_EPSS_L3_SHARED	1
     16  1.1  jmcneill 
     17  1.1  jmcneill #endif
     18