~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to drivers/rapidio/devices/tsi721.h

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich, Stefan Bader, Tim Gardner, Luke Yelavich, Upstream Kernel Changes, Andy Whitcroft, Colin Watson, John Johansen, Leann Ogasawara, Eugeni Dodonov, Seth Forshee, Wu Fengguang
  • Date: 2012-03-21 23:51:57 UTC
  • Revision ID: package-import@ubuntu.com-20120321235157-rqb6rpvyitir8dpj
Tags: 3.2.0-19.27
[ Stefan Bader ]

* d-i: Add dm-multipath and scsi device handlers
  - LP: #959749
* d-i: Move multipath modules into their own udeb
  - LP: #598251, #959749

[ Tim Gardner ]

* [Config] Auto-detect do_tools setting
* [Config] correctly specify CROSS_COMPILE for tools build
* [Config] CONFIG_DRM_PSB_CDV=n
* Rebase to v3.2.12

[ Luke Yelavich ]
* UBUNTU: Look for releases marked Lowlatency instead of Ubuntu
* UBUNTU: [Config] Adjust Poulsbo config options to match precise mainline,
  to satisfy enforcer

[ Upstream Kernel Changes ]

* powerpc/pmac: Fix SMP kernels on pre-core99 UP machines
  - LP: #959959
* rebase to v3.2.12

[ Andy Whitcroft ]

* [Config] Fix typeo in the Hyper-V module names

[ Colin Watson ]

* [Config] Move kernels to "Section: kernel"
  - LP: #499557

[ John Johansen ]

* SAUCE: AppArmor: Add ability to load extended policy
* SAUCE: AppArmor: Add the ability to mediate mount
* SAUCE: AppArmor: Add profile introspection file to interface
* SAUCE: AppArmor: basic networking rules

[ Leann Ogasawara ]

* [Config] Disable CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER
  - LP: #952035
* Rebase to v3.2.10
* [Config] Update configs after rebase to v3.2.10
* Rebase to v3.2.11
* [Config] Disable CONFIG_STUB_POULSBO
  - LP: #899244
* [Config] Add CONFIG_DRM_PSB check to enforcer
  - LP: #899244

[ Tim Gardner ]

* [Config] Drop non-SMP powerpc

[ Upstream Kernel Changes ]

* net/hyperv: Use the built-in macro KBUILD_MODNAME for this driver
* x86: Derandom delay_tsc for 64 bit
* Bluetooth: Fix l2cap conn failures for ssp devices
  - LP: #872044
* KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"
  - LP: #917842
  - CVE-2012-0045
* KVM: x86: fix missing checks in syscall emulation
  - LP: #917842
  - CVE-2012-0045
* rebase to v3.2.11
* rebase to v3.2.10

[ Andy Whitcroft ]

* [Config] restore build-% shortcut
* SAUCE: ata_piix: defer disks to the Hyper-V drivers by default
  - LP: #929545, #942316

[ Eugeni Dodonov ]

* SAUCE: drm: give up on edid retries when i2c bus is not responding
  - LP: #855124

[ Seth Forshee ]

* SAUCE: (drop after 3.3) platform/x86: Add driver for Apple gmux device
  - LP: #925544

[ Upstream Kernel Changes ]

* bsg: fix sysfs link remove warning
  - LP: #946928
* regset: Prevent null pointer reference on readonly regsets
  - LP: #949905
  - CVE-2012-1097
* regset: Return -EFAULT, not -EIO, on host-side memory fault
  - LP: #949905
  - CVE-2012-1097

[ Wu Fengguang ]

* SAUCE: (drop after 3.4) ALSA: hda - add id for Atom Cedar Trail HDMI
  codec

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
 
119
119
#define TSI721_IDB_ENTRY_SIZE   64
120
120
 
121
 
#define TSI721_IDQ_CTL(x)       (0x20000 + (x) * 1000)
 
121
#define TSI721_IDQ_CTL(x)       (0x20000 + (x) * 0x1000)
122
122
#define TSI721_IDQ_SUSPEND      0x00000002
123
123
#define TSI721_IDQ_INIT         0x00000001
124
124
 
125
 
#define TSI721_IDQ_STS(x)       (0x20004 + (x) * 1000)
 
125
#define TSI721_IDQ_STS(x)       (0x20004 + (x) * 0x1000)
126
126
#define TSI721_IDQ_RUN          0x00200000
127
127
 
