Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
iop_scrc_in_defs_asm.h File Reference

Go to the source code of this file.

Macros

#define REG_FIELD(scope, reg, field, value)   REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )
 
#define REG_FIELD_X_(value, shift)   ((value) << shift)
 
#define REG_STATE(scope, reg, field, symbolic_value)   REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )
 
#define REG_STATE_X_(k, shift)   (k << shift)
 
#define REG_MASK(scope, reg, field)   REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )
 
#define REG_MASK_X_(width, lsb)   (((1 << width)-1) << lsb)
 
#define REG_LSB(scope, reg, field)   reg_##scope##_##reg##___##field##___lsb
 
#define REG_BIT(scope, reg, field)   reg_##scope##_##reg##___##field##___bit
 
#define REG_ADDR(scope, inst, reg)   REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)
 
#define REG_ADDR_X_(inst, offs)   ((inst) + offs)
 
#define REG_ADDR_VECT(scope, inst, reg, index)
 
#define REG_ADDR_VECT_X_(inst, offs, index, stride)   ((inst) + offs + (index) * stride)
 
#define reg_iop_scrc_in_rw_cfg___trig___lsb   0
 
#define reg_iop_scrc_in_rw_cfg___trig___width   2
 
#define reg_iop_scrc_in_rw_cfg_offset   0
 
#define reg_iop_scrc_in_rw_ctrl___dif_in_en___lsb   0
 
#define reg_iop_scrc_in_rw_ctrl___dif_in_en___width   1
 
#define reg_iop_scrc_in_rw_ctrl___dif_in_en___bit   0
 
#define reg_iop_scrc_in_rw_ctrl_offset   4
 
#define reg_iop_scrc_in_r_stat___err___lsb   0
 
#define reg_iop_scrc_in_r_stat___err___width   1
 
#define reg_iop_scrc_in_r_stat___err___bit   0
 
#define reg_iop_scrc_in_r_stat_offset   8
 
#define reg_iop_scrc_in_rw_init_crc_offset   12
 
#define reg_iop_scrc_in_rs_computed_crc_offset   16
 
#define reg_iop_scrc_in_r_computed_crc_offset   20
 
#define reg_iop_scrc_in_rw_crc_offset   24
 
#define reg_iop_scrc_in_rw_correct_crc_offset   28
 
#define reg_iop_scrc_in_rw_wr1bit___data___lsb   0
 
#define reg_iop_scrc_in_rw_wr1bit___data___width   2
 
#define reg_iop_scrc_in_rw_wr1bit___last___lsb   2
 
#define reg_iop_scrc_in_rw_wr1bit___last___width   2
 
#define reg_iop_scrc_in_rw_wr1bit_offset   32
 
#define regk_iop_scrc_in_dif_in   0x00000002
 
#define regk_iop_scrc_in_hi   0x00000000
 
#define regk_iop_scrc_in_neg   0x00000002
 
#define regk_iop_scrc_in_no   0x00000000
 
#define regk_iop_scrc_in_pos   0x00000001
 
#define regk_iop_scrc_in_pos_neg   0x00000003
 
#define regk_iop_scrc_in_r_computed_crc_default   0x00000000
 
#define regk_iop_scrc_in_rs_computed_crc_default   0x00000000
 
#define regk_iop_scrc_in_rw_cfg_default   0x00000000
 
#define regk_iop_scrc_in_rw_ctrl_default   0x00000000
 
#define regk_iop_scrc_in_rw_init_crc_default   0x00000000
 
#define regk_iop_scrc_in_set0   0x00000000
 
#define regk_iop_scrc_in_set1   0x00000001
 
#define regk_iop_scrc_in_yes   0x00000001
 

Macro Definition Documentation

#define REG_ADDR (   scope,
  inst,
  reg 
)    REG_ADDR_X_(inst, reg_##scope##_##reg##_offset)

Definition at line 44 of file iop_scrc_in_defs_asm.h.

#define REG_ADDR_VECT (   scope,
  inst,
  reg,
  index 
)
Value:
REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
STRIDE_##scope##_##reg )

Definition at line 49 of file iop_scrc_in_defs_asm.h.

#define REG_ADDR_VECT_X_ (   inst,
  offs,
  index,
  stride 
)    ((inst) + offs + (index) * stride)

Definition at line 52 of file iop_scrc_in_defs_asm.h.

#define REG_ADDR_X_ (   inst,
  offs 
)    ((inst) + offs)

Definition at line 45 of file iop_scrc_in_defs_asm.h.

#define REG_BIT (   scope,
  reg,
  field 
)    reg_##scope##_##reg##___##field##___bit

Definition at line 40 of file iop_scrc_in_defs_asm.h.

