Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | EXI_CLK_32MHZ 5 |
#define | EXI_CSR 0x00 |
#define | EXI_CSR_CLKMASK (0x7<<4) |
#define | EXI_CSR_CLK_32MHZ (EXI_CLK_32MHZ<<4) |
#define | EXI_CSR_CSMASK (0x7<<7) |
#define | EXI_CSR_CS_0 (0x1<<7) /* Chip Select 001 */ |
#define | EXI_CR 0x0c |
#define | EXI_CR_TSTART (1<<0) |
#define | EXI_CR_WRITE (1<<2) |
#define | EXI_CR_READ_WRITE (2<<2) |
#define | EXI_CR_TLEN(len) (((len)-1)<<4) |
#define | EXI_DATA 0x10 |
Functions | |
void | ug_console_write (const char *buf, int len) |
void * | ug_probe (void) |
#define EXI_CSR_CLK_32MHZ (EXI_CLK_32MHZ<<4) |