#include "hpi_internal.h"
#include "hpimsginit.h"
#include "hpidebug.h"
#include "hpi6000.h"
#include "hpidspcd.h"
#include "hpicmn.h"
Go to the source code of this file.
| #define DATA_AUTOINC 0x0400 |
| #define DRAM_SIZE_WORDS 0x200000 /*2_mx32 */ |
| #define DSP_SPACING 0x800 |
| #define HPI6000_ERROR_BASE 900 /* not actually used anywhere */ |
| #define HPI6000_ERROR_CONTROL_CACHE_ADDRLEN 951 |
| #define HPI6000_ERROR_CONTROL_CACHE_FLUSH 953 |
| #define HPI6000_ERROR_CONTROL_CACHE_PARAMS 909 |
| #define HPI6000_ERROR_CONTROL_CACHE_READ 952 |
| #define HPI6000_ERROR_GET_DATA_ACK 922 |
| #define HPI6000_ERROR_GET_DATA_CMD 923 |
| #define HPI6000_ERROR_GET_DATA_IDLE_TIMEOUT 921 |
| #define HPI6000_ERROR_GET_DATA_IDLECMD 925 |
| #define HPI6000_ERROR_GET_DATA_READ 924 |
| #define HPI6000_ERROR_INIT_DSPHPI 932 |
| #define HPI6000_ERROR_INIT_DSPINTMEM 933 |
| #define HPI6000_ERROR_INIT_NOACK 939 |
| #define HPI6000_ERROR_INIT_PCI2040 931 |
| #define HPI6000_ERROR_INIT_PLDTEST1 941 |
| #define HPI6000_ERROR_INIT_PLDTEST2 942 |
| #define HPI6000_ERROR_INIT_SDRAM1 934 |
| #define HPI6000_ERROR_INIT_SDRAM2 935 |
| #define HPI6000_ERROR_INIT_VERIFY 938 |
| #define HPI6000_ERROR_MSG_GET_ADR 904 |
| #define HPI6000_ERROR_MSG_RESP_BLOCKREAD32 907 |
| #define HPI6000_ERROR_MSG_RESP_BLOCKWRITE32 906 |
| #define HPI6000_ERROR_MSG_RESP_GET_RESP_ACK 903 |
| #define HPI6000_ERROR_MSG_RESP_GETRESPCMD 961 |
| #define HPI6000_ERROR_MSG_RESP_IDLE_TIMEOUT 901 |
| #define HPI6000_ERROR_MSG_RESP_IDLECMD 962 |
| #define HPI6000_ERROR_RESP_GET_ADR 905 |
| #define HPI6000_ERROR_SEND_DATA_ACK 912 |
| #define HPI6000_ERROR_SEND_DATA_ADR 913 |
| #define HPI6000_ERROR_SEND_DATA_CMD 915 |
| #define HPI6000_ERROR_SEND_DATA_IDLE_TIMEOUT 911 |
| #define HPI6000_ERROR_SEND_DATA_IDLECMD 917 |
| #define HPI6000_ERROR_SEND_DATA_TIMEOUT 914 |
| #define HPI6000_ERROR_SEND_DATA_WRITE 916 |
| #define HPI6000_ERROR_UNHANDLED_SUBSYS_ID 930 |
| #define HPI_ERROR_REPORT 4 |
| #define HPI_HIF_BASE (0x00000200) /* start of C67xx internal RAM */ |
| #define HPI_HIF_ERROR_MASK 0x4000 |
| #define INTERRUPT_EVENT_CLEAR 1 |
| #define INTERRUPT_EVENT_SET 0 |
| #define INTERRUPT_MASK_CLEAR 3 |
| #define INTERRUPT_MASK_SET 2 |
| #define PLD_BASE_ADDRESS 0x90000000L /*for ASI6100/6200/8800 */ |
| #define QUEUE_SIZE 0x8000 |
| #define SOURCEFILE_NAME "hpi6000.c" |