#define REG_FIELD (   scope,
  reg,
  field,
  value 
)    REG_FIELD_X_( value, reg_##scope##_##reg##___##field##___lsb )

Definition at line 18 of file iop_scrc_in_defs_asm.h.

#define REG_FIELD_X_ (   value,
  shift 
)    ((value) << shift)

Definition at line 20 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_r_computed_crc_offset   20

Definition at line 80 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_r_stat___err___bit   0

Definition at line 70 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_r_stat___err___lsb   0

Definition at line 68 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_r_stat___err___width   1

Definition at line 69 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_r_stat_offset   8

Definition at line 71 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rs_computed_crc_offset   16

Definition at line 77 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rw_cfg___trig___lsb   0

Definition at line 57 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rw_cfg___trig___width   2

Definition at line 58 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rw_cfg_offset   0

Definition at line 59 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rw_correct_crc_offset   28

Definition at line 86 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rw_crc_offset   24

Definition at line 83 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rw_ctrl___dif_in_en___bit   0

Definition at line 64 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rw_ctrl___dif_in_en___lsb   0

Definition at line 62 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rw_ctrl___dif_in_en___width   1

Definition at line 63 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rw_ctrl_offset   4

Definition at line 65 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rw_init_crc_offset   12

Definition at line 74 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rw_wr1bit___data___lsb   0

Definition at line 89 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rw_wr1bit___data___width   2

Definition at line 90 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rw_wr1bit___last___lsb   2

Definition at line 91 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rw_wr1bit___last___width   2

Definition at line 92 of file iop_scrc_in_defs_asm.h.

#define reg_iop_scrc_in_rw_wr1bit_offset   32

Definition at line 93 of file iop_scrc_in_defs_asm.h.

#define REG_LSB (   scope,
  reg,
  field 
)    reg_##scope##_##reg##___##field##___lsb

Definition at line 36 of file iop_scrc_in_defs_asm.h.

#define REG_MASK (   scope,
  reg,
  field 
)    REG_MASK_X_( reg_##scope##_##reg##___##field##___width, reg_##scope##_##reg##___##field##___lsb )

Definition at line 30 of file iop_scrc_in_defs_asm.h.

#define REG_MASK_X_ (   width,
  lsb 
)    (((1 << width)-1) << lsb)

Definition at line 32 of file iop_scrc_in_defs_asm.h.

#define REG_STATE (   scope,
  reg,
  field,
  symbolic_value 
)    REG_STATE_X_( regk_##scope##_##symbolic_value, reg_##scope##_##reg##___##field##___lsb )

Definition at line 24 of file iop_scrc_in_defs_asm.h.

#define REG_STATE_X_ (   k,
  shift 
)    (k << shift)

Definition at line 26 of file iop_scrc_in_defs_asm.h.

#define regk_iop_scrc_in_dif_in   0x00000002

Definition at line 97 of file iop_scrc_in_defs_asm.h.

#define regk_iop_scrc_in_hi   0x00000000

Definition at line 98 of file iop_scrc_in_defs_asm.h.

#define regk_iop_scrc_in_neg   0x00000002

Definition at line 99 of file iop_scrc_in_defs_asm.h.

#define regk_iop_scrc_in_no   0x00000000

Definition at line 100 of file iop_scrc_in_defs_asm.h.

#define regk_iop_scrc_in_pos   0x00000001

Definition at line 101 of file iop_scrc_in_defs_asm.h.

#define regk_iop_scrc_in_pos_neg   0x00000003

Definition at line 102 of file iop_scrc_in_defs_asm.h.

#define regk_iop_scrc_in_r_computed_crc_default   0x00000000

Definition at line 103 of file iop_scrc_in_defs_asm.h.

#define regk_iop_scrc_in_rs_computed_crc_default   0x00000000

Definition at line 104 of file iop_scrc_in_defs_asm.h.

#define regk_iop_scrc_in_rw_cfg_default   0x00000000

Definition at line 105 of file iop_scrc_in_defs_asm.h.

#define regk_iop_scrc_in_rw_ctrl_default   0x00000000

Definition at line 106 of file iop_scrc_in_defs_asm.h.

#define regk_iop_scrc_in_rw_init_crc_default   0x00000000

Definition at line 107 of file iop_scrc_in_defs_asm.h.

#define regk_iop_scrc_in_set0   0x00000000

Definition at line 108 of file iop_scrc_in_defs_asm.h.

#define regk_iop_scrc_in_set1   0x00000001

Definition at line 109 of file iop_scrc_in_defs_asm.h.

#define regk_iop_scrc_in_yes   0x00000001

Definition at line 110 of file iop_scrc_in_defs_asm.h.