spi-pxa2xx.c (1cbc99dfe5d7d686fd022647f4e489b5eb8e9068) | spi-pxa2xx.c (66ec246eb9982e7eb8e15e1fc55f543230310dd0) |
---|---|
1/* 2 * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs 3 * Copyright (C) 2013, Intel Corporation 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. --- 112 unchanged lines hidden (view full) --- 121 .cs_sel_mask = 1 << 2, 122 .cs_num = 2, 123 }, 124 { /* LPSS_SPT_SSP */ 125 .offset = 0x200, 126 .reg_general = -1, 127 .reg_ssp = 0x20, 128 .reg_cs_ctrl = 0x24, | 1/* 2 * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs 3 * Copyright (C) 2013, Intel Corporation 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. --- 112 unchanged lines hidden (view full) --- 121 .cs_sel_mask = 1 << 2, 122 .cs_num = 2, 123 }, 124 { /* LPSS_SPT_SSP */ 125 .offset = 0x200, 126 .reg_general = -1, 127 .reg_ssp = 0x20, 128 .reg_cs_ctrl = 0x24, |
129 .reg_capabilities = 0xfc, | 129 .reg_capabilities = -1, |
130 .rx_threshold = 1, 131 .tx_threshold_lo = 32, 132 .tx_threshold_hi = 56, 133 }, 134 { /* LPSS_BXT_SSP */ 135 .offset = 0x200, 136 .reg_general = -1, 137 .reg_ssp = 0x20, --- 1669 unchanged lines hidden --- | 130 .rx_threshold = 1, 131 .tx_threshold_lo = 32, 132 .tx_threshold_hi = 56, 133 }, 134 { /* LPSS_BXT_SSP */ 135 .offset = 0x200, 136 .reg_general = -1, 137 .reg_ssp = 0x20, --- 1669 unchanged lines hidden --- |