diff options
Diffstat (limited to 'arch/arm/plat-pxa/include/plat/ssp.h')
-rw-r--r-- | arch/arm/plat-pxa/include/plat/ssp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-pxa/include/plat/ssp.h b/arch/arm/plat-pxa/include/plat/ssp.h index fe43150690ed..21c12ca80738 100644 --- a/arch/arm/plat-pxa/include/plat/ssp.h +++ b/arch/arm/plat-pxa/include/plat/ssp.h | |||
@@ -82,7 +82,8 @@ | |||
82 | #define SSSR_TFS (1 << 5) /* Transmit FIFO Service Request */ | 82 | #define SSSR_TFS (1 << 5) /* Transmit FIFO Service Request */ |
83 | #define SSSR_RFS (1 << 6) /* Receive FIFO Service Request */ | 83 | #define SSSR_RFS (1 << 6) /* Receive FIFO Service Request */ |
84 | #define SSSR_ROR (1 << 7) /* Receive FIFO Overrun */ | 84 | #define SSSR_ROR (1 << 7) /* Receive FIFO Overrun */ |
85 | 85 | #define SSSR_TFL_MASK (0xf << 8) /* Transmit FIFO Level mask */ | |
86 | #define SSSR_RFL_MASK (0xf << 12) /* Receive FIFO Level mask */ | ||
86 | 87 | ||
87 | /* extra bits in PXA255, PXA26x and PXA27x SSP ports */ | 88 | /* extra bits in PXA255, PXA26x and PXA27x SSP ports */ |
88 | #define SSCR0_TISSP (1 << 4) /* TI Sync Serial Protocol */ | 89 | #define SSCR0_TISSP (1 << 4) /* TI Sync Serial Protocol */ |