Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /* Copyright (c) 2013, The Linux Foundation. All rights reserved.
0003  */
0004 #ifndef __DT_BINDINGS_QCOM_GSBI_H
0005 #define __DT_BINDINGS_QCOM_GSBI_H
0006 
0007 #define GSBI_PROT_IDLE      0
0008 #define GSBI_PROT_I2C_UIM   1
0009 #define GSBI_PROT_I2C       2
0010 #define GSBI_PROT_SPI       3
0011 #define GSBI_PROT_UART_W_FC 4
0012 #define GSBI_PROT_UIM       5
0013 #define GSBI_PROT_I2C_UART  6
0014 
0015 #define GSBI_CRCI_QUP       0
0016 #define GSBI_CRCI_UART      1
0017 
0018 #endif