Home | History | Annotate | Line # | Download | only in dev
ts102reg.h revision 1.4
      1 /*	$NetBSD: ts102reg.h,v 1.4 1999/12/15 08:12:31 garbled Exp $ */
      2 
      3 /*-
      4  * Copyright (c) 1998 The NetBSD Foundation, Inc.
      5  * All rights reserved.
      6  *
      7  * This code is derived from software contributed to The NetBSD Foundation
      8  * by Matt Thomas.
      9  *
     10  * Redistribution and use in source and binary forms, with or without
     11  * modification, are permitted provided that the following conditions
     12  * are met:
     13  * 1. Redistributions of source code must retain the above copyright
     14  *    notice, this list of conditions and the following disclaimer.
     15  * 2. Redistributions in binary form must reproduce the above copyright
     16  *    notice, this list of conditions and the following disclaimer in the
     17  *    documentation and/or other materials provided with the distribution.
     18  * 3. All advertising materials mentioning features or use of this software
     19  *    must display the following acknowledgement:
     20  *        This product includes software developed by the NetBSD
     21  *        Foundation, Inc. and its contributors.
     22  * 4. Neither the name of The NetBSD Foundation nor the names of its
     23  *    contributors may be used to endorse or promote products derived
     24  *    from this software without specific prior written permission.
     25  *
     26  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     27  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     28  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     29  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     30  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     31  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     32  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     33  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     34  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     35  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     36  * POSSIBILITY OF SUCH DAMAGE.
     37  */
     38 #ifndef _SPARC_DEV_TS102REG_H
     39 #define	_SPARC_DEV_TS102REG_H
     40 
     41 /* The TS102 consumes a 256MB region of the SPARCbook 3's address space.
     42  */
     43 #define TS102_OFFSET_REGISTERS		0x02000000
     44 #define TS102_OFFSET_CARD_A_ATTR_SPACE	0x04000000
     45 #define TS102_OFFSET_CARD_B_ATTR_SPACE	0x05000000
     46 #define TS102_SIZE_ATTR_SPACE		0x01000000
     47 #define TS102_OFFSET_CARD_A_IO_SPACE	0x06000000
     48 #define TS102_OFFSET_CARD_B_IO_SPACE	0x07000000
     49 #define TS102_SIZE_IO_SPACE		0x01000000
     50 #define TS102_OFFSET_CARD_A_MEM_SPACE	0x08000000
     51 #define TS102_OFFSET_CARD_B_MEM_SPACE	0x0c000000
     52 #define TS102_SIZE_MEM_SPACE		0x04000000
     53 
     54 /* There are two separate register blocks within the TS102.  The first
     55  * gives access to PCMCIA card specific resources, and the second gives
     56  * access to the microcontroller interface
     57  */
     58 #define	TS102_REG_CARD_A_INT	0x0000	/* Card A Interrupt Register */
     59 #define	TS102_REG_CARD_A_STS	0x0004	/* Card A Status Register */
     60 #define	TS102_REG_CARD_A_CTL	0x0008	/* Card A Control Register */
     61 #define	TS102_REG_CARD_B_INT	0x0010	/* Card B Interrupt Register */
     62 #define	TS102_REG_CARD_B_STS	0x0014	/* Card B Status Register */
     63 #define	TS102_REG_CARD_B_CTL	0x0018	/* Card B Control Register */
     64 #define	TS102_REG_UCTRL_INT	0x0020	/* Microcontroller Interrupt Register */
     65 #define	TS102_REG_UCTRL_DATA	0x0024	/* Microcontroller Data Register */
     66 #define	TS102_REG_UCTRL_STS	0x0028	/* Microcontroller Status Register */
     67 
     68 /* TS102 Card Interrupt Register defintions.
     69  *
     70  * There is one 16-bit interrupt register for each card.  Each register
     71  * contains interrupt status (read) and clear (write) bits and an
     72  * interrupt mask for each of the four interrupt sources.
     73  *
     74  * The request bit is the logical AND of the status and the mask bit,
     75  * and indicated and an interrupt is being requested.  The mask bits
     76  * allow masking of individual interrupts.  An interrupt is enabled when
     77  * the mask is set to 1 and is clear by write a 1 to the associated
     78  * request bit.
     79  *
     80  * The card interrupt register also contain the soft reset flag.
     81  * Setting this bit to 1 will the SPARCbook 3 to be reset.
     82  */
     83 #define	TS102_CARD_INT_RQST_IRQ				0x0001
     84 #define	TS102_CARD_INT_RQST_WP_STATUS_CHANGED		0x0002
     85 #define	TS102_CARD_INT_RQST_BATTERY_STATUS_CHANGED	0x0004
     86 #define	TS102_CARD_INT_RQST_CARDDETECT_STATUS_CHANGED	0x0008
     87 #define	TS102_CARD_INT_STATUS_IRQ			0x0010
     88 #define	TS102_CARD_INT_STATUS_WP_STATUS_CHANGED		0x0020
     89 #define	TS102_CARD_INT_STATUS_BATTERY_STATUS_CHANGED	0x0040
     90 #define	TS102_CARD_INT_STATUS_CARDDETECT_STATUS_CHANGED	0x0080
     91 #define	TS102_CARD_INT_MASK_IRQ				0x0100
     92 #define	TS102_CARD_INT_MASK_WP_STATUS			0x0200
     93 #define	TS102_CARD_INT_MASK_BATTERY_STATUS		0x0400
     94 #define	TS102_CARD_INT_MASK_CARDDETECT_STATUS		0x0800
     95 #define	TS102_CARD_INT_SOFT_RESET			0x1000
     96 
     97 /* TS102 Card Status Register definitions.  The Card Status Register
     98  * contains card status and control bit.
     99  */
    100 #define	TS102_CARD_STS_PRES		0x0001	/* Card Present (1) */
    101 #define	TS102_CARD_STS_IO		0x0002	/* (1) I/O Card, (0) = Mem Card */
    102 #define	TS102_CARD_STS_TYPE3		0x0004	/* Type-3 PCMCIA card (disk) */
    103 #define	TS102_CARD_STS_VCC		0x0008	/* Vcc (0=5V, 1=3.3V) */
    104 #define	TS102_CARD_STS_VPP1_MASK	0x0030	/* Programming Voltage Control2 */
    105 #define	TS102_CARD_STS_VPP1_NC		0x0030	/*    NC */
    106 #define	TS102_CARD_STS_VPP1_VCC		0x0020	/*    Vcc (3.3V or 5V) */
    107 #define	TS102_CARD_STS_VPP1_VPP		0x0010	/*    Vpp (12V) */
    108 #define	TS102_CARD_STS_VPP1_0V		0x0000	/*    0V */
    109 #define	TS102_CARD_STS_VPP2_MASK	0x00c0	/* Programming Voltage Control1 */
    110 #define	TS102_CARD_STS_VPP2_NC		0x00c0	/*    NC */
    111 #define	TS102_CARD_STS_VPP2_VCC		0x0080	/*    Vcc (3.3V or 5V) */
    112 #define	TS102_CARD_STS_VPP2_VPP		0x0040	/*    Vpp (12V) */
    113 #define	TS102_CARD_STS_VPP2_0V		0x0000	/*    0V */
    114 #define	TS102_CARD_STS_WP		0x0100	/* Write Protect (1) */
    115 #define	TS102_CARD_STS_BVD_MASK		0x0600	/* Battery Voltage Detect */
    116 #define	TS102_CARD_STS_BVD_GOOD		0x0600	/*    Battery good */
    117 #define	TS102_CARD_STS_BVD_LOW_OK	0x0400	/*    Battery low, data OK */
    118 #define	TS102_CARD_STS_BVD_LOW_SUSPECT1	0x0200	/*    Battery low, data suspect */
    119 #define	TS102_CARD_STS_BVD_LOW_SUSPECT0	0x0000	/*    Battery low, data suspect */
    120 #define	TS102_CARD_STS_LVL		0x0800	/* Level (1) / Edge */
    121 #define	TS102_CARD_STS_RDY		0x1000	/* Ready (1) / Not Busy */
    122 #define	TS102_CARD_STS_VCCEN		0x2000	/* Powered Up (0) */
    123 #define	TS102_CARD_STS_RIEN		0x4000	/* Not Supported */
    124 #define	TS102_CARD_STS_ACEN		0x8000	/* Access Enabled (1) */
    125 
    126 /* TS102 Card Control Register definitions
    127  */
    128 #define	TS102_CARD_CTL_AA_MASK		0x0003	/* Attribute Address A[25:24] */
    129 #define	TS102_CARD_CTL_IA_MASK		0x000c	/* I/O Address A[25:24] */
    130 #define	TS102_CARD_CTL_IA_BITPOS	2	/* */
    131 #define	TS102_CARD_CTL_CES_MASK		0x0070	/* CE/address setup time */
    132 #define	TS102_CARD_CTL_CES_BITPOS	4	/* n+1 clocks */
    133 #define	TS102_CARD_CTL_OWE_MASK		0x0380	/* OE/WE width */
    134 #define	TS102_CARD_CTL_OWE_BITPOS	7	/* n+2 clocks */
    135 #define	TS102_CARD_CTL_CEH		0x0400	/* Chip enable hold time */
    136 						/* (0) - 1 clock */
    137 						/* (1) - 2 clocks */
    138 #define	TS102_CARD_CTL_SBLE		0x0800	/* SBus little endian */
    139 #define	TS102_CARD_CTL_PCMBE		0x1000	/* PCMCIA big endian */
    140 #define	TS102_CARD_CTL_RAHD		0x2000	/* Read ahead enable */
    141 #define	TS102_CARD_CTL_INCDIS		0x4000	/* Address increment disable */
    142 #define	TS102_CARD_CTL_PWRD		0x8000	/* Power down */
    143 
    144 /* Microcontroller Interrupt Register
    145  */
    146 #define	TS102_UCTRL_INT_TXE_REQ		0x01	/* transmit FIFO empty */
    147 #define	TS102_UCTRL_INT_TXNF_REQ	0x02	/* transmit FIFO not full */
    148 #define	TS102_UCTRL_INT_RXNE_REQ	0x04	/* receive FIFO not empty */
    149 #define	TS102_UCTRL_INT_RXO_REQ		0x08	/* receive FIFO overflow */
    150 #define	TS102_UCTRL_INT_TXE_MSK		0x10	/* transmit FIFO empty */
    151 #define	TS102_UCTRL_INT_TXNF_MSK	0x20	/* transmit FIFO not full */
    152 #define	TS102_UCTRL_INT_RXNE_MSK	0x40	/* receive FIFO not empty */
    153 #define	TS102_UCTRL_INT_RXO_MSK		0x80	/* receive FIFO overflow */
    154 
    155 /* TS102 Microcontroller Data Register (only 8 bits are significant).
    156  */
    157 #define	TS102_UCTRL_DATA_MASK		0xff
    158 
    159 /* TS102 Microcontroller Status Register.
    160  *	read 1 if asserted
    161  *	write 1 to clear
    162  */
    163 #define	TS102_UCTRL_STS_TXE_STA		0x01	/* transmit FIFO empty */
    164 #define	TS102_UCTRL_STS_TXNF_STA	0x02	/* transmit FIFO not full */
    165 #define	TS102_UCTRL_STS_RXNE_STA	0x04	/* receive FIFO not empty */
    166 #define	TS102_UCTRL_STS_RXO_STA		0x08	/* receive FIFO overflow */
    167 
    168 enum ts102_opcode {			/* Argument	Returned */
    169     TS102_OP_RD_SERIAL_NUM=0x01,	/* none		ack + 4 bytes */
    170     TS102_OP_RD_ETHER_ADDR=0x02,	/* none		ack + 6 bytes */
    171     TS102_OP_RD_HW_VERSION=0x03,	/* none		ack + 2 bytes */
    172     TS102_OP_RD_UCTLR_VERSION=0x04,	/* none		ack + 2 bytes */
    173     TS102_OP_RD_MAX_TEMP=0x05,		/* none		ack + 1 bytes */
    174     TS102_OP_RD_MIN_TEMP=0x06,		/* none		ack + 1 bytes */
    175     TS102_OP_RD_CURRENT_TEMP=0x07,	/* none		ack + 1 bytes */
    176     TS102_OP_RD_SYSTEM_VARIANT=0x08,	/* none		ack + 4 bytes */
    177     TS102_OP_RD_POWERON_CYCLES=0x09,	/* none		ack + 4 bytes */
    178     TS102_OP_RD_POWERON_SECONDS=0x0a,	/* none		ack + 4 bytes */
    179     TS102_OP_RD_RESET_STATUS=0x0b,	/* none		ack + 1 bytes */
    180 #define	TS102_RESET_STATUS_RESERVED0	0x00
    181 #define	TS102_RESET_STATUS_POWERON	0x01
    182 #define	TS102_RESET_STATUS_KEYBOARD	0x02
    183 #define	TS102_RESET_STATUS_WATCHDOG	0x03
    184 #define	TS102_RESET_STATUS_TIMEOUT	0x04
    185 #define	TS102_RESET_STATUS_SOFTWARE	0x05
    186 #define	TS102_RESET_STATUS_BROWNOUT	0x06
    187 #define	TS102_RESET_STATUS_RESERVED1	0x07
    188     TS102_OP_RD_EVENT_STATUS=0x0c,	/* none		ack + 2 bytes */
    189 #define	TS102_EVENT_STATUS_SHUTDOWN_REQUEST			0x0001
    190 #define	TS102_EVENT_STATUS_LOW_POWER_WARNING			0x0002
    191 #define	TS102_EVENT_STATUS_VERY_LOW_POWER_WARNING		0x0004
    192 #define	TS102_EVENT_STATUS_BATT_CHANGED				0x0008
    193 #define	TS102_EVENT_STATUS_EXT_KEYBOARD_STATUS_CHANGE		0x0010
    194 #define	TS102_EVENT_STATUS_EXT_MOUSE_STATUS_CHANGE		0x0020
    195 #define	TS102_EVENT_STATUS_EXTERNAL_VGA_STATUS_CHANGE		0x0040
    196 #define	TS102_EVENT_STATUS_LID_STATUS_CHANGE			0x0080
    197 #define	TS102_EVENT_STATUS_MICROCONTROLLER_ERROR		0x0100
    198 #define	TS102_EVENT_STATUS_RESERVED				0x0200
    199 #define	TS102_EVENT_STATUS_EXT_BATT_STATUS_CHANGE		0x0400
    200 #define	TS102_EVENT_STATUS_EXT_BATT_CHARGING_STATUS_CHANGE	0x0800
    201 #define	TS102_EVENT_STATUS_EXT_BATT_LOW_POWER			0x1000
    202 #define	TS102_EVENT_STATUS_DC_STATUS_CHANGE			0x2000
    203 #define	TS102_EVENT_STATUS_CHARGING_STATUS_CHANGE		0x4000
    204 #define	TS102_EVENT_STATUS_POWERON_BTN_PRESSED			0x8000
    205     TS102_OP_RD_REAL_TIME_CLK=0x0d,	/* none		ack + 7 bytes */
    206     TS102_OP_RD_EXT_VGA_PORT=0x0e,	/* none		ack + 1 bytes */
    207     TS102_OP_RD_UCTRL_ROM_CKSUM=0x0f,	/* none		ack + 2 bytes */
    208     TS102_OP_RD_ERROR_STATUS=0x10,	/* none		ack + 2 bytes */
    209 #define	TS102_ERROR_STATUS_NO_ERROR				0x00
    210 #define	TS102_ERROR_STATUS_COMMAND_ERROR			0x01
    211 #define	TS102_ERROR_STATUS_EXECUTION_ERROR			0x02
    212 #define	TS102_ERROR_STATUS_PHYSICAL_ERROR			0x04
    213     TS102_OP_RD_EXT_STATUS=0x11,	/* none		ack + 2 bytes */
    214 #define	TS102_EXT_STATUS_MAIN_POWER_AVAILABLE			0x0001
    215 #define	TS102_EXT_STATUS_INTERNAL_BATTERY_ATTACHED		0x0002
    216 #define	TS102_EXT_STATUS_EXTERNAL_BATTERY_ATTACHED		0x0004
    217 #define	TS102_EXT_STATUS_EXTERNAL_VGA_ATTACHED			0x0008
    218 #define	TS102_EXT_STATUS_EXTERNAL_KEYBOARD_ATTACHED		0x0010
    219 #define	TS102_EXT_STATUS_EXTERNAL_MOUSE_ATTACHED		0x0020
    220 #define	TS102_EXT_STATUS_LID_DOWN				0x0040
    221 #define	TS102_EXT_STATUS_INTERNAL_BATTERY_CHARGING		0x0080
    222 #define	TS102_EXT_STATUS_EXTERNAL_BATTERY_CHARGING		0x0100
    223 #define	TS102_EXT_STATUS_INTERNAL_BATTERY_DISCHARGING		0x0200
    224 #define	TS102_EXT_STATUS_EXTERNAL_BATTERY_DISCHARGING		0x0400
    225     TS102_OP_RD_USER_CONFIG=0x12,	/* none		ack + 2 bytes */
    226     TS102_OP_RD_UCTRL_VLT=0x13,		/* none		ack + 1 bytes */
    227     TS102_OP_RD_INT_BATT_VLT=0x14,	/* none		ack + 1 bytes */
    228     TS102_OP_RD_DC_IN_VLT=0x15,		/* none		ack + 1 bytes */
    229     TS102_OP_RD_HORZ_PRT_VLT=0x16,	/* none		ack + 1 bytes */
    230     TS102_OP_RD_VERT_PTR_VLT=0x17,	/* none		ack + 1 bytes */
    231     TS102_OP_RD_INT_CHARGE_RATE=0x18,	/* none		ack + 1 bytes */
    232     TS102_OP_RD_EXT_CHARGE_RATE=0x19,	/* none		ack + 1 bytes */
    233     TS102_OP_RD_RTC_ALARM=0x1a,		/* none		ack + 7 bytes */
    234     TS102_OP_RD_EVENT_STATUS_NO_RESET=0x1b,	/* none		ack + 2 bytes */
    235     TS102_OP_RD_INT_KBD_LAYOUT=0x1c,	/* none		ack + 2 bytes */
    236     TS102_OP_RD_EXT_KBD_LAYOUT=0x1d,	/* none		ack + 2 bytes */
    237     TS102_OP_RD_EEPROM_STATUS=0x1e,	/* none		ack + 2 bytes */
    238 #define	TS102_EEPROM_STATUS_FACTORY_AREA_CHECKSUM_FAIL		0x01
    239 #define	TS102_EEPROM_STATUS_CONSUMER_AREA_CHECKSUM_FAIL		0x02
    240 #define	TS102_EEPROM_STATUS_USER_AREA_CHECKSUM_FAIL		0x04
    241 #define	TS102_EEPROM_STATUS_VPD_AREA_CHECKSUM_FAIL		0x08
    242 
    243     /* Read/Write/Modify Commands
    244      */
    245     TS102_OP_CTL_LCD=0x20,		/* mask		ack + 2 bytes */
    246 #define	TS102_LCD_CAPS_LOCK		0x0001
    247 #define	TS102_LCD_SCROLL_LOCK		0x0002
    248 #define	TS102_LCD_NUMLOCK		0x0004
    249 #define	TS102_LCD_DISK_ACTIVE		0x0008
    250 #define	TS102_LCD_LAN_ACTIVE		0x0010
    251 #define	TS102_LCD_WAN_ACTIVE		0x0020
    252 #define	TS102_LCD_PCMCIA_ACTIVE		0x0040
    253 #define	TS102_LCD_DC_OK			0x0080
    254 #define	TS102_LCD_COMPOSE		0x0100
    255     TS102_OP_CTL_BITPORT=0x21,		/* mask		ack + 1 byte */
    256 #define	TS102_BITPORT_TFTPWR		0x01	/* TFT power (low) */
    257 #define	TS102_BITPORT_SYNCINVA		0x04	/* ext. monitor sync (low) */
    258 #define	TS102_BITPORT_SYNCINVB		0x08	/* ext. monitor sync (low) */
    259 #define	TS102_BITPORT_BP_DIS		0x10	/* no bootprom from pcmcia (high) */
    260 						/* boot from pcmcia (low */
    261 #define	TS102_BITPORT_ENCSYNC		0x20	/* enab composite sync (low) */
    262     TS102_OP_CTL_DEV=0x22,	/* undocumented mask 	ack + 1 byte */
    263 #define TS102_DEVCTL_CHARGE_DISABLE	0x01	/* dis/en charging */
    264 #define TS102_DEVCTL_POINTER_DISABLE	0x04	/* dis/en pointer */
    265 #define TS102_DEVCTL_KEYCLICK		0x08	/* keyclick? */
    266 #define TS102_DEVCTL_INT_BTNCLICK	0x10	/* internal button click? */
    267 #define TS102_DEVCTL_EXT_BTNCLICK	0x20	/* ext. button click?? */
    268     TS102_OP_CTL_SPEAKER_VOLUME=0x23,	/* mask		ack + 1 byte */
    269     TS102_OP_CTL_TFT_BIRGHNESS=0x24,	/* mask		ack + 1 byte */
    270     TS102_OP_CTL_WATCHDOG=0x25,		/* mask		ack + 1 byte */
    271     TS102_OP_CTL_FCTRY_EEPROM=0x26,	/* mask		ack + 1 byte */
    272     TS102_OP_CTL_SECURITY_KEY=0x27,	/* no idea */
    273     TS102_OP_CTL_KDB_TIME_UNTL_RTP=0x28, /* mask 	ack + 1 byte */
    274     TS102_OP_CTL_KBD_TIME_BTWN_RPTS=0x29, /* mask	ack + 1 byte */
    275     TS102_OP_CTL_TIMEZONE=0x2a,		/* mask		ack + 1 byte */
    276     TS102_OP_CTL_MARK_SPACE_RATIO=0x2b,	/* mask		ack + 1 byte */
    277     TS102_OP_CTL_MOUSE_SENS=0x2c, 	/* no idea */
    278     TS102_OP_CTL_MOUSE_SCAN=0x2d,	/* no idea */
    279     TS102_OP_CTL_DIAGNOSTIC_MODE=0x2e,	/* mask		ack + 1 byte */
    280 #define	TS102_DIAGNOSTIC_MODE_CMD_DIAG_ON_LCD	0x01
    281 #define	TS102_DIAGNOSTIC_MODE_KDB_MS_9600	0x02
    282     TS102_OP_CTL_SCREEN_CONTRAST=0x2f,	/* mask		ack + 1 byte */
    283 
    284     /* Commands returning no status
    285      */
    286     TS102_OP_CMD_RING_BELL=0x30,	/* msb,lsb	ack */
    287     TS102_OP_RD_INPUT_SOURCE=0x31,	/* no idea */
    288     TS102_OP_CMD_DIAGNOSTIC_STATUS=0x32, /* msb,lsb	ack */
    289     TS102_OP_CMD_CLR_KEY_COMBO_TBL=0x33, /* none	ack */
    290     TS102_OP_CMD_SOFTWARE_RESET=0x34,	/* none		ack */
    291     TS102_OP_CMD_SET_RTC=0x35,		/* smhddmy	ack */
    292     TS102_OP_CMD_RECAL_PTR=0x36,	/* none		ack */
    293     TS102_OP_CMD_SET_BELL_FREQ=0x37,	/* msb,lsb	ack */
    294     TS102_OP_CMD_SET_INT_BATT_RATE=0x39, /* charge-lvl	ack */
    295     TS102_OP_CMD_SET_EXT_BATT_RATE=0x3a, /* charge-lvl	ack */
    296     TS102_OP_CMD_SET_RTC_ALARM=0x3b,	/* smhddmy	ack */
    297 
    298     /* Block transfer commands
    299      */
    300     TS102_OP_BLK_RD_EEPROM=0x40,	/* len off		ack <data> */
    301     TS102_OP_BLK_WR_EEPROM=0x41,	/* len off <data>	ack */
    302     TS102_OP_BLK_WR_STATUS=0x42,	/* len off <data>	ack */
    303     TS102_OP_BLK_DEF_SPCL_CHAR=0x43,	/* len off <data>	ack */
    304 #define	TS102_BLK_OFF_DEF_WAN1			0
    305 #define	TS102_BLK_OFF_DEF_WAN2			1
    306 #define	TS102_BLK_OFF_DEF_LAN1			2
    307 #define	TS102_BLK_OFF_DEF_LAN2			3
    308 #define	TS102_BLK_OFF_DEF_PCMCIA		4
    309 #define	TS102_BLK_OFF_DEF_DC_GOOD		5
    310 #define	TS102_BLK_OFF_DEF_BACKSLASH		6
    311 
    312     /* Generic commands
    313      */
    314     TS102_OP_GEN_DEF_KEY_COMBO_ENT=0x50, /* seq com-length	ack */
    315     TS102_OP_GEN_DEF_STRING_TBL_ENT=0x51, /* str-code len <str>	ack */
    316     TS102_OP_GEN_DEF_STS_CTRN_DISP=0x52, /* len <msg>		ack */
    317 
    318     /* Generic commands with optional status
    319      */
    320     TS102_OP_GEN_STS_EMU_COMMAND=0x64,	/* <command>	ack */
    321     TS102_OP_GEN_STS_RD_EMU_REGISTER=0x65, /* reg	ack + 1 byte */
    322     TS102_OP_GEN_STS_WR_EMU_REGISTER=0x66, /* reg,val	ack */
    323     TS102_OP_GEN_STS_RD_EMU_RAM=0x67,	/* addr		ack + 1 byte */
    324     TS102_OP_GEN_STS_WR_EMU_RAM=0x68,	/* addr,val	ack */
    325     TS102_OP_GEN_STS_RD_BQ_REGISTER=0x69, /* reg	ack + 1 byte */
    326     TS102_OP_GEN_STS_WR_BQ_REGISTER=0x6a, /* reg,val	ack */
    327 
    328     /* Administration commands
    329      */
    330     TS102_OP_ADMIN_SET_USER_PASS=0x70,	/* len <pass>   ack */
    331     TS102_OP_ADMIN_VRFY_USER_PASS=0x71,	/* len <pass>   ack + status */
    332     TS102_OP_ADMIN_GET_SYSTEM_PASS=0x72, /* none	ack + <7bytekey> */
    333     TS102_OP_ADMIN_VRFY_SYSTEM_PASS=0x73, /* len <pass>   ack + status */
    334     TS102_OP_RD_INT_CHARGE_LEVEL=0x7a, /* ack + 2 byte */
    335     TS102_OP_RD_EXT_CHARGE_LEVEL=0x7b, /* ack + 2 byte */
    336     TS102_OP_SLEEP=0x80, /* supposedly sleeps, not sure */
    337     TS102_OP_ADMIN_POWER_OFF=0x82,	 /* len <pass>	none */
    338     TS102_OP_ADMIN_POWER_RESTART=0x83,	 /* msb,xx,lsb	none */
    339 };
    340 
    341 #endif /* _SPARC_DEV_TS102REG_H */
    342