From 392e8802486cb573b916e746010e141a75f507e6 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 15 Nov 2014 09:58:27 +0800 Subject: init android origin source code --- ANDROID_3.4.5/include/linux/spi/ifx_modem.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ANDROID_3.4.5/include/linux/spi/ifx_modem.h (limited to 'ANDROID_3.4.5/include/linux/spi/ifx_modem.h') diff --git a/ANDROID_3.4.5/include/linux/spi/ifx_modem.h b/ANDROID_3.4.5/include/linux/spi/ifx_modem.h new file mode 100644 index 00000000..394fec9e --- /dev/null +++ b/ANDROID_3.4.5/include/linux/spi/ifx_modem.h @@ -0,0 +1,19 @@ +#ifndef LINUX_IFX_MODEM_H +#define LINUX_IFX_MODEM_H + +struct ifx_modem_platform_data { + unsigned short rst_out; /* modem reset out */ + unsigned short pwr_on; /* power on */ + unsigned short rst_pmu; /* reset modem */ + unsigned short tx_pwr; /* modem power threshold */ + unsigned short srdy; /* SRDY */ + unsigned short mrdy; /* MRDY */ + unsigned char modem_type; /* Modem type */ + unsigned long max_hz; /* max SPI frequency */ + unsigned short use_dma:1; /* spi protocol driver supplies + dma-able addrs */ +}; +#define IFX_MODEM_6160 1 +#define IFX_MODEM_6260 2 + +#endif -- cgit