aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pxa2xx.c
diff options
context:
space:
mode:
authorJarkko Nikula <jarkko.nikula@linux.intel.com>2015-10-22 09:44:43 -0400
committerMark Brown <broonie@kernel.org>2015-10-22 19:56:05 -0400
commitceb941afa5c38dae8e273089266c412d362c7963 (patch)
treecaaca70e345c29508aefc308c91d8316cdb087ee /drivers/spi/spi-pxa2xx.c
parent0e8972187971ac6c29a9e5899fa6c555c739237c (diff)
spi: pxa2xx: Align a few defines
Add more indentation to define lines for making them aligned with the longest one. They would look messy after adding more long defines. Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-pxa2xx.c')
-rw-r--r--drivers/spi/spi-pxa2xx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c
index 4dc5660d4e33..0f6a6c89eab3 100644
--- a/drivers/spi/spi-pxa2xx.c
+++ b/drivers/spi/spi-pxa2xx.c
@@ -61,9 +61,9 @@ MODULE_ALIAS("platform:pxa2xx-spi");
61 | QUARK_X1000_SSCR1_TFT \ 61 | QUARK_X1000_SSCR1_TFT \
62 | SSCR1_SPH | SSCR1_SPO | SSCR1_LBM) 62 | SSCR1_SPH | SSCR1_SPO | SSCR1_LBM)
63 63
64#define GENERAL_REG_RXTO_HOLDOFF_DISABLE BIT(24) 64#define GENERAL_REG_RXTO_HOLDOFF_DISABLE BIT(24)
65#define SPI_CS_CONTROL_SW_MODE BIT(0) 65#define SPI_CS_CONTROL_SW_MODE BIT(0)
66#define SPI_CS_CONTROL_CS_HIGH BIT(1) 66#define SPI_CS_CONTROL_CS_HIGH BIT(1)
67 67
68struct lpss_config { 68struct lpss_config {
69 /* LPSS offset from drv_data->ioaddr */ 69 /* LPSS offset from drv_data->ioaddr */