~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/gpu/drm/radeon/evergreend.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
#define         SE_DB_BUSY                                      (1 << 30)
169
169
#define         SE_CB_BUSY                                      (1 << 31)
170
170
/* evergreen */
 
171
#define CG_THERMAL_CTRL                                 0x72c
 
172
#define         TOFFSET_MASK                            0x00003FE0
 
173
#define         TOFFSET_SHIFT                           5
171
174
#define CG_MULT_THERMAL_STATUS                          0x740
172
175
#define         ASIC_T(x)                               ((x) << 16)
173
 
#define         ASIC_T_MASK                             0x7FF0000
 
176
#define         ASIC_T_MASK                             0x07FF0000
174
177
#define         ASIC_T_SHIFT                            16
 
178
#define CG_TS0_STATUS                                   0x760
 
179
#define         TS0_ADC_DOUT_MASK                       0x000003FF
 
180
#define         TS0_ADC_DOUT_SHIFT                      0
175
181
/* APU */
176
182
#define CG_THERMAL_STATUS                               0x678
177
183
 
460
466
#define IH_RB_WPTR_ADDR_LO                                0x3e14
461
467
#define IH_CNTL                                           0x3e18
462
468
#       define ENABLE_INTR                                (1 << 0)
463
 
#       define IH_MC_SWAP(x)                              ((x) << 2)
 
469
#       define IH_MC_SWAP(x)                              ((x) << 1)
464
470
#       define IH_MC_SWAP_NONE                            0
465
471
#       define IH_MC_SWAP_16BIT                           1
466
472
#       define IH_MC_SWAP_32BIT                           2
541
547
#       define LB_D5_VBLANK_INTERRUPT                   (1 << 3)
542
548
#       define DC_HPD5_INTERRUPT                        (1 << 17)
543
549
#       define DC_HPD5_RX_INTERRUPT                     (1 << 18)
544
 
#define DISP_INTERRUPT_STATUS_CONTINUE5                 0x6050
 
550
#define DISP_INTERRUPT_STATUS_CONTINUE5                 0x6150
545
551
#       define LB_D6_VLINE_INTERRUPT                    (1 << 2)
546
552
#       define LB_D6_VBLANK_INTERRUPT                   (1 << 3)
547
553
#       define DC_HPD6_INTERRUPT                        (1 << 17)