From 769a448373d1bd675ea79c2551a41132ba2d74c2 Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Wed, 18 Aug 2004 22:21:42 +0000 Subject: [PATCH] New constants for the new firmware. Access to revision control of the FX2. --- etc/hotplug/usb/usbdux/fx2-include.asm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/etc/hotplug/usb/usbdux/fx2-include.asm b/etc/hotplug/usb/usbdux/fx2-include.asm index 8d79025..a39a887 100644 --- a/etc/hotplug/usb/usbdux/fx2-include.asm +++ b/etc/hotplug/usb/usbdux/fx2-include.asm @@ -24,6 +24,7 @@ ; ;; CPU control .equ CPUCS,0E600H + .equ REVCTL,0E60BH ;; interface config .equ IFCONFIG,0E601H .equ FIFORESET,0E604H @@ -52,12 +53,23 @@ ;; .equ EP4AUTOINLENH,0E622H .equ EP4AUTOINLENL,0E623H + .equ EP6AUTOINLENH,0E624H + .equ EP6AUTOINLENL,0E625H .equ EP2FIFOCFG,0E618H .equ EP4FIFOCFG,0E619H .equ EP6FIFOCFG,0E61AH .equ EP8FIFOCFG,0E61BH ;; .equ INPKTEND,0E648H + .equ GPIFCTLCFG,0E6C3H + .equ GPIFABORT,0E6F5H + .equ GPIFIDLECTL,0E6C2H + .equ GPIFWFSELECT,0E6C0H + .equ GPIFREADYCFG,0E6F3H + .equ GPIFIDLECS,0E6C1H + .equ EP6GPIFFLGSEL,0E6E2H + .equ EP6GPIFPDFSTOP,0E6E3H + .equ EP6GPIFTRIG,0E6E4H ;; ;; endpoint control .equ EP2CS,0E6A3H @@ -129,8 +141,11 @@ .equ OEC,0B4H .equ OED,0B5H .equ OEE,0B6H + .equ GPIFTRIG,0BBH .equ EIE,0E8h + .equ EIP,0F8h ;;; end of file +