/* SPDX-License-Identifier: GPL-2.0+ */ /***************************************************************************** * * Copyright (C) 1997-2002 Inside Out Networks, Inc. * * Feb-16-2001 DMI Added I2C structure definitions * May-29-2002 gkh Ported to Linux * *
******************************************************************************/
#ifndef _IO_TI_H_ #define _IO_TI_H_
/* Address Space */ #define DTK_ADDR_SPACE_XDATA 0x03 /* Addr is placed in XDATA space */ #define DTK_ADDR_SPACE_I2C_TYPE_II 0x82 /* Addr is placed in I2C area */ #define DTK_ADDR_SPACE_I2C_TYPE_III 0x83 /* Addr is placed in I2C area */
/* Force the Firmware to complete the current Read */ #define UMPC_COMPLETE_READ 0x80 /* Force UMP back into BOOT Mode */ #define UMPC_HARDWARE_RESET 0x81 /* * Copy current download image to type 0xf2 record in 16k I2C * firmware will change 0xff record to type 2 record when complete
*/ #define UMPC_COPY_DNLD_TO_I2C 0x82
/* * Special function register commands * wIndex is register address * wValue is MSB/LSB mask/data
*/ #define UMPC_WRITE_SFR 0x83 /* Write SFR Register */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.