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

Go to the source code of this file.

Macros

#define MANTIS_INT_STAT   0x00
 
#define MANTIS_INT_MASK   0x04
 
#define MANTIS_INT_RISCSTAT   (0x0f << 28)
 
#define MANTIS_INT_RISCEN   (0x01 << 27)
 
#define MANTIS_INT_I2CRACK   (0x01 << 26)
 
#define MANTIS_INT_PCMCIA7   (0x01 << 19)
 
#define MANTIS_INT_PCMCIA6   (0x01 << 18)
 
#define MANTIS_INT_PCMCIA5   (0x01 << 17)
 
#define MANTIS_INT_PCMCIA4   (0x01 << 16)
 
#define MANTIS_INT_PCMCIA3   (0x01 << 15)
 
#define MANTIS_INT_PCMCIA2   (0x01 << 14)
 
#define MANTIS_INT_PCMCIA1   (0x01 << 13)
 
#define MANTIS_INT_PCMCIA0   (0x01 << 12)
 
#define MANTIS_INT_IRQ1   (0x01 << 11)
 
#define MANTIS_INT_IRQ0   (0x01 << 10)
 
#define MANTIS_INT_OCERR   (0x01 << 8)
 
#define MANTIS_INT_PABORT   (0x01 << 7)
 
#define MANTIS_INT_RIPERR   (0x01 << 6)
 
#define MANTIS_INT_PPERR   (0x01 << 5)
 
#define MANTIS_INT_FTRGT   (0x01 << 3)
 
#define MANTIS_INT_RISCI   (0x01 << 1)
 
#define MANTIS_INT_I2CDONE   (0x01 << 0)
 
#define MANTIS_DMA_CTL   0x08
 
#define MANTIS_GPIF_RD   (0xff << 24)
 
#define MANTIS_GPIF_WR   (0xff << 16)
 
#define MANTIS_CPU_DO   (0x01 << 10)
 
#define MANTIS_DRV_DO   (0x01 << 9)
 
#define MANTIS_I2C_RD   (0x01 << 7)
 
#define MANTIS_I2C_WR   (0x01 << 6)
 
#define MANTIS_DCAP_MODE   (0x01 << 5)
 
#define MANTIS_FIFO_TP_4   (0x00 << 3)
 
#define MANTIS_FIFO_TP_8   (0x01 << 3)
 
#define MANTIS_FIFO_TP_16   (0x02 << 3)
 
#define MANTIS_FIFO_EN   (0x01 << 2)
 
#define MANTIS_DCAP_EN   (0x01 << 1)
 
#define MANTIS_RISC_EN   (0x01 << 0)
 
#define MANTIS_DEBUGREG   0x0c
 
#define MANTIS_DATINV   (0x0e << 7)
 
#define MANTIS_TOP_DEBUGSEL   (0x07 << 4)
 
#define MANTIS_PCMCIA_DEBUGSEL   (0x0f << 0)
 
#define MANTIS_RISC_START   0x10
 
#define MANTIS_RISC_PC   0x14
 
#define MANTIS_I2CDATA_CTL   0x18
 
#define MANTIS_I2C_RATE_1   (0x00 << 6)
 
#define MANTIS_I2C_RATE_2   (0x01 << 6)
 
#define MANTIS_I2C_RATE_3   (0x02 << 6)
 
#define MANTIS_I2C_RATE_4   (0x03 << 6)
 
#define MANTIS_I2C_STOP   (0x01 << 5)
 
#define MANTIS_I2C_PGMODE   (0x01 << 3)
 
#define MANTIS_CMD_DATA_R1   0x20
 
#define MANTIS_CMD_DATA_3   (0xff << 24)
 
#define MANTIS_CMD_DATA_2   (0xff << 16)
 
#define MANTIS_CMD_DATA_1   (0xff << 8)
 
#define MANTIS_CMD_DATA_0   (0xff << 0)
 
#define MANTIS_CMD_DATA_R2   0x24
 
#define MANTIS_CMD_DATA_7   (0xff << 24)
 
