~ubuntu-branches/debian/wheezy/linux-2.6/wheezy

« back to all changes in this revision

Viewing changes to include/linux/mfd/ezx-pcap.h

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings, Ben Hutchings, Aurelien Jarno, Martin Michlmayr
  • Date: 2011-04-06 13:53:30 UTC
  • mfrom: (43.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110406135330-wjufxhd0tvn3zx4z
Tags: 2.6.38-3
[ Ben Hutchings ]
* [ppc64] Add to linux-tools package architectures (Closes: #620124)
* [amd64] Save cr4 to mmu_cr4_features at boot time (Closes: #620284)
* appletalk: Fix bugs introduced when removing use of BKL
* ALSA: Fix yet another race in disconnection
* cciss: Fix lost command issue
* ath9k: Fix kernel panic in AR2427
* ses: Avoid kernel panic when lun 0 is not mapped
* PCI/ACPI: Report ASPM support to BIOS if not disabled from command line

[ Aurelien Jarno ]
* rtlwifi: fix build when PCI is not enabled.

[ Martin Michlmayr ]
* rtlwifi: Eliminate udelay calls with too large values (Closes: #620204)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#define PCAP_CLEAR_INTERRUPT_REGISTER   0x01ffffff
46
46
#define PCAP_MASK_ALL_INTERRUPT         0x01ffffff
47
47
 
48
 
/* registers acessible by both pcap ports */
 
48
/* registers accessible by both pcap ports */
49
49
#define PCAP_REG_ISR            0x0     /* Interrupt Status */
50
50
#define PCAP_REG_MSR            0x1     /* Interrupt Mask */
51
51
#define PCAP_REG_PSTAT          0x2     /* Processor Status */
67
67
#define PCAP_REG_VENDOR_TEST1   0x1e
68
68
#define PCAP_REG_VENDOR_TEST2   0x1f
69
69
 
70
 
/* registers acessible by pcap port 1 only (a1200, e2 & e6) */
 
70
/* registers accessible by pcap port 1 only (a1200, e2 & e6) */
71
71
#define PCAP_REG_INT_SEL        0x3     /* Interrupt Select */
72
72
#define PCAP_REG_SWCTRL         0x4     /* Switching Regulator Control */
73
73
#define PCAP_REG_VREG1          0x5     /* Regulator Bank 1 Control */
231
231
#define PCAP_LED_4MA            1
232
232
#define PCAP_LED_5MA            2
233
233
#define PCAP_LED_9MA            3
234
 
#define PCAP_LED_GPIO_VAL_MASK  0x00ffffff
235
 
#define PCAP_LED_GPIO_EN        0x01000000
236
 
#define PCAP_LED_GPIO_INVERT    0x02000000
237
234
#define PCAP_LED_T_MASK         0xf
238
235
#define PCAP_LED_C_MASK         0x3
239
236
#define PCAP_BL_MASK            0x1f