spi-topcliff-pch: Fix issue for transmitting over 4KByte
[zen-stable.git] / include / linux / amba / pl061.h
blobfb83c0453489930064067d975104b916eef674a0
1 #include <linux/types.h>
3 /* platform data for the PL061 GPIO driver */
5 struct pl061_platform_data {
6 /* number of the first GPIO */
7 unsigned gpio_base;
9 /* number of the first IRQ.
10 * If the IRQ functionality in not desired this must be set to 0.
12 unsigned irq_base;
14 u8 directions; /* startup directions, 1: out, 0: in */
15 u8 values; /* startup values */