128
 
#define TSI721_IDQ_MASK(x)      (0x20008 + (x) * 1000)
 
128
#define TSI721_IDQ_MASK(x)      (0x20008 + (x) * 0x1000)
129
129
#define TSI721_IDQ_MASK_MASK    0xffff0000
130
130
#define TSI721_IDQ_MASK_PATT    0x0000ffff
131
131
 
132
 
#define TSI721_IDQ_RP(x)        (0x2000c + (x) * 1000)
 
132
#define TSI721_IDQ_RP(x)        (0x2000c + (x) * 0x1000)
133
133
#define TSI721_IDQ_RP_PTR       0x0007ffff
134
134
 
135
 
#define TSI721_IDQ_WP(x)        (0x20010 + (x) * 1000)
 
135
#define TSI721_IDQ_WP(x)        (0x20010 + (x) * 0x1000)
136
136
#define TSI721_IDQ_WP_PTR       0x0007ffff
137
137
 
138
 
#define TSI721_IDQ_BASEL(x)     (0x20014 + (x) * 1000)
 
138
#define TSI721_IDQ_BASEL(x)     (0x20014 + (x) * 0x1000)
139
139
#define TSI721_IDQ_BASEL_ADDR   0xffffffc0
140
 
#define TSI721_IDQ_BASEU(x)     (0x20018 + (x) * 1000)
141
 
#define TSI721_IDQ_SIZE(x)      (0x2001c + (x) * 1000)
 
140
#define TSI721_IDQ_BASEU(x)     (0x20018 + (x) * 0x1000)
 
141
#define TSI721_IDQ_SIZE(x)      (0x2001c + (x) * 0x1000)
142
142
#define TSI721_IDQ_SIZE_VAL(size)       (__fls(size) - 4)
143
143
#define TSI721_IDQ_SIZE_MIN     512
144
144
#define TSI721_IDQ_SIZE_MAX     (512 * 1024)
145
145
 
146
 
#define TSI721_SR_CHINT(x)      (0x20040 + (x) * 1000)
147
 
#define TSI721_SR_CHINTE(x)     (0x20044 + (x) * 1000)
148
 
#define TSI721_SR_CHINTSET(x)   (0x20048 + (x) * 1000)
 
146
#define TSI721_SR_CHINT(x)      (0x20040 + (x) * 0x1000)
 
147
#define TSI721_SR_CHINTE(x)     (0x20044 + (x) * 0x1000)
 
148
#define TSI721_SR_CHINTSET(x)   (0x20048 + (x) * 0x1000)
149
149
#define TSI721_SR_CHINT_ODBOK   0x00000020
150
150
#define TSI721_SR_CHINT_IDBQRCV 0x00000010
151
151
#define TSI721_SR_CHINT_SUSP    0x00000008
156
156
 
157
157
#define TSI721_IBWIN_NUM        8
158
158
 
159
 
#define TSI721_IBWINLB(x)       (0x29000 + (x) * 20)
 
159
#define TSI721_IBWINLB(x)       (0x29000 + (x) * 0x20)
160
160
#define TSI721_IBWINLB_BA       0xfffff000
161
161
#define TSI721_IBWINLB_WEN      0x00000001
162
162
 
187
187
 */
188
188
#define TSI721_OBWIN_NUM        TSI721_PC2SR_WINS
189
189
 
190
 
#define TSI721_OBWINLB(x)       (0x40000 + (x) * 20)
 
190
#define TSI721_OBWINLB(x)       (0x40000 + (x) * 0x20)
191
191
#define TSI721_OBWINLB_BA       0xffff8000
192
192
#define TSI721_OBWINLB_WEN      0x00000001
193
193
 
194
 
#define TSI721_OBWINUB(x)       (0x40004 + (x) * 20)
 
194
#define TSI721_OBWINUB(x)       (0x40004 + (x) * 0x20)
195
195
 
196
 
#define TSI721_OBWINSZ(x)       (0x40008 + (x) * 20)
 
196
#define TSI721_OBWINSZ(x)       (0x40008 + (x) * 0x20)
197
197
#define TSI721_OBWINSZ_SIZE     0x00001f00
198
198
#define TSI721_OBWIN_SIZE(size) (__fls(size) - 15)
199
199