|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | reg_strmux_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_strmux_rw_cfg 0 |
| #define | REG_WR_ADDR_strmux_rw_cfg 0 |
Enumerations | |
| enum | { regk_strmux_eth = 0x00000001, regk_strmux_h264 = 0x00000001, regk_strmux_iop = 0x00000001, regk_strmux_jpeg = 0x00000001, regk_strmux_off = 0x00000000, regk_strmux_rw_cfg_default = 0x00000000, regk_strmux_ser0 = 0x00000002, regk_strmux_ser1 = 0x00000002, regk_strmux_ser2 = 0x00000002, regk_strmux_ser3 = 0x00000002, regk_strmux_ser4 = 0x00000002, regk_strmux_sser = 0x00000001, regk_strmux_strcop = 0x00000001 } |
Definition at line 72 of file strmux_defs.h.
| #define reg_page_size 8192 |
Definition at line 68 of file strmux_defs.h.
| #define REG_RD_ADDR_strmux_rw_cfg 0 |
Definition at line 100 of file strmux_defs.h.
Definition at line 41 of file strmux_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 strmux_defs.h.
| #define REG_WR_ADDR_strmux_rw_cfg 0 |
Definition at line 101 of file strmux_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 strmux_defs.h.
| anonymous enum |
Definition at line 105 of file strmux_defs.h.
1.8.2