Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | bcm63xx_spi_pdata |
Macros | |
#define | __GEN_SPI_RSET_BASE(__cpu, __rset) |
#define | __GEN_SPI_RSET(__cpu) |
#define | __GEN_SPI_REGS_TABLE(__cpu) |
Enumerations | |
enum | bcm63xx_regs_spi { SPI_CMD, SPI_INT_STATUS, SPI_INT_MASK_ST, SPI_INT_MASK, SPI_ST, SPI_CLK_CFG, SPI_FILL_BYTE, SPI_MSG_TAIL, SPI_RX_TAIL, SPI_MSG_CTL, SPI_MSG_DATA, SPI_RX_DATA } |
Functions | |
int __init | bcm63xx_spi_register (void) |
#define __GEN_SPI_REGS_TABLE | ( | __cpu | ) |
Definition at line 54 of file bcm63xx_dev_spi.h.
#define __GEN_SPI_RSET | ( | __cpu | ) |
Definition at line 38 of file bcm63xx_dev_spi.h.
#define __GEN_SPI_RSET_BASE | ( | __cpu, | |
__rset | |||
) |
Definition at line 34 of file bcm63xx_dev_spi.h.
enum bcm63xx_regs_spi |
SPI_CMD | |
SPI_INT_STATUS | |
SPI_INT_MASK_ST | |
SPI_INT_MASK | |
SPI_ST | |
SPI_CLK_CFG | |
SPI_FILL_BYTE | |
SPI_MSG_TAIL | |
SPI_RX_TAIL | |
SPI_MSG_CTL | |
SPI_MSG_DATA | |
SPI_RX_DATA |
Definition at line 19 of file bcm63xx_dev_spi.h.