Home | History | Annotate | Line # | Download | only in soc
      1      1.1  jmcneill /*	$NetBSD: qcom,gsbi.h,v 1.1.1.2 2020/01/03 14:33:03 skrll Exp $	*/
      2      1.1  jmcneill 
      3  1.1.1.2     skrll /* SPDX-License-Identifier: GPL-2.0-only */
      4      1.1  jmcneill /* Copyright (c) 2013, The Linux Foundation. All rights reserved.
      5      1.1  jmcneill  */
      6      1.1  jmcneill #ifndef __DT_BINDINGS_QCOM_GSBI_H
      7      1.1  jmcneill #define __DT_BINDINGS_QCOM_GSBI_H
      8      1.1  jmcneill 
      9      1.1  jmcneill #define GSBI_PROT_IDLE		0
     10      1.1  jmcneill #define GSBI_PROT_I2C_UIM	1
     11      1.1  jmcneill #define GSBI_PROT_I2C		2
     12      1.1  jmcneill #define GSBI_PROT_SPI		3
     13      1.1  jmcneill #define GSBI_PROT_UART_W_FC	4
     14      1.1  jmcneill #define GSBI_PROT_UIM		5
     15      1.1  jmcneill #define GSBI_PROT_I2C_UART	6
     16      1.1  jmcneill 
     17      1.1  jmcneill #define GSBI_CRCI_QUP		0
     18      1.1  jmcneill #define GSBI_CRCI_UART		1
     19      1.1  jmcneill 
     20      1.1  jmcneill #endif
     21