Linux Kernel
3.7.1
|
Data Fields | |
struct completion | done |
void __iomem * | regs |
int | irq |
u32 | speed_hz |
unsigned | fifo_size |
unsigned int | msg_type_shift |
unsigned int | msg_ctl_width |
const unsigned char * | tx_ptr |
unsigned char * | rx_ptr |
u8 __iomem * | tx_io |
const u8 __iomem * | rx_io |
int | remaining_bytes |
struct clk * | clk |
struct platform_device * | pdev |
Definition at line 41 of file spi-bcm63xx.c.
Definition at line 63 of file spi-bcm63xx.c.
struct completion done |
Definition at line 42 of file spi-bcm63xx.c.
unsigned fifo_size |
Definition at line 49 of file spi-bcm63xx.c.
int irq |
Definition at line 45 of file spi-bcm63xx.c.
unsigned int msg_ctl_width |
Definition at line 51 of file spi-bcm63xx.c.
unsigned int msg_type_shift |
Definition at line 50 of file spi-bcm63xx.c.
struct platform_device* pdev |
Definition at line 64 of file spi-bcm63xx.c.
Definition at line 44 of file spi-bcm63xx.c.
int remaining_bytes |
Definition at line 61 of file spi-bcm63xx.c.
Definition at line 59 of file spi-bcm63xx.c.
unsigned char* rx_ptr |
Definition at line 55 of file spi-bcm63xx.c.
u32 speed_hz |
Definition at line 48 of file spi-bcm63xx.c.
Definition at line 58 of file spi-bcm63xx.c.
Definition at line 54 of file spi-bcm63xx.c.