dmareq_mapping.h
来自「OMAP1030 处理器的ARM 侧硬件测试代码 OMAP1030 是TI」· C头文件 代码 · 共 108 行
H
108 行
//===============================================================================
// TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION
//
// Property of Texas Instruments
// For Unrestricted Internal Use Only
// Unauthorized reproduction and/or distribution is strictly prohibited.
// This product is protected under copyright law and trade secret law
// as an unpublished work.
// Created 2000, (C) Copyright 1999 Texas Instruments. All rights reserved.
//
//===============================================================================
#ifndef _DMA_MAPPING__HH
#define _DMA_MAPPING__HH
#endif
/* --------------------*/
/* DMA request mapping */
/* --------------------*/
#define MCSI1_TX_DMAREQ 1
#define MCSI1_RX_DMAREQ 2
#define I2C_1_RX_DMAREQ 3
#define I2C_1_TX_DMAREQ 4
#define EXT_DMA_GPIO12_DMAREQ 5
#define EXT_DMA_GPIO23_DMAREQ 6
#define UWIRE_TX_DMAREQ 7
#define MCBSP1_DMA_TX_DMAREQ 8
#define MCBSP1_DMA_RX_DMAREQ 9
#define MCBSP_RF_DMA_TX_DMAREQ 10
#define MCBSP_RF_DMA_RX_DMAREQ 11
#define UART1_TX_DMAREQ 12
#define UART1_RX_DMAREQ 13
#define UART2_TX_DMAREQ 14
#define UART2_RX_DMAREQ 15
#define I2C_2_RX_DMAREQ 16
#define I2C_2_TX_DMAREQ 17
#define UART3_TX_DMAREQ 18
#define UART3_RX_DMAREQ 19
#define CAMERA_CORE_DMAREQ 20
#define MMC_SDIO1_TX_DMAREQ 21
#define MMC_SDIO1_RX_DMAREQ 22
#define NAND_FLASH_END_BURST_DMAREQ 23
#define IRQ_LCD_LINE_DMAREQ 24
#define MEMORY_STICK_DMAREQ 25
#define USB_W2FC_RX0_DMAREQ 26
#define USB_W2FC_RX1_DMAREQ 27
#define USB_W2FC_RX2_DMAREQ 28
#define USB_W2FC_TX0_DMAREQ 29
#define USB_W2FC_TX1_DMAREQ 30
#define USB_W2FC_TX2_DMAREQ 31
#define DES_3DES_IN_DMAREQ 32
#define SPI_TX_DMAREQ 33
#define SPI_RX_DMAREQ 34
#define SHA_1_MD5_DMAREQ 35
#define ELCD_TX_DMAREQ 36
#define ELCD_RX_DMAREQ 37
#define AES_IN_DMAREQ 38
#define AES_OUT_DMAREQ 39
#define USIM_TX_DMAREQ 40
#define USIM_RX_DMAREQ 41
#define MCSI2_TX_DMAREQ 42
#define MCSI2_RX_DMAREQ 43
#define MMC_SDIO2_TX_DMAREQ 44
#define MMC_SDIO2_RX_DMAREQ 45
#define DES_3DES_OUT_DMAREQ 46
#define DIGITAL_RF_RX_DMAREQ 47
// DMA request 48 unusued since Neptune REL19
#define DIGITAL_RF_TX_DMAREQ 49
#define EXT_DMA_GPIO21_DMAREQ 50
#define EXT_DMA_GPIO22_DMAREQ 51
/* ----------------------------*/
/* DMA request mapping for DSP */
/* ----------------------------*/
#define MCSI1_TX_DMAREQ_DSP 1
#define MCSI1_RX_DMAREQ_DSP 2
#define MCSI2_TX_DMAREQ_DSP 3
#define MCSI2_RX_DMAREQ_DSP 4
#define MMC_SDIO2_TX_DMAREQ_DSP 5
#define MMC_SDIO2_RX_DMAREQ_DSP 6
#define MCBSP1_DMA_TX_DMAREQ_DSP 8
#define MCBSP1_DMA_RX_DMAREQ_DSP 9
#define RF_TX_DMAREQ_DSP 10
#define RF_RX_DMAREQ_DSP 11
#define UART1_TX_DMAREQ_DSP 12
#define UART1_RX_DMAREQ_DSP 13
#define UART2_TX_DMAREQ_DSP 14
#define UART2_RX_DMAREQ_DSP 15
#define I2C_1_RX_DMAREQ_DSP 16
#define I2C_1_TX_DMAREQ_DSP 17
#define UART3_TX_DMAREQ_DSP 18
#define UART3_RX_DMAREQ_DSP 19
#define USIM_TX_DMAREQ_DSP 20
#define USIM_RX_DMAREQ_DSP 21
#define I2C_2_RX_DMAREQ_DSP 22
#define I2C_2_TX_DMAREQ_DSP 23
#define NAND_FLASH_END_BURST_DMAREQ_DSP 24
#define SPI_TX_DMAREQ_DSP 25
#define SPI_RX_DMAREQ_DSP 26
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?