|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | global_multi_pram |
| struct | quicc32_pram |
| struct | hdlc_pram |
| struct | uart_pram |
| struct | bisync_pram |
| struct | iom2_pram |
| struct | spi_pram |
| struct | smc_uart_pram |
| struct | smc_trnsp_pram |
| struct | idma_pram |
| struct | ethernet_pram |
| struct | transparent_pram |
| struct | timer_pram |
Macros | |
| #define | VALID_SLOT 0x8000 |
| #define | WRAP_SLOT 0x4000 |
| #define | CC_INVALID 0x8000 /* control character is valid */ |
| #define | CC_REJ 0x4000 /* don't store char in buffer */ |
| #define | CC_CHAR 0x00ff /* control character */ |
| #define | SPI_R 0x8000 /* Ready bit in BD */ |
| #define CC_CHAR 0x00ff /* control character */ |
Definition at line 136 of file m68360_pram.h.
| #define CC_INVALID 0x8000 /* control character is valid */ |
Definition at line 134 of file m68360_pram.h.
| #define CC_REJ 0x4000 /* don't store char in buffer */ |
Definition at line 135 of file m68360_pram.h.
| #define SPI_R 0x8000 /* Ready bit in BD */ |
Definition at line 243 of file m68360_pram.h.
| #define VALID_SLOT 0x8000 |
Definition at line 17 of file m68360_pram.h.
| #define WRAP_SLOT 0x4000 |
Definition at line 18 of file m68360_pram.h.
1.8.2