#define MANTIS_CMD_DATA_6   (0xff << 16)
 
#define MANTIS_CMD_DATA_5   (0xff << 8)
 
#define MANTIS_CMD_DATA_4   (0xff << 0)
 
#define MANTIS_CONTROL   0x28
 
#define MANTIS_DET   (0x01 << 7)
 
#define MANTIS_DAT_CF_EN   (0x01 << 6)
 
#define MANTIS_ACS   (0x03 << 4)
 
#define MANTIS_VCCEN   (0x01 << 3)
 
#define MANTIS_BYPASS   (0x01 << 2)
 
#define MANTIS_MRST   (0x01 << 1)
 
#define MANTIS_CRST_INT   (0x01 << 0)
 
#define MANTIS_GPIF_CFGSLA   0x84
 
#define MANTIS_GPIF_WAITSMPL   (0x07 << 28)
 
#define MANTIS_GPIF_BYTEADDRSUB   (0x01 << 25)
 
#define MANTIS_GPIF_WAITPOL   (0x01 << 24)
 
#define MANTIS_GPIF_NCDELAY   (0x07 << 20)
 
#define MANTIS_GPIF_RW2CSDELAY   (0x07 << 16)
 
#define MANTIS_GPIF_SLFTIMEDMODE   (0x01 << 15)
 
#define MANTIS_GPIF_SLFTIMEDDELY   (0x7f << 8)
 
#define MANTIS_GPIF_DEVTYPE   (0x07 << 4)
 
#define MANTIS_GPIF_BIGENDIAN   (0x01 << 3)
 
#define MANTIS_GPIF_FETCHCMD   (0x03 << 1)
 
#define MANTIS_GPIF_HWORDDEV   (0x01 << 0)
 
#define MANTIS_GPIF_WSTOPER   0x90
 
#define MANTIS_GPIF_WSTOPERWREN3   (0x01 << 31)
 
#define MANTIS_GPIF_PARBOOTN   (0x01 << 29)
 
#define MANTIS_GPIF_WSTOPERSLID3   (0x1f << 24)
 
#define MANTIS_GPIF_WSTOPERWREN2   (0x01 << 23)
 
#define MANTIS_GPIF_WSTOPERSLID2   (0x1f << 16)
 
#define MANTIS_GPIF_WSTOPERWREN1   (0x01 << 15)
 
#define MANTIS_GPIF_WSTOPERSLID1   (0x1f << 8)
 
#define MANTIS_GPIF_WSTOPERWREN0   (0x01 << 7)
 
#define MANTIS_GPIF_WSTOPERSLID0   (0x1f << 0)
 
#define MANTIS_GPIF_CS2RW   0x94
 
#define MANTIS_GPIF_CS2RWWREN3   (0x01 << 31)
 
#define MANTIS_GPIF_CS2RWDELY3   (0x3f << 24)
 
#define MANTIS_GPIF_CS2RWWREN2   (0x01 << 23)
 
#define MANTIS_GPIF_CS2RWDELY2   (0x3f << 16)
 
#define MANTIS_GPIF_CS2RWWREN1   (0x01 << 15)
 
#define MANTIS_GPIF_CS2RWDELY1   (0x3f << 8)
 
#define MANTIS_GPIF_CS2RWWREN0   (0x01 << 7)
 
#define MANTIS_GPIF_CS2RWDELY0   (0x3f << 0)
 
#define MANTIS_GPIF_IRQCFG   0x98
 
#define MANTIS_GPIF_IRQPOL   (0x01 << 8)
 
#define MANTIS_MASK_WRACK   (0x01 << 7)
 
#define MANTIS_MASK_BRRDY   (0x01 << 6)
 
#define MANTIS_MASK_OVFLW   (0x01 << 5)
 
#define MANTIS_MASK_OTHERR   (0x01 << 4)
 
#define MANTIS_MASK_WSTO   (0x01 << 3)
 
#define MANTIS_MASK_EXTIRQ   (0x01 << 2)
 
#define MANTIS_MASK_PLUGIN   (0x01 << 1)
 
