|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | reg_l2cache_rw_cfg |
| struct | reg_l2cache_rw_ctrl |
| struct | reg_l2cache_rw_idxop |
| struct | reg_l2cache_rw_addrop_addr |
| struct | reg_l2cache_rw_addrop_ctrl |
Enumerations | |
| enum | { regk_l2cache_flush = 0x00000001, regk_l2cache_no = 0x00000000, regk_l2cache_rw_addrop_addr_default = 0x00000000, regk_l2cache_rw_addrop_ctrl_default = 0x00000000, regk_l2cache_rw_cfg_default = 0x00000000, regk_l2cache_rw_ctrl_default = 0x00000000, regk_l2cache_rw_idxop_default = 0x00000000, regk_l2cache_yes = 0x00000001 } |
Definition at line 72 of file l2cache_defs.h.
| #define reg_page_size 8192 |
Definition at line 68 of file l2cache_defs.h.
| #define REG_RD_ADDR_l2cache_rw_addrop_addr 12 |
Definition at line 118 of file l2cache_defs.h.
| #define REG_RD_ADDR_l2cache_rw_addrop_ctrl 16 |
Definition at line 127 of file l2cache_defs.h.
| #define REG_RD_ADDR_l2cache_rw_cfg 0 |
Definition at line 89 of file l2cache_defs.h.
| #define REG_RD_ADDR_l2cache_rw_ctrl 4 |
Definition at line 100 of file l2cache_defs.h.
| #define REG_RD_ADDR_l2cache_rw_idxop 8 |
Definition at line 111 of file l2cache_defs.h.
Definition at line 41 of file l2cache_defs.h.
| #define REG_TYPE_CONV | ( | type, | |
| orgtype, | |||
| val | |||
| ) | ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) |
Definition at line 63 of file l2cache_defs.h.
| #define REG_WR_ADDR_l2cache_rw_addrop_addr 12 |
Definition at line 119 of file l2cache_defs.h.
| #define REG_WR_ADDR_l2cache_rw_addrop_ctrl 16 |
Definition at line 128 of file l2cache_defs.h.
| #define REG_WR_ADDR_l2cache_rw_cfg 0 |
Definition at line 90 of file l2cache_defs.h.
| #define REG_WR_ADDR_l2cache_rw_ctrl 4 |
Definition at line 101 of file l2cache_defs.h.
| #define REG_WR_ADDR_l2cache_rw_idxop 8 |
Definition at line 112 of file l2cache_defs.h.
| #define REG_WR_INT | ( | scope, | |
| inst, | |||
| reg, | |||
| val | |||
| ) | REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) ) |
Definition at line 46 of file l2cache_defs.h.
| anonymous enum |
Definition at line 132 of file l2cache_defs.h.
1.8.2