10.07.2015 Views

Intel 80310 I/O Processor Chipset AAU Coding Techniques

Intel 80310 I/O Processor Chipset AAU Coding Techniques

Intel 80310 I/O Processor Chipset AAU Coding Techniques

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Intel</strong> ® <strong>80310</strong> I/O <strong>Processor</strong> <strong>Chipset</strong> <strong>AAU</strong> <strong>Coding</strong> <strong>Techniques</strong><strong>AAU</strong> Source CodeA.2 Private Definitions for <strong>Intel</strong> ® XScale Microarchitecture<strong>AAU</strong>: \src\aau.h105 /*106 * Private Definitions for <strong>Intel</strong> ® XScale microarchitecture <strong>AAU</strong>107 *108 * Author: Dave Jiang (dave.jiang@intel.com)109 * Copyright (C) 2001 <strong>Intel</strong> Corporation110 *111 * This program is free software; you can redistribute it and/or modify112 * it under the terms of the GNU General Public License version 2 as113 * published by the Free Software Foundation.114 *115 */116117 #ifndef _<strong>AAU</strong>_PRIVATE_H_118 #define _<strong>AAU</strong>_PRIVATE_H_119120 #define SLEEP_TIME 50121 #define <strong>AAU</strong>_DESC_SIZE 48122 #define <strong>AAU</strong>_INT_MASK 0x0020123124 #define <strong>AAU</strong>_ACR_CLEAR 0x00000000125 #define <strong>AAU</strong>_ACR_ENABLE 0x00000001126 #define <strong>AAU</strong>_ACR_CHAIN_RESUME 0x00000002127 #define <strong>AAU</strong>_ACR_512_BUFFER 0x00000004128129 #define <strong>AAU</strong>_ASR_CLEAR 0x00000320130 #define <strong>AAU</strong>_ASR_MA_ABORT 0x00000020131 #define <strong>AAU</strong>_ASR_ERROR_MASK <strong>AAU</strong>_ASR_MA_ABORT132 #define <strong>AAU</strong>_ASR_DONE_EOT 0x00000200133 #define <strong>AAU</strong>_ASR_DONE_EOC 0x00000100134 #define <strong>AAU</strong>_ASR_DONE_MASK (<strong>AAU</strong>_ASR_DONE_EOT | <strong>AAU</strong>_ASR_DONE_EOC)135 #define <strong>AAU</strong>_ASR_ACTIVE 0x0000040036 White Paper

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!