#define MANTIS_MASK_PLUGOUT   (0x01 << 0)
 
#define MANTIS_GPIF_STATUS   0x9c
 
#define MANTIS_SBUF_KILLOP   (0x01 << 15)
 
#define MANTIS_SBUF_OPDONE   (0x01 << 14)
 
#define MANTIS_SBUF_EMPTY   (0x01 << 13)
 
#define MANTIS_GPIF_DETSTAT   (0x01 << 9)
 
#define MANTIS_GPIF_INTSTAT   (0x01 << 8)
 
#define MANTIS_GPIF_WRACK   (0x01 << 7)
 
#define MANTIS_GPIF_BRRDY   (0x01 << 6)
 
#define MANTIS_SBUF_OVFLW   (0x01 << 5)
 
#define MANTIS_GPIF_OTHERR   (0x01 << 4)
 
#define MANTIS_SBUF_WSTO   (0x01 << 3)
 
#define MANTIS_GPIF_EXTIRQ   (0x01 << 2)
 
#define MANTIS_CARD_PLUGIN   (0x01 << 1)
 
#define MANTIS_CARD_PLUGOUT   (0x01 << 0)
 
#define MANTIS_GPIF_BRADDR   0xa0
 
#define MANTIS_GPIF_PCMCIAREG   (0x01 << 27)
 
#define MANTIS_GPIF_PCMCIAIOM   (0x01 << 26)
 
#define MANTIS_GPIF_BR_ADDR   (0xfffffff << 0)
 
#define MANTIS_GPIF_BRBYTES   0xa4
 
#define MANTIS_GPIF_BRCNT   (0xfff << 0)
 
#define MANTIS_PCMCIA_RESET   0xa8
 
#define MANTIS_PCMCIA_RSTVAL   (0xff << 0)
 
#define MANTIS_CARD_RESET   0xac
 
#define MANTIS_GPIF_ADDR   0xb0
 
#define MANTIS_GPIF_HIFRDWRN   (0x01 << 31)
 
#define MANTIS_GPIF_PCMCIAREG   (0x01 << 27)
 
#define MANTIS_GPIF_PCMCIAIOM   (0x01 << 26)
 
#define MANTIS_GPIF_HIFADDR   (0xfffffff << 0)
 
#define MANTIS_GPIF_DOUT   0xb4
 
#define MANTIS_GPIF_HIFDOUT   (0xfffffff << 0)
 
#define MANTIS_GPIF_DIN   0xb8
 
#define MANTIS_GPIF_HIFDIN   (0xfffffff << 0)
 
#define MANTIS_GPIF_SPARE   0xbc
 
#define MANTIS_GPIF_LOGICRD   (0xffff << 16)
 
#define MANTIS_GPIF_LOGICRW   (0xffff << 0)
 

Macro Definition Documentation

#define MANTIS_ACS   (0x03 << 4)

Definition at line 102 of file mantis_reg.h.

#define MANTIS_BYPASS   (0x01 << 2)

Definition at line 104 of file mantis_reg.h.

#define MANTIS_CARD_PLUGIN   (0x01 << 1)

Definition at line 165 of file mantis_reg.h.

#define MANTIS_CARD_PLUGOUT   (0x01 << 0)

Definition at line 166 of file mantis_reg.h.

#define MANTIS_CARD_RESET   0xac

Definition at line 179 of file mantis_reg.h.

#define MANTIS_CMD_DATA_0   (0xff << 0)

Definition at line 91 of file mantis_reg.h.

#define MANTIS_CMD_DATA_1   (0xff << 8)

Definition at line 90 of file mantis_reg.h.

#define MANTIS_CMD_DATA_2   (0xff << 16)

Definition at line 89 of file mantis_reg.h.

#define MANTIS_CMD_DATA_3   (0xff << 24)

Definition at line 88 of file mantis_reg.h.

#define MANTIS_CMD_DATA_4   (0xff << 0)

Definition at line 97 of file mantis_reg.h.

#define MANTIS_CMD_DATA_5   (0xff << 8)

