Go to the source code of this file.
|
#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_iop_fifo_out_extra_rs_rd_data 0 |
|
#define | REG_RD_ADDR_iop_fifo_out_extra_r_rd_data 4 |
|
#define | REG_RD_ADDR_iop_fifo_out_extra_r_stat 8 |
|
#define | REG_RD_ADDR_iop_fifo_out_extra_rw_strb_dif_out 12 |
|
#define | REG_WR_ADDR_iop_fifo_out_extra_rw_strb_dif_out 12 |
|
#define | REG_RD_ADDR_iop_fifo_out_extra_rw_intr_mask 16 |
|
#define | REG_WR_ADDR_iop_fifo_out_extra_rw_intr_mask 16 |
|
#define | REG_RD_ADDR_iop_fifo_out_extra_rw_ack_intr 20 |
|
#define | REG_WR_ADDR_iop_fifo_out_extra_rw_ack_intr 20 |
|
#define | REG_RD_ADDR_iop_fifo_out_extra_r_intr 24 |
|
#define | REG_RD_ADDR_iop_fifo_out_extra_r_masked_intr 28 |
|
#define reg_page_size 8192 |
#define REG_RD_ADDR_iop_fifo_out_extra_r_intr 24 |
#define REG_RD_ADDR_iop_fifo_out_extra_r_masked_intr 28 |
#define REG_RD_ADDR_iop_fifo_out_extra_r_rd_data 4 |
#define REG_RD_ADDR_iop_fifo_out_extra_r_stat 8 |
#define REG_RD_ADDR_iop_fifo_out_extra_rs_rd_data 0 |
#define REG_RD_ADDR_iop_fifo_out_extra_rw_ack_intr 20 |
#define REG_RD_ADDR_iop_fifo_out_extra_rw_intr_mask 16 |
#define REG_RD_ADDR_iop_fifo_out_extra_rw_strb_dif_out 12 |
#define REG_TYPE_CONV |
( |
|
type, |
|
|
|
orgtype, |
|
|
|
val |
|
) |
| ( { union { orgtype o; type n; } r; r.o = val; r.n; } ) |
#define REG_WR_ADDR_iop_fifo_out_extra_rw_ack_intr 20 |
#define REG_WR_ADDR_iop_fifo_out_extra_rw_intr_mask 16 |
#define REG_WR_ADDR_iop_fifo_out_extra_rw_strb_dif_out 12 |
- Enumerator:
regk_iop_fifo_out_extra_no |
|
regk_iop_fifo_out_extra_rw_intr_mask_default |
|
regk_iop_fifo_out_extra_yes |
|
Definition at line 159 of file iop_fifo_out_extra_defs.h.