]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - include/linux/spi/ifx_modem.h
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac802...
[mirror_ubuntu-zesty-kernel.git] / include / linux / spi / ifx_modem.h
CommitLineData
af3b8881
RG
1#ifndef LINUX_IFX_MODEM_H
2#define LINUX_IFX_MODEM_H
3
4struct ifx_modem_platform_data {
2f1522ec
RG
5 unsigned short rst_out; /* modem reset out */
6 unsigned short pwr_on; /* power on */
7 unsigned short rst_pmu; /* reset modem */
8 unsigned short tx_pwr; /* modem power threshold */
9 unsigned short srdy; /* SRDY */
10 unsigned short mrdy; /* MRDY */
11 unsigned char modem_type; /* Modem type */
12 unsigned long max_hz; /* max SPI frequency */
13 unsigned short use_dma:1; /* spi protocol driver supplies
14 dma-able addrs */
af3b8881 15};
2f1522ec
RG
16#define IFX_MODEM_6160 1
17#define IFX_MODEM_6260 2
af3b8881
RG
18
19#endif