Definition at line 96 of file mantis_reg.h.

#define MANTIS_CMD_DATA_6   (0xff << 16)

Definition at line 95 of file mantis_reg.h.

#define MANTIS_CMD_DATA_7   (0xff << 24)

Definition at line 94 of file mantis_reg.h.

#define MANTIS_CMD_DATA_R1   0x20

Definition at line 87 of file mantis_reg.h.

#define MANTIS_CMD_DATA_R2   0x24

Definition at line 93 of file mantis_reg.h.

#define MANTIS_CONTROL   0x28

Definition at line 99 of file mantis_reg.h.

#define MANTIS_CPU_DO   (0x01 << 10)

Definition at line 56 of file mantis_reg.h.

#define MANTIS_CRST_INT   (0x01 << 0)

Definition at line 106 of file mantis_reg.h.

#define MANTIS_DAT_CF_EN   (0x01 << 6)

Definition at line 101 of file mantis_reg.h.

#define MANTIS_DATINV   (0x0e << 7)

Definition at line 70 of file mantis_reg.h.

#define MANTIS_DCAP_EN   (0x01 << 1)

Definition at line 65 of file mantis_reg.h.

#define MANTIS_DCAP_MODE   (0x01 << 5)

Definition at line 60 of file mantis_reg.h.

#define MANTIS_DEBUGREG   0x0c

Definition at line 69 of file mantis_reg.h.

#define MANTIS_DET   (0x01 << 7)

Definition at line 100 of file mantis_reg.h.

#define MANTIS_DMA_CTL   0x08

Definition at line 53 of file mantis_reg.h.

#define MANTIS_DRV_DO   (0x01 << 9)

Definition at line 57 of file mantis_reg.h.

#define MANTIS_FIFO_EN   (0x01 << 2)

Definition at line 64 of file mantis_reg.h.

#define MANTIS_FIFO_TP_16   (0x02 << 3)

Definition at line 63 of file mantis_reg.h.

#define MANTIS_FIFO_TP_4   (0x00 << 3)

Definition at line 61 of file mantis_reg.h.

#define MANTIS_FIFO_TP_8   (0x01 << 3)

Definition at line 62 of file mantis_reg.h.

#define MANTIS_GPIF_ADDR   0xb0

Definition at line 181 of file mantis_reg.h.

#define MANTIS_GPIF_BIGENDIAN   (0x01 << 3)

Definition at line 117 of file mantis_reg.h.

#define MANTIS_GPIF_BR_ADDR   (0xfffffff << 0)

Definition at line 171 of file mantis_reg.h.

#define MANTIS_GPIF_BRADDR   0xa0

Definition at line 168 of file mantis_reg.h.

#define MANTIS_GPIF_BRBYTES   0xa4

Definition at line 173 of file mantis_reg.h.

#define MANTIS_GPIF_BRCNT   (0xfff << 0)

Definition at line 174 of file mantis_reg.h.

#define MANTIS_GPIF_BRRDY   (0x01 << 6)

Definition at line 160 of file mantis_reg.h.

#define MANTIS_GPIF_BYTEADDRSUB   (0x01 << 25)

Definition at line 110 of file mantis_reg.h.

#define MANTIS_GPIF_CFGSLA   0x84

Definition at line 108 of file mantis_reg.h.

#define MANTIS_GPIF_CS2RW   0x94

Definition at line 132 of file mantis_reg.h.

#define MANTIS_GPIF_CS2RWDELY0   (0x3f << 0)

Definition at line 140 of file mantis_reg.h.

#define MANTIS_GPIF_CS2RWDELY1   (0x3f << 8)

Definition at line 138 of file mantis_reg.h.

#define MANTIS_GPIF_CS2RWDELY2   (0x3f << 16)

Definition at line 136 of file mantis_reg.h.

#define MANTIS_GPIF_CS2RWDELY3   (0x3f << 24)

Definition at line 134 of file mantis_reg.h.

#define MANTIS_GPIF_CS2RWWREN0   (0x01 << 7)

