Home | History | Annotate | Line # | Download | only in ic
i82365reg.h revision 1.6
      1  1.6   mycroft /*	$NetBSD: i82365reg.h,v 1.6 2000/02/28 07:33:08 mycroft Exp $	*/
      2  1.2   thorpej 
      3  1.2   thorpej /*
      4  1.2   thorpej  * Copyright (c) 1997 Marc Horowitz.  All rights reserved.
      5  1.2   thorpej  *
      6  1.2   thorpej  * Redistribution and use in source and binary forms, with or without
      7  1.2   thorpej  * modification, are permitted provided that the following conditions
      8  1.2   thorpej  * are met:
      9  1.2   thorpej  * 1. Redistributions of source code must retain the above copyright
     10  1.2   thorpej  *    notice, this list of conditions and the following disclaimer.
     11  1.2   thorpej  * 2. Redistributions in binary form must reproduce the above copyright
     12  1.2   thorpej  *    notice, this list of conditions and the following disclaimer in the
     13  1.2   thorpej  *    documentation and/or other materials provided with the distribution.
     14  1.2   thorpej  * 3. All advertising materials mentioning features or use of this software
     15  1.2   thorpej  *    must display the following acknowledgement:
     16  1.2   thorpej  *	This product includes software developed by Marc Horowitz.
     17  1.2   thorpej  * 4. The name of the author may not be used to endorse or promote products
     18  1.2   thorpej  *    derived from this software without specific prior written permission.
     19  1.2   thorpej  *
     20  1.2   thorpej  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     21  1.2   thorpej  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     22  1.2   thorpej  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     23  1.2   thorpej  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     24  1.2   thorpej  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     25  1.2   thorpej  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     26  1.2   thorpej  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     27  1.2   thorpej  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     28  1.2   thorpej  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     29  1.2   thorpej  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     30  1.2   thorpej  */
     31  1.2   thorpej 
     32  1.2   thorpej /*
     33  1.2   thorpej  * All information is from the intel 82365sl PC Card Interface Controller
     34  1.2   thorpej  * (PCIC) data sheet, marked "preliminary".  Order number 290423-002, January
     35  1.2   thorpej  * 1993.
     36  1.2   thorpej  */
     37  1.2   thorpej 
     38  1.2   thorpej #define	PCIC_IOSIZE		2
     39  1.2   thorpej 
     40  1.2   thorpej #define	PCIC_REG_INDEX		0
     41  1.2   thorpej #define	PCIC_REG_DATA		1
     42  1.2   thorpej 
     43  1.2   thorpej /*
     44  1.2   thorpej  * The PCIC allows two chips to share the same address.  In order not to run
     45  1.2   thorpej  * afoul of the netbsd device model, this driver will treat those chips as
     46  1.2   thorpej  * the same device.
     47  1.2   thorpej  */
     48  1.2   thorpej 
     49  1.5    chopps /* pcic can have 2 controllers offset by 0x80 and 2 sockets offset by 0x40 */
     50  1.5    chopps #define	PCIC_CHIP_OFFSET	0x80
     51  1.5    chopps #define	PCIC_SOCKET_OFFSET	0x40
     52  1.2   thorpej 
     53  1.2   thorpej /* general setup registers */
     54  1.2   thorpej 
     55  1.2   thorpej #define	PCIC_IDENT				0x00	/* RO */
     56  1.2   thorpej #define	PCIC_IDENT_IFTYPE_MASK			0xC0
     57  1.2   thorpej #define	PCIC_IDENT_IFTYPE_IO_ONLY		0x00
     58  1.2   thorpej #define	PCIC_IDENT_IFTYPE_MEM_ONLY		0x40
     59  1.2   thorpej #define	PCIC_IDENT_IFTYPE_MEM_AND_IO		0x80
     60  1.2   thorpej #define	PCIC_IDENT_IFTYPE_RESERVED		0xC0
     61  1.2   thorpej #define	PCIC_IDENT_ZERO				0x30
     62  1.2   thorpej #define	PCIC_IDENT_REV_MASK			0x0F
     63  1.2   thorpej #define	PCIC_IDENT_REV_I82365SLR0		0x02
     64  1.2   thorpej #define	PCIC_IDENT_REV_I82365SLR1		0x03
     65  1.2   thorpej 
     66  1.2   thorpej #define	PCIC_IF_STATUS				0x01	/* RO */
     67  1.2   thorpej #define	PCIC_IF_STATUS_GPI			0x80 /* General Purpose Input */
     68  1.2   thorpej #define	PCIC_IF_STATUS_POWERACTIVE		0x40
     69  1.2   thorpej #define	PCIC_IF_STATUS_READY			0x20 /* really READY/!BUSY */
     70  1.2   thorpej #define	PCIC_IF_STATUS_MEM_WP			0x10
     71  1.2   thorpej #define	PCIC_IF_STATUS_CARDDETECT_MASK		0x0C
     72  1.2   thorpej #define	PCIC_IF_STATUS_CARDDETECT_PRESENT	0x0C
     73  1.2   thorpej #define	PCIC_IF_STATUS_BATTERY_MASK		0x03
     74  1.2   thorpej #define	PCIC_IF_STATUS_BATTERY_DEAD1		0x00
     75  1.2   thorpej #define	PCIC_IF_STATUS_BATTERY_DEAD2		0x01
     76  1.2   thorpej #define	PCIC_IF_STATUS_BATTERY_WARNING		0x02
     77  1.2   thorpej #define	PCIC_IF_STATUS_BATTERY_GOOD		0x03
     78  1.2   thorpej 
     79  1.2   thorpej #define	PCIC_PWRCTL				0x02	/* RW */
     80  1.2   thorpej #define	PCIC_PWRCTL_OE				0x80	/* output enable */
     81  1.2   thorpej #define	PCIC_PWRCTL_DISABLE_RESETDRV		0x40
     82  1.2   thorpej #define	PCIC_PWRCTL_AUTOSWITCH_ENABLE		0x20
     83  1.2   thorpej #define	PCIC_PWRCTL_PWR_ENABLE			0x10
     84  1.2   thorpej #define	PCIC_PWRCTL_VPP2_MASK			0x0C
     85  1.2   thorpej #define	PCIC_PWRCTL_VPP2_RESERVED		0x0C
     86  1.6   mycroft #define	PCIC_PWRCTL_VPP2_12V			0x08
     87  1.6   mycroft #define	PCIC_PWRCTL_VPP2_VCC			0x04
     88  1.6   mycroft #define	PCIC_PWRCTL_VPP2_OFF			0x00
     89  1.2   thorpej #define	PCIC_PWRCTL_VPP1_MASK			0x03
     90  1.2   thorpej #define	PCIC_PWRCTL_VPP1_RESERVED		0x03
     91  1.6   mycroft #define	PCIC_PWRCTL_VPP1_12V			0x02
     92  1.6   mycroft #define	PCIC_PWRCTL_VPP1_VCC			0x01
     93  1.6   mycroft #define	PCIC_PWRCTL_VPP1_OFF			0x00
     94  1.2   thorpej 
     95  1.2   thorpej #define	PCIC_CSC				0x04	/* RW */
     96  1.2   thorpej #define	PCIC_CSC_ZERO				0xE0
     97  1.2   thorpej #define	PCIC_CSC_GPI				0x10
     98  1.2   thorpej #define	PCIC_CSC_CD				0x08 /* Card Detect Change */
     99  1.2   thorpej #define	PCIC_CSC_READY				0x04
    100  1.2   thorpej #define	PCIC_CSC_BATTWARN			0x02
    101  1.2   thorpej #define	PCIC_CSC_BATTDEAD			0x01	/* for memory cards */
    102  1.2   thorpej #define	PCIC_CSC_RI				0x01	/* for i/o cards */
    103  1.2   thorpej 
    104  1.2   thorpej #define	PCIC_ADDRWIN_ENABLE			0x06	/* RW */
    105  1.2   thorpej #define	PCIC_ADDRWIN_ENABLE_IO1			0x80
    106  1.2   thorpej #define	PCIC_ADDRWIN_ENABLE_IO0			0x40
    107  1.2   thorpej #define	PCIC_ADDRWIN_ENABLE_MEMCS16		0x20	/* rtfds if you care */
    108  1.2   thorpej #define	PCIC_ADDRWIN_ENABLE_MEM4		0x10
    109  1.2   thorpej #define	PCIC_ADDRWIN_ENABLE_MEM3		0x08
    110  1.2   thorpej #define	PCIC_ADDRWIN_ENABLE_MEM2		0x04
    111  1.2   thorpej #define	PCIC_ADDRWIN_ENABLE_MEM1		0x02
    112  1.2   thorpej #define	PCIC_ADDRWIN_ENABLE_MEM0		0x01
    113  1.2   thorpej 
    114  1.5    chopps /* this is _not_ available on cirrus chips */
    115  1.2   thorpej #define	PCIC_CARD_DETECT			0x16	/* RW */
    116  1.2   thorpej #define	PCIC_CARD_DETECT_RESERVED		0xC0
    117  1.2   thorpej #define	PCIC_CARD_DETECT_SW_INTR		0x20
    118  1.2   thorpej #define	PCIC_CARD_DETECT_RESUME_ENABLE		0x10
    119  1.2   thorpej #define	PCIC_CARD_DETECT_GPI_TRANSCTL		0x08
    120  1.2   thorpej #define	PCIC_CARD_DETECT_GPI_ENABLE		0x04
    121  1.2   thorpej #define	PCIC_CARD_DETECT_CFGRST_ENABLE		0x02
    122  1.2   thorpej #define	PCIC_CARD_DETECT_MEMDLY_INHIBIT		0x01
    123  1.2   thorpej 
    124  1.2   thorpej /* interrupt registers */
    125  1.2   thorpej 
    126  1.2   thorpej #define	PCIC_INTR				0x03	/* RW */
    127  1.2   thorpej #define	PCIC_INTR_RI_ENABLE			0x80
    128  1.2   thorpej #define	PCIC_INTR_RESET				0x40	/* active low (zero) */
    129  1.2   thorpej #define	PCIC_INTR_CARDTYPE_MASK			0x20
    130  1.2   thorpej #define	PCIC_INTR_CARDTYPE_IO			0x20
    131  1.2   thorpej #define	PCIC_INTR_CARDTYPE_MEM			0x00
    132  1.2   thorpej #define	PCIC_INTR_ENABLE			0x10
    133  1.2   thorpej #define	PCIC_INTR_IRQ_MASK			0x0F
    134  1.2   thorpej #define	PCIC_INTR_IRQ_SHIFT			0
    135  1.2   thorpej #define	PCIC_INTR_IRQ_NONE			0x00
    136  1.2   thorpej #define	PCIC_INTR_IRQ_RESERVED1			0x01
    137  1.2   thorpej #define	PCIC_INTR_IRQ_RESERVED2			0x02
    138  1.2   thorpej #define	PCIC_INTR_IRQ3				0x03
    139  1.2   thorpej #define	PCIC_INTR_IRQ4				0x04
    140  1.2   thorpej #define	PCIC_INTR_IRQ5				0x05
    141  1.2   thorpej #define	PCIC_INTR_IRQ_RESERVED6			0x06
    142  1.2   thorpej #define	PCIC_INTR_IRQ7				0x07
    143  1.2   thorpej #define	PCIC_INTR_IRQ_RESERVED8			0x08
    144  1.2   thorpej #define	PCIC_INTR_IRQ9				0x09
    145  1.2   thorpej #define	PCIC_INTR_IRQ10				0x0A
    146  1.2   thorpej #define	PCIC_INTR_IRQ11				0x0B
    147  1.2   thorpej #define	PCIC_INTR_IRQ12				0x0C
    148  1.2   thorpej #define	PCIC_INTR_IRQ_RESERVED13		0x0D
    149  1.2   thorpej #define	PCIC_INTR_IRQ14				0x0E
    150  1.2   thorpej #define	PCIC_INTR_IRQ15				0x0F
    151  1.2   thorpej 
    152  1.2   thorpej #define	PCIC_INTR_IRQ_VALIDMASK			0xDEB8 /* 1101 1110 1011 1000 */
    153  1.2   thorpej 
    154  1.2   thorpej #define	PCIC_CSC_INTR				0x05	/* RW */
    155  1.2   thorpej #define	PCIC_CSC_INTR_IRQ_MASK			0xF0
    156  1.2   thorpej #define	PCIC_CSC_INTR_IRQ_SHIFT			4
    157  1.2   thorpej #define	PCIC_CSC_INTR_IRQ_NONE			0x00
    158  1.2   thorpej #define	PCIC_CSC_INTR_IRQ_RESERVED1		0x10
    159  1.2   thorpej #define	PCIC_CSC_INTR_IRQ_RESERVED2		0x20
    160  1.2   thorpej #define	PCIC_CSC_INTR_IRQ3			0x30
    161  1.2   thorpej #define	PCIC_CSC_INTR_IRQ4			0x40
    162  1.2   thorpej #define	PCIC_CSC_INTR_IRQ5			0x50
    163  1.2   thorpej #define	PCIC_CSC_INTR_IRQ_RESERVED6		0x60
    164  1.2   thorpej #define	PCIC_CSC_INTR_IRQ7			0x70
    165  1.2   thorpej #define	PCIC_CSC_INTR_IRQ_RESERVED8		0x80
    166  1.2   thorpej #define	PCIC_CSC_INTR_IRQ9			0x90
    167  1.2   thorpej #define	PCIC_CSC_INTR_IRQ10			0xA0
    168  1.2   thorpej #define	PCIC_CSC_INTR_IRQ11			0xB0
    169  1.2   thorpej #define	PCIC_CSC_INTR_IRQ12			0xC0
    170  1.2   thorpej #define	PCIC_CSC_INTR_IRQ_RESERVED13		0xD0
    171  1.2   thorpej #define	PCIC_CSC_INTR_IRQ14			0xE0
    172  1.2   thorpej #define	PCIC_CSC_INTR_IRQ15			0xF0
    173  1.2   thorpej #define	PCIC_CSC_INTR_CD_ENABLE			0x08
    174  1.2   thorpej #define	PCIC_CSC_INTR_READY_ENABLE		0x04
    175  1.2   thorpej #define	PCIC_CSC_INTR_BATTWARN_ENABLE		0x02
    176  1.2   thorpej #define	PCIC_CSC_INTR_BATTDEAD_ENABLE		0x01	/* for memory cards */
    177  1.2   thorpej #define	PCIC_CSC_INTR_RI_ENABLE			0x01	/* for I/O cards */
    178  1.4  sommerfe 
    179  1.4  sommerfe #define PCIC_CSC_INTR_FORMAT "\177\020" "f\4\4CSC_INTR_IRQ\0"   \
    180  1.4  sommerfe 				"b\0RI\0"			\
    181  1.4  sommerfe 				"b\1BATTWARN\0" 		\
    182  1.4  sommerfe 				"b\2READY\0"			\
    183  1.4  sommerfe 				"b\3CD\0"
    184  1.2   thorpej 
    185  1.2   thorpej #define	PCIC_CSC_INTR_IRQ_VALIDMASK		0xDEB8 /* 1101 1110 1011 1000 */
    186  1.2   thorpej 
    187  1.2   thorpej /* I/O registers */
    188  1.2   thorpej 
    189  1.2   thorpej #define	PCIC_IO_WINS				2
    190  1.2   thorpej 
    191  1.2   thorpej #define	PCIC_IOCTL				0x07	/* RW */
    192  1.2   thorpej #define	PCIC_IOCTL_IO1_WAITSTATE		0x80
    193  1.2   thorpej #define	PCIC_IOCTL_IO1_ZEROWAIT			0x40
    194  1.2   thorpej #define	PCIC_IOCTL_IO1_IOCS16SRC_MASK		0x20
    195  1.2   thorpej #define	PCIC_IOCTL_IO1_IOCS16SRC_CARD		0x20
    196  1.2   thorpej #define	PCIC_IOCTL_IO1_IOCS16SRC_DATASIZE	0x00
    197  1.2   thorpej #define	PCIC_IOCTL_IO1_DATASIZE_MASK		0x10
    198  1.2   thorpej #define	PCIC_IOCTL_IO1_DATASIZE_16BIT		0x10
    199  1.2   thorpej #define	PCIC_IOCTL_IO1_DATASIZE_8BIT		0x00
    200  1.2   thorpej #define	PCIC_IOCTL_IO0_WAITSTATE		0x08
    201  1.2   thorpej #define	PCIC_IOCTL_IO0_ZEROWAIT			0x04
    202  1.2   thorpej #define	PCIC_IOCTL_IO0_IOCS16SRC_MASK		0x02
    203  1.2   thorpej #define	PCIC_IOCTL_IO0_IOCS16SRC_CARD		0x02
    204  1.2   thorpej #define	PCIC_IOCTL_IO0_IOCS16SRC_DATASIZE	0x00
    205  1.2   thorpej #define	PCIC_IOCTL_IO0_DATASIZE_MASK		0x01
    206  1.2   thorpej #define	PCIC_IOCTL_IO0_DATASIZE_16BIT		0x01
    207  1.2   thorpej #define	PCIC_IOCTL_IO0_DATASIZE_8BIT		0x00
    208  1.2   thorpej 
    209  1.2   thorpej #define	PCIC_IOADDR0_START_LSB			0x08
    210  1.2   thorpej #define	PCIC_IOADDR0_START_MSB			0x09
    211  1.2   thorpej #define	PCIC_IOADDR0_STOP_LSB			0x0A
    212  1.2   thorpej #define	PCIC_IOADDR0_STOP_MSB			0x0B
    213  1.2   thorpej #define	PCIC_IOADDR1_START_LSB			0x0C
    214  1.2   thorpej #define	PCIC_IOADDR1_START_MSB			0x0D
    215  1.2   thorpej #define	PCIC_IOADDR1_STOP_LSB			0x0E
    216  1.2   thorpej #define	PCIC_IOADDR1_STOP_MSB			0x0F
    217  1.2   thorpej 
    218  1.2   thorpej /* memory registers */
    219  1.2   thorpej 
    220  1.2   thorpej /*
    221  1.2   thorpej  * memory window addresses refer to bits A23-A12 of the ISA system memory
    222  1.2   thorpej  * address.  This is a shift of 12 bits.  The LSB contains A19-A12, and the
    223  1.2   thorpej  * MSB contains A23-A20, plus some other bits.
    224  1.2   thorpej  */
    225  1.2   thorpej 
    226  1.2   thorpej #define	PCIC_MEM_WINS				5
    227  1.2   thorpej 
    228  1.2   thorpej #define	PCIC_MEM_SHIFT				12
    229  1.2   thorpej #define	PCIC_MEM_PAGESIZE			(1<<PCIC_MEM_SHIFT)
    230  1.2   thorpej 
    231  1.2   thorpej #define	PCIC_SYSMEM_ADDRX_SHIFT				PCIC_MEM_SHIFT
    232  1.2   thorpej #define	PCIC_SYSMEM_ADDRX_START_MSB_DATASIZE_MASK	0x80
    233  1.2   thorpej #define	PCIC_SYSMEM_ADDRX_START_MSB_DATASIZE_16BIT	0x80
    234  1.2   thorpej #define	PCIC_SYSMEM_ADDRX_START_MSB_DATASIZE_8BIT	0x00
    235  1.2   thorpej #define	PCIC_SYSMEM_ADDRX_START_MSB_ZEROWAIT		0x40
    236  1.2   thorpej #define	PCIC_SYSMEM_ADDRX_START_MSB_SCRATCH_MASK	0x30
    237  1.2   thorpej #define	PCIC_SYSMEM_ADDRX_START_MSB_ADDR_MASK		0x0F
    238  1.2   thorpej 
    239  1.2   thorpej #define	PCIC_SYSMEM_ADDRX_STOP_MSB_WAIT_MASK		0xC0
    240  1.2   thorpej #define	PCIC_SYSMEM_ADDRX_STOP_MSB_WAIT0		0x00
    241  1.2   thorpej #define	PCIC_SYSMEM_ADDRX_STOP_MSB_WAIT1		0x40
    242  1.2   thorpej #define	PCIC_SYSMEM_ADDRX_STOP_MSB_WAIT2		0x80
    243  1.2   thorpej #define	PCIC_SYSMEM_ADDRX_STOP_MSB_WAIT3		0xC0
    244  1.2   thorpej #define	PCIC_SYSMEM_ADDRX_STOP_MSB_ADDR_MASK		0x0F
    245  1.2   thorpej 
    246  1.2   thorpej /*
    247  1.2   thorpej  * The card side of a memory mapping consists of bits A19-A12 of the card
    248  1.2   thorpej  * memory address in the LSB, and A25-A20 plus some other bits in the MSB.
    249  1.2   thorpej  * Again, the shift is 12 bits.
    250  1.2   thorpej  */
    251  1.2   thorpej 
    252  1.2   thorpej #define	PCIC_CARDMEM_ADDRX_SHIFT		PCIC_MEM_SHIFT
    253  1.2   thorpej #define	PCIC_CARDMEM_ADDRX_MSB_WP		0x80
    254  1.2   thorpej #define	PCIC_CARDMEM_ADDRX_MSB_REGACTIVE_MASK	0x40
    255  1.2   thorpej #define	PCIC_CARDMEM_ADDRX_MSB_REGACTIVE_ATTR	0x40
    256  1.2   thorpej #define	PCIC_CARDMEM_ADDRX_MSB_REGACTIVE_COMMON	0x00
    257  1.2   thorpej #define	PCIC_CARDMEM_ADDRX_MSB_ADDR_MASK	0x3F
    258  1.2   thorpej 
    259  1.2   thorpej #define	PCIC_SYSMEM_ADDR0_START_LSB		0x10
    260  1.2   thorpej #define	PCIC_SYSMEM_ADDR0_START_MSB		0x11
    261  1.2   thorpej #define	PCIC_SYSMEM_ADDR0_STOP_LSB		0x12
    262  1.2   thorpej #define	PCIC_SYSMEM_ADDR0_STOP_MSB		0x13
    263  1.2   thorpej 
    264  1.2   thorpej #define	PCIC_CARDMEM_ADDR0_LSB			0x14
    265  1.2   thorpej #define	PCIC_CARDMEM_ADDR0_MSB			0x15
    266  1.2   thorpej 
    267  1.2   thorpej /* #define	PCIC_RESERVED			0x17 */
    268  1.2   thorpej 
    269  1.2   thorpej #define	PCIC_SYSMEM_ADDR1_START_LSB		0x18
    270  1.2   thorpej #define	PCIC_SYSMEM_ADDR1_START_MSB		0x19
    271  1.2   thorpej #define	PCIC_SYSMEM_ADDR1_STOP_LSB		0x1A
    272  1.2   thorpej #define	PCIC_SYSMEM_ADDR1_STOP_MSB		0x1B
    273  1.2   thorpej 
    274  1.2   thorpej #define	PCIC_CARDMEM_ADDR1_LSB			0x1C
    275  1.2   thorpej #define	PCIC_CARDMEM_ADDR1_MSB			0x1D
    276  1.2   thorpej 
    277  1.2   thorpej #define	PCIC_SYSMEM_ADDR2_START_LSB		0x20
    278  1.2   thorpej #define	PCIC_SYSMEM_ADDR2_START_MSB		0x21
    279  1.2   thorpej #define	PCIC_SYSMEM_ADDR2_STOP_LSB		0x22
    280  1.2   thorpej #define	PCIC_SYSMEM_ADDR2_STOP_MSB		0x23
    281  1.2   thorpej 
    282  1.2   thorpej #define	PCIC_CARDMEM_ADDR2_LSB			0x24
    283  1.2   thorpej #define	PCIC_CARDMEM_ADDR2_MSB			0x25
    284  1.2   thorpej 
    285  1.2   thorpej /* #define	PCIC_RESERVED			0x26 */
    286  1.2   thorpej /* #define	PCIC_RESERVED			0x27 */
    287  1.2   thorpej 
    288  1.2   thorpej #define	PCIC_SYSMEM_ADDR3_START_LSB		0x28
    289  1.2   thorpej #define	PCIC_SYSMEM_ADDR3_START_MSB		0x29
    290  1.2   thorpej #define	PCIC_SYSMEM_ADDR3_STOP_LSB		0x2A
    291  1.2   thorpej #define	PCIC_SYSMEM_ADDR3_STOP_MSB		0x2B
    292  1.2   thorpej 
    293  1.2   thorpej #define	PCIC_CARDMEM_ADDR3_LSB			0x2C
    294  1.2   thorpej #define	PCIC_CARDMEM_ADDR3_MSB			0x2D
    295  1.2   thorpej 
    296  1.2   thorpej /* #define	PCIC_RESERVED			0x2E */
    297  1.2   thorpej /* #define	PCIC_RESERVED			0x2F */
    298  1.2   thorpej 
    299  1.2   thorpej #define	PCIC_SYSMEM_ADDR4_START_LSB		0x30
    300  1.2   thorpej #define	PCIC_SYSMEM_ADDR4_START_MSB		0x31
    301  1.2   thorpej #define	PCIC_SYSMEM_ADDR4_STOP_LSB		0x32
    302  1.2   thorpej #define	PCIC_SYSMEM_ADDR4_STOP_MSB		0x33
    303  1.2   thorpej 
    304  1.2   thorpej #define	PCIC_CARDMEM_ADDR4_LSB			0x34
    305  1.2   thorpej #define	PCIC_CARDMEM_ADDR4_MSB			0x35
    306  1.2   thorpej 
    307  1.2   thorpej /* #define	PCIC_RESERVED			0x36 */
    308  1.2   thorpej /* #define	PCIC_RESERVED			0x37 */
    309  1.2   thorpej /* #define	PCIC_RESERVED			0x38 */
    310  1.2   thorpej /* #define	PCIC_RESERVED			0x39 */
    311  1.2   thorpej /* #define	PCIC_RESERVED			0x3A */
    312  1.2   thorpej /* #define	PCIC_RESERVED			0x3B */
    313  1.2   thorpej /* #define	PCIC_RESERVED			0x3C */
    314  1.2   thorpej /* #define	PCIC_RESERVED			0x3D */
    315  1.2   thorpej /* #define	PCIC_RESERVED			0x3E */
    316  1.2   thorpej /* #define	PCIC_RESERVED			0x3F */
    317  1.2   thorpej 
    318  1.2   thorpej /* vendor-specific registers */
    319  1.2   thorpej 
    320  1.2   thorpej #define	PCIC_INTEL_GLOBAL_CTL			0x1E	/* RW */
    321  1.2   thorpej #define	PCIC_INTEL_GLOBAL_CTL_RESERVED		0xF0
    322  1.2   thorpej #define	PCIC_INTEL_GLOBAL_CTL_IRQ14PULSE_ENABLE	0x08
    323  1.2   thorpej #define	PCIC_INTEL_GLOBAL_CTL_EXPLICIT_CSC_ACK	0x04
    324  1.2   thorpej #define	PCIC_INTEL_GLOBAL_CTL_IRQLEVEL_ENABLE	0x02
    325  1.2   thorpej #define	PCIC_INTEL_GLOBAL_CTL_POWERDOWN		0x01
    326  1.2   thorpej 
    327  1.2   thorpej #define	PCIC_CIRRUS_MISC_CTL_2			0x1E
    328  1.2   thorpej #define	PCIC_CIRRUS_MISC_CTL_2_SUSPEND		0x04
    329  1.2   thorpej 
    330  1.2   thorpej #define	PCIC_CIRRUS_CHIP_INFO			0x1F
    331  1.2   thorpej #define	PCIC_CIRRUS_CHIP_INFO_CHIP_ID		0xC0
    332  1.2   thorpej #define	PCIC_CIRRUS_CHIP_INFO_SLOTS		0x20
    333  1.2   thorpej #define	PCIC_CIRRUS_CHIP_INFO_REV		0x1F
    334  1.3   nathanw 
    335  1.3   nathanw #define PCIC_CIRRUS_EXTENDED_INDEX		0x2E
    336  1.3   nathanw #define PCIC_CIRRUS_EXTENDED_DATA		0x2F
    337  1.3   nathanw #define PCIC_CIRRUS_EXT_CONTROL_1		0x03
    338  1.3   nathanw #define PCIC_CIRRUS_EXT_CONTROL_1_PCI_INTR_MASK	0x18
    339