Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | reg_strcop_rw_cfg |
Macros | |
#define | REG_RD(scope, inst, reg) |
#define | REG_WR(scope, inst, reg, val) |
#define | REG_RD_VECT(scope, inst, reg, index) |
#define | REG_WR_VECT(scope, inst, reg, index, val) |
#define | REG_RD_INT(scope, inst, reg) REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg ) |
#define | REG_WR_INT(scope, inst, reg, val) REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) |
#define | REG_RD_INT_VECT(scope, inst, reg, index) |
#define | REG_WR_INT_VECT(scope, inst, reg, index, val) |
#define | REG_TYPE_CONV(type, orgtype, val) ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) |
#define | reg_page_size 8192 |
#define | REG_ADDR(scope, inst, reg) ( (inst) + REG_RD_ADDR_##scope##_##reg ) |
#define | REG_ADDR_VECT(scope, inst, reg, index) |
#define | REG_RD_ADDR_strcop_rw_cfg 0 |
#define | REG_WR_ADDR_strcop_rw_cfg 0 |
Enumerations | |
enum | { regk_strcop_big = 0x00000001, regk_strcop_d = 0x00000001, regk_strcop_e = 0x00000000, regk_strcop_little = 0x00000000, regk_strcop_rw_cfg_default = 0x00000002 } |
Definition at line 75 of file strcop_defs.h.
#define reg_page_size 8192 |
Definition at line 71 of file strcop_defs.h.
#define REG_RD_ADDR_strcop_rw_cfg 0 |
Definition at line 97 of file strcop_defs.h.
Definition at line 44 of file strcop_defs.h.
#define REG_TYPE_CONV | ( | type, | |
orgtype, | |||
val | |||
) | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) |
Definition at line 66 of file strcop_defs.h.
#define REG_WR_ADDR_strcop_rw_cfg 0 |
Definition at line 98 of file strcop_defs.h.
#define REG_WR_INT | ( | scope, | |
inst, | |||
reg, | |||
val | |||
) | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) |
Definition at line 49 of file strcop_defs.h.
anonymous enum |
regk_strcop_big | |
regk_strcop_d | |
regk_strcop_e | |
regk_strcop_little | |
regk_strcop_rw_cfg_default |
Definition at line 102 of file strcop_defs.h.