Definition at line 139 of file mantis_reg.h.

#define MANTIS_GPIF_CS2RWWREN1   (0x01 << 15)

Definition at line 137 of file mantis_reg.h.

#define MANTIS_GPIF_CS2RWWREN2   (0x01 << 23)

Definition at line 135 of file mantis_reg.h.

#define MANTIS_GPIF_CS2RWWREN3   (0x01 << 31)

Definition at line 133 of file mantis_reg.h.

#define MANTIS_GPIF_DETSTAT   (0x01 << 9)

Definition at line 157 of file mantis_reg.h.

#define MANTIS_GPIF_DEVTYPE   (0x07 << 4)

Definition at line 116 of file mantis_reg.h.

#define MANTIS_GPIF_DIN   0xb8

Definition at line 190 of file mantis_reg.h.

#define MANTIS_GPIF_DOUT   0xb4

Definition at line 187 of file mantis_reg.h.

#define MANTIS_GPIF_EXTIRQ   (0x01 << 2)

Definition at line 164 of file mantis_reg.h.

#define MANTIS_GPIF_FETCHCMD   (0x03 << 1)

Definition at line 118 of file mantis_reg.h.

#define MANTIS_GPIF_HIFADDR   (0xfffffff << 0)

Definition at line 185 of file mantis_reg.h.

#define MANTIS_GPIF_HIFDIN   (0xfffffff << 0)

Definition at line 191 of file mantis_reg.h.

#define MANTIS_GPIF_HIFDOUT   (0xfffffff << 0)

Definition at line 188 of file mantis_reg.h.

#define MANTIS_GPIF_HIFRDWRN   (0x01 << 31)

Definition at line 182 of file mantis_reg.h.

#define MANTIS_GPIF_HWORDDEV   (0x01 << 0)

Definition at line 119 of file mantis_reg.h.

#define MANTIS_GPIF_INTSTAT   (0x01 << 8)

Definition at line 158 of file mantis_reg.h.

#define MANTIS_GPIF_IRQCFG   0x98

Definition at line 142 of file mantis_reg.h.

#define MANTIS_GPIF_IRQPOL   (0x01 << 8)

Definition at line 143 of file mantis_reg.h.

#define MANTIS_GPIF_LOGICRD   (0xffff << 16)

Definition at line 194 of file mantis_reg.h.

#define MANTIS_GPIF_LOGICRW   (0xffff << 0)

Definition at line 195 of file mantis_reg.h.

#define MANTIS_GPIF_NCDELAY   (0x07 << 20)

Definition at line 112 of file mantis_reg.h.

#define MANTIS_GPIF_OTHERR   (0x01 << 4)

Definition at line 162 of file mantis_reg.h.

#define MANTIS_GPIF_PARBOOTN   (0x01 << 29)

Definition at line 123 of file mantis_reg.h.

#define MANTIS_GPIF_PCMCIAIOM   (0x01 << 26)

Definition at line 184 of file mantis_reg.h.

#define MANTIS_GPIF_PCMCIAIOM   (0x01 << 26)

Definition at line 184 of file mantis_reg.h.

#define MANTIS_GPIF_PCMCIAREG   (0x01 << 27)

Definition at line 183 of file mantis_reg.h.

#define MANTIS_GPIF_PCMCIAREG   (0x01 << 27)

Definition at line 183 of file mantis_reg.h.

#define MANTIS_GPIF_RD   (0xff << 24)

Definition at line 54 of file mantis_reg.h.

#define MANTIS_GPIF_RW2CSDELAY   (0x07 << 16)

Definition at line 113 of file mantis_reg.h.

#define MANTIS_GPIF_SLFTIMEDDELY   (0x7f << 8)

Definition at line 115 of file mantis_reg.h.

#define MANTIS_GPIF_SLFTIMEDMODE   (0x01 << 15)

Definition at line 114 of file mantis_reg.h.

#define MANTIS_GPIF_SPARE   0xbc

Definition at line 193 of file mantis_reg.h.

