|
@@ -109,7 +109,6 @@ static inline void pxa2xx_spi_write(const struct driver_data *drv_data,
|
|
|
#define DONE_STATE ((void *)2)
|
|
#define DONE_STATE ((void *)2)
|
|
|
#define ERROR_STATE ((void *)-1)
|
|
#define ERROR_STATE ((void *)-1)
|
|
|
|
|
|
|
|
-#define IS_DMA_ALIGNED(x) IS_ALIGNED((unsigned long)(x), DMA_ALIGNMENT)
|
|
|
|
|
#define DMA_ALIGNMENT 8
|
|
#define DMA_ALIGNMENT 8
|
|
|
|
|
|
|
|
static inline int pxa25x_ssp_comp(struct driver_data *drv_data)
|
|
static inline int pxa25x_ssp_comp(struct driver_data *drv_data)
|