Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
iop_scrc_out_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_out_rw_cfg___trig___lsb   0
 
#define reg_iop_scrc_out_rw_cfg___trig___width   2
 
#define reg_iop_scrc_out_rw_cfg___inv_crc___lsb   2
 
#define reg_iop_scrc_out_rw_cfg___inv_crc___width   1
 
#define reg_iop_scrc_out_rw_cfg___inv_crc___bit   2
 
#define reg_iop_scrc_out_rw_cfg_offset   0
 
#define reg_iop_scrc_out_rw_ctrl___strb_src___lsb   0
 
#define reg_iop_scrc_out_rw_ctrl___strb_src___width   1
 
#define reg_iop_scrc_out_rw_ctrl___strb_src___bit   0
 
#define reg_iop_scrc_out_rw_ctrl___out_src___lsb   1
 
#define reg_iop_scrc_out_rw_ctrl___out_src___width   1
 
#define reg_iop_scrc_out_rw_ctrl___out_src___bit   1
 
#define reg_iop_scrc_out_rw_ctrl_offset   4
 
#define reg_iop_scrc_out_rw_init_crc_offset   8
 
#define reg_iop_scrc_out_rw_crc_offset   12
 
#define reg_iop_scrc_out_rw_data___val___lsb   0
 
#define reg_iop_scrc_out_rw_data___val___width   1
 
#define reg_iop_scrc_out_rw_data___val___bit   0
 
#define reg_iop_scrc_out_rw_data_offset   16
 
#define reg_iop_scrc_out_r_computed_crc_offset   20
 
#define regk_iop_scrc_out_crc   0x00000001
 
#define regk_iop_scrc_out_data   0x00000000
 
#define regk_iop_scrc_out_dif   0x00000001
 
#define regk_iop_scrc_out_hi   0x00000000
 
#define regk_iop_scrc_out_neg   0x00000002
 
#define regk_iop_scrc_out_no   0x00000000
 
#define regk_iop_scrc_out_pos   0x00000001
 
#define regk_iop_scrc_out_pos_neg   0x00000003
 
#define regk_iop_scrc_out_reg   0x00000000
 
#define regk_iop_scrc_out_rw_cfg_default   0x00000000
 
#define regk_iop_scrc_out_rw_crc_default   0x00000000
 
#define regk_iop_scrc_out_rw_ctrl_default   0x00000000
 
#define regk_iop_scrc_out_rw_data_default   0x00000000
 
#define regk_iop_scrc_out_rw_init_crc_default   0x00000000
 
#define regk_iop_scrc_out_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_out_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_out_defs_asm.h.

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

Definition at line 52 of file iop_scrc_out_defs_asm.h.

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

Definition at line 45 of file iop_scrc_out_defs_asm.h.

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

Definition at line 40 of file iop_scrc_out_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_out_defs_asm.h.

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

Definition at line 20 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_r_computed_crc_offset   20

Definition at line 86 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_cfg___inv_crc___bit   2

Definition at line 61 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_cfg___inv_crc___lsb   2

Definition at line 59 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_cfg___inv_crc___width   1

Definition at line 60 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_cfg___trig___lsb   0

Definition at line 57 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_cfg___trig___width   2

Definition at line 58 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_cfg_offset   0

Definition at line 62 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_crc_offset   12

Definition at line 77 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_ctrl___out_src___bit   1

Definition at line 70 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_ctrl___out_src___lsb   1

Definition at line 68 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_ctrl___out_src___width   1

Definition at line 69 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_ctrl___strb_src___bit   0

Definition at line 67 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_ctrl___strb_src___lsb   0

Definition at line 65 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_ctrl___strb_src___width   1

Definition at line 66 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_ctrl_offset   4

Definition at line 71 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_data___val___bit   0

Definition at line 82 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_data___val___lsb   0

Definition at line 80 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_data___val___width   1

Definition at line 81 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_data_offset   16

Definition at line 83 of file iop_scrc_out_defs_asm.h.

#define reg_iop_scrc_out_rw_init_crc_offset   8

Definition at line 74 of file iop_scrc_out_defs_asm.h.

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

Definition at line 36 of file iop_scrc_out_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_out_defs_asm.h.

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

Definition at line 32 of file iop_scrc_out_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_out_defs_asm.h.

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

Definition at line 26 of file iop_scrc_out_defs_asm.h.

#define regk_iop_scrc_out_crc   0x00000001

Definition at line 90 of file iop_scrc_out_defs_asm.h.

#define regk_iop_scrc_out_data   0x00000000

Definition at line 91 of file iop_scrc_out_defs_asm.h.

#define regk_iop_scrc_out_dif   0x00000001

Definition at line 92 of file iop_scrc_out_defs_asm.h.

#define regk_iop_scrc_out_hi   0x00000000

Definition at line 93 of file iop_scrc_out_defs_asm.h.

#define regk_iop_scrc_out_neg   0x00000002

Definition at line 94 of file iop_scrc_out_defs_asm.h.

#define regk_iop_scrc_out_no   0x00000000

Definition at line 95 of file iop_scrc_out_defs_asm.h.

#define regk_iop_scrc_out_pos   0x00000001

Definition at line 96 of file iop_scrc_out_defs_asm.h.

#define regk_iop_scrc_out_pos_neg   0x00000003

Definition at line 97 of file iop_scrc_out_defs_asm.h.

#define regk_iop_scrc_out_reg   0x00000000

Definition at line 98 of file iop_scrc_out_defs_asm.h.

#define regk_iop_scrc_out_rw_cfg_default   0x00000000

Definition at line 99 of file iop_scrc_out_defs_asm.h.

#define regk_iop_scrc_out_rw_crc_default   0x00000000

Definition at line 100 of file iop_scrc_out_defs_asm.h.

#define regk_iop_scrc_out_rw_ctrl_default   0x00000000

Definition at line 101 of file iop_scrc_out_defs_asm.h.

#define regk_iop_scrc_out_rw_data_default   0x00000000

Definition at line 102 of file iop_scrc_out_defs_asm.h.

#define regk_iop_scrc_out_rw_init_crc_default   0x00000000

Definition at line 103 of file iop_scrc_out_defs_asm.h.

#define regk_iop_scrc_out_yes   0x00000001

Definition at line 104 of file iop_scrc_out_defs_asm.h.