#define MANTIS_GPIF_STATUS   0x9c

Definition at line 153 of file mantis_reg.h.

#define MANTIS_GPIF_WAITPOL   (0x01 << 24)

Definition at line 111 of file mantis_reg.h.

#define MANTIS_GPIF_WAITSMPL   (0x07 << 28)

Definition at line 109 of file mantis_reg.h.

#define MANTIS_GPIF_WR   (0xff << 16)

Definition at line 55 of file mantis_reg.h.

#define MANTIS_GPIF_WRACK   (0x01 << 7)

Definition at line 159 of file mantis_reg.h.

#define MANTIS_GPIF_WSTOPER   0x90

Definition at line 121 of file mantis_reg.h.

#define MANTIS_GPIF_WSTOPERSLID0   (0x1f << 0)

Definition at line 130 of file mantis_reg.h.

#define MANTIS_GPIF_WSTOPERSLID1   (0x1f << 8)

Definition at line 128 of file mantis_reg.h.

#define MANTIS_GPIF_WSTOPERSLID2   (0x1f << 16)

Definition at line 126 of file mantis_reg.h.

#define MANTIS_GPIF_WSTOPERSLID3   (0x1f << 24)

Definition at line 124 of file mantis_reg.h.

#define MANTIS_GPIF_WSTOPERWREN0   (0x01 << 7)

Definition at line 129 of file mantis_reg.h.

#define MANTIS_GPIF_WSTOPERWREN1   (0x01 << 15)

Definition at line 127 of file mantis_reg.h.

#define MANTIS_GPIF_WSTOPERWREN2   (0x01 << 23)

Definition at line 125 of file mantis_reg.h.

#define MANTIS_GPIF_WSTOPERWREN3   (0x01 << 31)

Definition at line 122 of file mantis_reg.h.

#define MANTIS_I2C_PGMODE   (0x01 << 3)

Definition at line 84 of file mantis_reg.h.

#define MANTIS_I2C_RATE_1   (0x00 << 6)

Definition at line 79 of file mantis_reg.h.

#define MANTIS_I2C_RATE_2   (0x01 << 6)

Definition at line 80 of file mantis_reg.h.

#define MANTIS_I2C_RATE_3   (0x02 << 6)

Definition at line 81 of file mantis_reg.h.

#define MANTIS_I2C_RATE_4   (0x03 << 6)

Definition at line 82 of file mantis_reg.h.

#define MANTIS_I2C_RD   (0x01 << 7)

Definition at line 58 of file mantis_reg.h.

#define MANTIS_I2C_STOP   (0x01 << 5)

Definition at line 83 of file mantis_reg.h.

#define MANTIS_I2C_WR   (0x01 << 6)

Definition at line 59 of file mantis_reg.h.

#define MANTIS_I2CDATA_CTL   0x18

Definition at line 78 of file mantis_reg.h.

#define MANTIS_INT_FTRGT   (0x01 << 3)

Definition at line 48 of file mantis_reg.h.

#define MANTIS_INT_I2CDONE   (0x01 << 0)

Definition at line 50 of file mantis_reg.h.

#define MANTIS_INT_I2CRACK   (0x01 << 26)

Definition at line 30 of file mantis_reg.h.

#define MANTIS_INT_IRQ0   (0x01 << 10)

Definition at line 43 of file mantis_reg.h.

#define MANTIS_INT_IRQ1   (0x01 << 11)

Definition at line 42 of file mantis_reg.h.

#define MANTIS_INT_MASK   0x04

Definition at line 26 of file mantis_reg.h.

#define MANTIS_INT_OCERR   (0x01 << 8)

Definition at line 44 of file mantis_reg.h.

#define MANTIS_INT_PABORT   (0x01 << 7)

Definition at line 45 of file mantis_reg.h.

#define MANTIS_INT_PCMCIA0   (0x01 << 12)

Definition at line 41 of file mantis_reg.h.

#define MANTIS_INT_PCMCIA1   (0x01 << 13)

Definition at line 40 of file mantis_reg.h.

