/* $NetBSD: tcic2reg.h,v 1.5 2008/04/28 20:23:51 martin Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Christoph Badura. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ /* * All information is from the Databook DB86082 TCIC PC Card Controller for * Notebook PCs -- Hardware Design Guide, March 22, 1994. */ #ifndef _TCIC2REG_H #define _TCIC2REG_H #define TCIC_IOSIZE 16 /* TCIC primary registers */ #define TCIC_R_DATA 0 /* Data register, 16 bit */ #define TCIC_R_ADDR 2 /* Address register, 32 bit */ #define TCIC_R_ADDR2 (TCIC_R_ADDR+2) /* high word of addr. reg. */ #define TCIC_R_SCTRL 6 /* Socket control reg., 8 bit */ #define TCIC_R_SSTAT 7 /* Socket status reg., 8 bit */ #define TCIC_R_MODE 8 /* Mode register, 8 bit */ #define TCIC_R_PWR 9 /* Power control reg., 8 bit */ #define TCIC_R_EDC 0xA /* Error detect code, 16 bit */ #define TCIC_R_ICSR 0xC /* Interrupt ctrl/status, 8 bit */ #define TCIC_R_IENA 0xD /* Interrupt enable, 8 bit */ #define TCIC_R_AUX 0xE /* Auxiliary Register, 16 bit */ /* * TCIC auxiliary registers. * These are all 16 bit registers. * They are accessed by selecting the appropriate index in * bits 7:5 of the mode register. */ #define TCIC_AR_MASK 0xe0 /* for masking the mode reg. */ #define TCIC_AR_TCTL 0x00 /* timing control register */ #define TCIC_AR_PCTL 0x20 /* programming pulse ctrl. */ #define TCIC_AR_WCTL 0x40 /* wait state control */ #define TCIC_AR_EXTERN 0x60 /* external access */ #define TCIC_AR_PDATA 0x80 /* programming data */ #define TCIC_AR_SYSCFG 0xA0 /* system configuration */ #define TCIC_AR_ILOCK 0xC0 /* interlock control/status */ #define TCIC_AR_TEST 0xE0 /* test */ /* * TCIC indirect registers. * These are all 16 bit. * They are accessed by selecting the appropriate address in * bits 9:0 of the address register with indirect register access mode * enabled. */ #define TCIC_WR_MEM_BASE 0x100 /* base address */ #define TCIC_WR_MEM_SHFT 3 /* log2 size of one reg set */ #define TCIC_WR_MEXT_N(n) ((TCIC_WR_MEM_BASE+((n)< /cilock not asserted; * 1 -> /cilock is asserted. * per-socket on x84. */ #define TCIC_ILOCK_CRESET (1 << 2) /* card reset output level(S) */ #define TCIC_ILOCK_CRESENA (1 << 3) /* enable card reset output (S) */ #define TCIC_ILOCK_CWAIT (1 << 4) /* enable card wait (S) */ #define TCIC_ILOCK_CWAITSNS (1 << 5) /* (r/o) sense current state of wait * 0 -> /cwait not asserted; * 1 -> /cwait is asserted * (S) */ /* The shift count & mask for the hold-time control */ #define TCIC_ILOCK_HOLD_SHIFT 6 /* shift count for the hold-time ctl (G) */ #define TCIC_ILOCK_HOLD_MASK (3 << TCIC_ILOCK_HOLD_SHIFT) /* * Quick hold mode waits until we observe that the strobe is high, * guaranteeing 10ns or so of hold time. */ #define TCIC_ILOCK_HOLD_QUICK (0 << TCIC_ILOCK_HOLD_SHIFT) /* * CCLK hold mode waits (asynchronously) for an edge on CCLK. Minimum is 1 * CCLK + epsilon; maximum is 2 CCLKs + epsilon. * * for the 86081 & '82, this mode enables the multi-step * sequencer that generates setup and hold times based on CCLK. This * is the recommended mode of operation for the '81 and '82. * */ #define TCIC_ILOCK_HOLD_CCLK (3 << TCIC_ILOCK_HOLD_SHIFT) /* The following bits are only present on the x84 and later parts */ #define TCIC_ILOCK_INPACK (1 << 11) /* (r/o, S) this bit is a diagnostic * read-back for card input * acknowledge. * The sense is inverted from * the level at the pin. */ #define TCIC_ILOCK_CP0 (1 << 12) /* (r/o, S) this bit is a diagnostic * monitor for card present pin 0. * The sense is inverted from the * level at the pin. */ #define TCIC_ILOCK_CP1 (1 << 13) /* (r/o, S) this bit is a diagnostic * monitor for card present pin 1. * The sense is inverted from the * level at the pin. */ #define TCIC_ILOCK_VS1 (1 << 14) /* (r/o, S) this bit is the primary * monitor for Card Voltage Sense * pin 1. * The sense is inverted from the * level at the pin. */ #define TCIC_ILOCK_VS2 (1 << 15) /* (r/o, S) this bit is the primary * monitor for Card Voltage Sense * pin 2. * The sense is inverted from the * level at the pin. */ /* * Silicon Version Register * * In diagnostic mode, the high byte of the interlock register is defined * as the silicon identity byte. * * In order to read this byte, the chip must be placed in diagnostic * mode by setting bit 15 of the TESTDIAG register. (This may or may * not be enforced by the silicon.) * * The layout is: * * 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 * m <-------ID-------> <----ILOCK----> * * The fields are: * * m Always reset. * * ID This field is one of the following: * * 0x02 the db86082 * 0x03 the db86082a * 0x04 the db86084 * 0x05 the DB86072ES, (Engineering Sample) * 0x07 the db86082bES, (Engineering Sample) * 0x08 the db86084a * 0x14 the DB86184 * 0x15 the DB86072, (Production) * 0x17 the db86082b, (Production) */ /* * Defines for Chip IDs described above. * * Use the following convention for defining TCIC_CHIPID_DBxxxxxY: * * TCIC_CHIPID_DBxxxxx_1 The First step of chip. * TCIC_CHIPID_DBxxxxxA The Second step of chip. * TCIC_CHIPID_DBxxxxxB The Third step of chip. * TCIC_CHIPID_DBxxxxx... The ... step of chip. * * TCIC_CHIPID_DBxxxxx"step of chip"_ES An Engineering Sample of chip. * */ #define TCIC_CHIPID_DB86082_1 (0x02) #define TCIC_CHIPID_DB86082A (0x03) #define TCIC_CHIPID_DB86082B_ES (0x07) #define TCIC_CHIPID_DB86082B (0x17) #define TCIC_CHIPID_DB86084_1 (0x04) #define TCIC_CHIPID_DB86084A (0x08) #define TCIC_CHIPID_DB86184_1 (0x14) #define TCIC_CHIPID_DB86072_1_ES (0x05) #define TCIC_CHIPID_DB86072_1 (0x15) /* the high order bits (in diag mode) give the chip version */ #define TCIC_R_ILOCK_ID (TCIC_R_AUX + 1) #define TCIC_ILOCKTEST_ID_SHFT 8 /* the shift count */ #define TCIC_ILOCKTEST_ID_MASK (0x7F << TCIC_ILOCKTEST_ID_SHFT) /* the mask for the field */ /* * Use the following convention for defining TCIC_ILOCKTEST_DBxxxxxY: * * TCIC_ILOCKTEST_DBxxxxx_1 The First step of chip. * TCIC_ILOCKTEST_DBxxxxxA The Second step of chip. * TCIC_ILOCKTEST_DBxxxxxB The Third step of chip. * TCIC_ILOCKTEST_DBxxxxx... The ... step of chip. * * TCIC_ILOCKTEST_DBxxxxx"step of chip"_ES An Engineering Sample of chip. * */ #define TCIC_ILOCKTEST_TCIC2N_1 ((TCIC_CHIPID_DB86082_1) << TCIC_ILOCKTEST_ID_SHFT) #define TCIC_ILOCKTEST_DB86082_1 TCIC_ILOCKTEST_TCIC2N_1 #define TCIC_ILOCKTEST_TCIC2N_2 ((TCIC_CHIPID_DB86082A) << TCIC_ILOCKTEST_ID_SHFT) #define TCIC_ILOCKTEST_DB86082A TCIC_ILOCKTEST_TCIC2N_2 #define TCIC_ILOCKTEST_TCIC2N_3 ((TCIC_CHIPID_DB86082B_ES) << TCIC_ILOCKTEST_ID_SHFT) #define TCIC_ILOCKTEST_DB86082B_ES TCIC_ILOCKTEST_TCIC2N_3 #define TCIC_ILOCKTEST_DB86082B ((TCIC_CHIPID_DB86082B) << TCIC_ILOCKTEST_ID_SHFT) #define TCIC_ILOCKTEST_DB86084_1 ((TCIC_CHIPID_DB86084_1) << TCIC_ILOCKTEST_ID_SHFT) #define TCIC_ILOCKTEST_DB86084A ((TCIC_CHIPID_DB86084A) << TCIC_ILOCKTEST_ID_SHFT) #define TCIC_ILOCKTEST_DB86184_1 ((TCIC_CHIPID_DB86184_1) << TCIC_ILOCKTEST_ID_SHFT) #define TCIC_ILOCKTEST_DB86072_1 ((TCIC_CHIPID_DB86072_1) << TCIC_ILOCKTEST_ID_SHFT) #define TCIC_ILOCKTEST_DB86072_1_ES ((TCIC_CHIPID_DB86072_1_ES) << TCIC_ILOCKTEST_ID_SHFT) /* Bits in the test control register (AR_TEST) */ #define TCIC_R_TEST (TCIC_R_AUX + 0) #define TCIC_TEST_AEN (1 << 0) /* force card AEN */ #define TCIC_TEST_CEN (1 << 1) /* force card CEN */ #define TCIC_TEST_CTR (1 << 2) /* test programming pulse, address ctrs */ #define TCIC_TEST_ENA (1 << 3) /* force card-present (for test), and * special VPP test mode */ #define TCIC_TEST_IO (1 << 4) /* feed back some I/O signals * internally. */ #define TCIC_TEST_OUT1 (1 << 5) /* force special address output mode */ #define TCIC_TEST_ZPB (1 << 6) /* enter ZPB test mode */ #define TCIC_TEST_WAIT (1 << 7) /* force-enable WAIT pin */ #define TCIC_TEST_PCTR (1 << 8) /* program counter in read-test mode */ #define TCIC_TEST_VCTL (1 << 9) /* force-enable power-supply controls */ #define TCIC_TEST_EXTA (1 << 10) /* external access doesn't override || internal decoding. */ #define TCIC_TEST_DRIVECDB (1 << 11) /* drive the card data bus all the time */ #define TCIC_TEST_ISTP (1 << 12) /* turn off CCLK to the interrupt CSR */ #define TCIC_TEST_BSTP (1 << 13) /* turn off BCLK internal to the chip */ #define TCIC_TEST_CSTP (1 << 14) /* turn off CCLK except to int CSR */ #define TCIC_TEST_DIAG (1 << 15) /* enable diagnostic read-back mode */ /* Bits in the SCF1 register */ #define TCIC_SCF1_IRQ_MASK (0xF) /* mask for this bit field */ #define TCIC_SCF1_IRQOFF (0) /* disable */ #define TCIC_SCF1_SIRQ (0x1) /* use SKTIRQ (2/N) */ #define TCIC_SCF1_IRQ3 (0x3) /* use IRQ3 */ #define TCIC_SCF1_IRQ4 (0x4) /* use IRQ4 */ #define TCIC_SCF1_IRQ5 (0x5) /* use IRQ5 */ #define TCIC_SCF1_IRQ6 (0x6) /* use IRQ6 */ #define TCIC_SCF1_IRQ7 (0x7) /* use IRQ7 */ #define TCIC_SCF1_IRQ9 (0x9) /* use IRQ9 */ #define TCIC_SCF1_IRQ10 (0xA) /* use IRQ10 */ #define TCIC_SCF1_IRQ11 (0xB) /* use IRQ11 */ #define TCIC_SCF1_IRQ12 (0xC) /* use IRQ12 */ #define TCIC_SCF1_IRQ14 (0xE) /* use IRQ14 */ #define TCIC_SCF1_IRQ15 (0xF) /* use IRQ15 */ /* XXX doc bug? -chb */ #define TCIC_SCF1_IRQOD (1 << 4) #define TCIC_SCF1_IRQOC (0) /* selected IRQ is * open-collector, and active * low; otherwise it's totem- * pole and active hi. */ #define TCIC_SCF1_PCVT (1 << 5) /* convert level-mode IRQ * to pulse mode, or stretch * pulses from card. */ #define TCIC_SCF1_IRDY (1 << 6) /* interrupt from RDY (not * from /IREQ). Used with * ATA drives. */ #define TCIC_SCF1_ATA (1 << 7) /* Special ATA drive mode. * CEL/H become CE1/2 in * the IDE sense; CEL is * activated for even window * matches, and CEH for * odd window matches. */ #define TCIC_SCF1_DMA_SHIFT 8 /* offset to DMA selects; */ #define TCIC_SCF1_DMA_MASK (0x7 << IRSCFG_DMA_SHIFT) #define TCIC_SCF1_DMAOFF (0 << IRSCFG_DMA_SHIFT) /* disable DMA */ #define TCIC_SCF1_DREQ2 (2 << IRSCFG_DMA_SHIFT) /* enable DMA on DRQ2 */ #define TCIC_SCF1_IOSTS (1 << 11) /* enable I/O status mode; * allows CIORD/CIOWR to * become low-Z. */ #define TCIC_SCF1_SPKR (1 << 12) /* enable SPKR output from * this card */ #define TCIC_SCF1_FINPACK (1 << 13) /* force card input * acknowledge during I/O * cycles. Has no effect * if no windows map to card */ #define TCIC_SCF1_DELWR (1 << 14) /* force -all- data to * meet 60ns setup time * ("DELay WRite") */ #define TCIC_SCF1_HD7IDE (1 << 15) /* Enable special IDE * data register mode: odd * byte addresses in odd * I/O windows will not * drive HD7. */ /* Bits in the scrf2 register */ #define TCIC_SCF2_RI (1 << 0) /* enable RI pin from STSCHG * (2/N) `*/ #define TCIC_SCF2_IDBR (1 << 1) /* force I/O data bus routing * for this socket, regardless * of cycle type. (2/N) `*/ #define TCIC_SCF2_MDBR (1 << 2) /* force memory window data * bus routing for this * socket, regardless of cycle * type. (2/N) */ #define TCIC_SCF2_MLBAT1 (1 << 3) /* disable status change * ints from LBAT1 (or * "STSCHG" */ #define TCIC_SCF2_MLBAT2 (1 << 4) /* disable status change * ints from LBAT2 (or "SPKR") */ #define TCIC_SCF2_MRDY (1 << 5) /* disable status change ints * from RDY/BSY (or /IREQ). * note that you get ints on * both high- and low-going * edges if this is enabled. */ #define TCIC_SCF2_MWP (1 << 6) /* disable status-change ints * from WP (or /IOIS16). * If you're using status * change ints, you better set * this once an I/O window is * enabled, before accessing * it. */ #define TCIC_SCF2_MCD (1 << 7) /* disable status-change ints * from Card Detect. */ /* * note that these bits match the top 5 bits of the socket status register * in order and sense. */ #define TCIC_SCF2_DMASRC_MASK (0x3 << 8) /* mask for this bit field */ /*-- DMA Source --*/ #define TCIC_SCF2_DRQ_BVD2 (0x0 << 8) /* BVD2 */ #define TCIC_SCF2_DRQ_IOIS16 (0x1 << 8) /* IOIS16 */ #define TCIC_SCF2_DRQ_INPACK (0x2 << 8) /* INPACK */ #define TCIC_SCF2_DRQ_FORCE (0x3 << 8) /* Force it */ #define TCIC_SCFS2_RSVD (0xFC00) /* top 6 bits are RFU */ /* Bits in the MBASE window registers */ #define TCIC_MBASE_4K (1 << 14) /* window size is 4K */ #define TCIC_MBASE_ADDR_MASK 0x0fff /* bits holding the address */ /* Bits in the MMAP window registers */ #define TCIC_MMAP_ATTR (1 << 15) /* map attr or common space */ #define TCIC_MMAP_ADDR_MASK 0x3fff /* bits holding the address */ /* Bits in the MCTL window registers */ #define TCIC_MCTL_ENA (1 << 15) /* enable this window */ #define TCIC_MCTL_SS_SHIFT 12 #define TCIC_MCTL_SS_MASK (7 << TCIC_MCTL_SS_SHIFT) /* which socket does this window map to */ #define TCIC_MCTL_B8 (1 << 11) /* 8/16 bit access select */ #define TCIC_MCTL_EDC (1 << 10) /* do EDC calc. on access */ #define TCIC_MCTL_KE (1 << 9) /* accesses are cacheable */ #define TCIC_MCTL_ACC (1 << 8) /* window has been accessed */ #define TCIC_MCTL_WP (1 << 7) /* window is write protected */ #define TCIC_MCTL_QUIET (1 << 6) /* enable quiet socket mode */ #define TCIC_MCTL_WSCNT_MASK 0x0f /* wait state counter */ /* Bits in the ICTL window registers */ #define TCIC_ICTL_ENA (1 << 15) /* enable this windo */ #define TCIC_ICTL_SS_SHIFT 12 #define TCIC_ICTL_SS_MASK (7 << TCIC_ICTL_SS_SHIFT) /* which socket does this window map to */ #define TCIC_ICTL_AUTOSZ 0 /* auto size 8/16 bit acc. */ #define TCIC_ICTL_B8 (1 << 11) /* all accesses 8 bit */ #define TCIC_ICTL_B16 (1 << 10) /* all accesses 16 bit */ #define TCIC_ICTL_ATA (3 << 10) /* special ATA mode */ #define TCIC_ICTL_TINY (1 << 9) /* window size 1 byte */ #define TCIC_ICTL_ACC (1 << 8) /* window has been accessed */ #define TCIC_ICTL_1K (1 << 7) /* only 10 bits io decoding */ #define TCIC_ICTL_QUIET (1 << 6) /* enable quiet socket mode */ #define TCIC_ICTL_PASS16 (1 << 5) /* pass all 16 bits to card */ #define TCIC_ICTL_WSCNT_MASK 0x0f /* wait state counter */ /* Various validity tests */ /* * From Databook sample source: * MODE_AR_SYSCFG must have, with j = ***read*** (***, R_AUX) * and k = (j>>9)&7: * if (k&4) k == 5 * And also: * j&0x0f is none of 2, 8, 9, b, c, d, f * if (j&8) must have (j&3 == 2) * Can't have j==2 */ #if 0 /* this is from the Databook sample code and apparently is wrong */ #define INVALID_AR_SYSCFG(x) ((((x)&0x1000) && (((x)&0x0c00) != 0x0200)) \ || (((((x)&0x08) == 0) || (((x)&0x03) == 2)) \ && ((x) != 0x02))) #else #define INVALID_AR_SYSCFG(x) ((((x)&0x0800) && (((x)&0x0600) != 0x0100)) \ || ((((((x)&0x08) == 0) && (((x)&0x03) == 2)) \ || (((x)&0x03) == 2)) \ && ((x) != 0x02))) #endif /* AR_ILOCK must have bits 6 and 7 the same: */ #define INVALID_AR_ILOCK(x) (((x)&0xc0)==0 || (((x)&0xc0)==0xc0)) /* AR_TEST has some reserved bits: */ #define INVALID_AR_TEST(x) (((x)&0154) != 0) #define TCIC_IO_WINS 2 #define TCIC_MAX_MEM_WINS 5 /* * Memory window addresses refer to bits A23-A12 of the ISA system memory * address. This is a shift of 12 bits. The LSB contains A19-A12, and the * MSB contains A23-A20, plus some other bits. */ #define TCIC_MEM_SHIFT 12 #define TCIC_MEM_PAGESIZE (1<