Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
siu.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  siu_spb_param
 
struct  siu_firmware
 

Macros

#define YRAM0_SIZE   (0x0040 / 4) /* 16 */
 
#define YRAM1_SIZE   (0x0080 / 4) /* 32 */
 
#define YRAM2_SIZE   (0x0040 / 4) /* 16 */
 
#define YRAM3_SIZE   (0x0080 / 4) /* 32 */
 
#define YRAM4_SIZE   (0x0080 / 4) /* 32 */
 
#define YRAM_DEF_SIZE
 
#define YRAM_FIR_SIZE   (0x0400 / 4) /* 256 */
 
#define YRAM_IIR_SIZE   (0x0200 / 4) /* 128 */
 
#define XRAM0_SIZE   (0x0400 / 4) /* 256 */
 
#define XRAM1_SIZE   (0x0200 / 4) /* 128 */
 
#define XRAM2_SIZE   (0x0200 / 4) /* 128 */
 
#define PRAM0_SIZE   (0x0100 / 4) /* 64 */
 
#define PRAM1_SIZE   ((0x2000 - 0x0100) / 4) /* 1984 */
 

Macro Definition Documentation

#define PRAM0_SIZE   (0x0100 / 4) /* 64 */

Definition at line 42 of file siu.h.

#define PRAM1_SIZE   ((0x2000 - 0x0100) / 4) /* 1984 */

Definition at line 43 of file siu.h.

#define XRAM0_SIZE   (0x0400 / 4) /* 256 */

Definition at line 37 of file siu.h.

#define XRAM1_SIZE   (0x0200 / 4) /* 128 */

Definition at line 38 of file siu.h.

#define XRAM2_SIZE   (0x0200 / 4) /* 128 */

Definition at line 39 of file siu.h.

#define YRAM0_SIZE   (0x0040 / 4) /* 16 */

Definition at line 27 of file siu.h.

#define YRAM1_SIZE   (0x0080 / 4) /* 32 */

Definition at line 28 of file siu.h.

#define YRAM2_SIZE   (0x0040 / 4) /* 16 */

Definition at line 29 of file siu.h.

#define YRAM3_SIZE   (0x0080 / 4) /* 32 */

Definition at line 30 of file siu.h.

#define YRAM4_SIZE   (0x0080 / 4) /* 32 */

Definition at line 31 of file siu.h.

#define YRAM_DEF_SIZE
Value:
YRAM3_SIZE + YRAM4_SIZE)

Definition at line 32 of file siu.h.

#define YRAM_FIR_SIZE   (0x0400 / 4) /* 256 */

Definition at line 34 of file siu.h.

#define YRAM_IIR_SIZE   (0x0200 / 4) /* 128 */

Definition at line 35 of file siu.h.