#define MANTIS_INT_PCMCIA2   (0x01 << 14)

Definition at line 39 of file mantis_reg.h.

#define MANTIS_INT_PCMCIA3   (0x01 << 15)

Definition at line 38 of file mantis_reg.h.

#define MANTIS_INT_PCMCIA4   (0x01 << 16)

Definition at line 37 of file mantis_reg.h.

#define MANTIS_INT_PCMCIA5   (0x01 << 17)

Definition at line 36 of file mantis_reg.h.

#define MANTIS_INT_PCMCIA6   (0x01 << 18)

Definition at line 35 of file mantis_reg.h.

#define MANTIS_INT_PCMCIA7   (0x01 << 19)

Definition at line 34 of file mantis_reg.h.

#define MANTIS_INT_PPERR   (0x01 << 5)

Definition at line 47 of file mantis_reg.h.

#define MANTIS_INT_RIPERR   (0x01 << 6)

Definition at line 46 of file mantis_reg.h.

#define MANTIS_INT_RISCEN   (0x01 << 27)

Definition at line 29 of file mantis_reg.h.

#define MANTIS_INT_RISCI   (0x01 << 1)

Definition at line 49 of file mantis_reg.h.

#define MANTIS_INT_RISCSTAT   (0x0f << 28)

Definition at line 28 of file mantis_reg.h.

#define MANTIS_INT_STAT   0x00

Definition at line 25 of file mantis_reg.h.

#define MANTIS_MASK_BRRDY   (0x01 << 6)

Definition at line 145 of file mantis_reg.h.

#define MANTIS_MASK_EXTIRQ   (0x01 << 2)

Definition at line 149 of file mantis_reg.h.

#define MANTIS_MASK_OTHERR   (0x01 << 4)

Definition at line 147 of file mantis_reg.h.

#define MANTIS_MASK_OVFLW   (0x01 << 5)

Definition at line 146 of file mantis_reg.h.

#define MANTIS_MASK_PLUGIN   (0x01 << 1)

Definition at line 150 of file mantis_reg.h.

#define MANTIS_MASK_PLUGOUT   (0x01 << 0)

Definition at line 151 of file mantis_reg.h.

#define MANTIS_MASK_WRACK   (0x01 << 7)

Definition at line 144 of file mantis_reg.h.

#define MANTIS_MASK_WSTO   (0x01 << 3)

Definition at line 148 of file mantis_reg.h.

#define MANTIS_MRST   (0x01 << 1)

Definition at line 105 of file mantis_reg.h.

#define MANTIS_PCMCIA_DEBUGSEL   (0x0f << 0)

Definition at line 72 of file mantis_reg.h.

#define MANTIS_PCMCIA_RESET   0xa8

Definition at line 176 of file mantis_reg.h.

#define MANTIS_PCMCIA_RSTVAL   (0xff << 0)

Definition at line 177 of file mantis_reg.h.

#define MANTIS_RISC_EN   (0x01 << 0)

Definition at line 66 of file mantis_reg.h.

#define MANTIS_RISC_PC   0x14

Definition at line 75 of file mantis_reg.h.

#define MANTIS_RISC_START   0x10

Definition at line 74 of file mantis_reg.h.

#define MANTIS_SBUF_EMPTY   (0x01 << 13)

Definition at line 156 of file mantis_reg.h.

#define MANTIS_SBUF_KILLOP   (0x01 << 15)

Definition at line 154 of file mantis_reg.h.

#define MANTIS_SBUF_OPDONE   (0x01 << 14)

Definition at line 155 of file mantis_reg.h.

#define MANTIS_SBUF_OVFLW   (0x01 << 5)

Definition at line 161 of file mantis_reg.h.

#define MANTIS_SBUF_WSTO   (0x01 << 3)

Definition at line 163 of file mantis_reg.h.

#define MANTIS_TOP_DEBUGSEL   (0x07 << 4)

Definition at line 71 of file mantis_reg.h.

#define MANTIS_VCCEN   (0x01 << 3)

Definition at line 103 of file mantis_reg.h.