|
|
#define | AHBM_CH_CFG2_READ (0 << 8) |
| | Read external memory.
|
| |
|
#define | AHBM_CH_CFG2_WRITE (1 << 8) |
| | HWRITE. Write external memory.
|
| |
|
#define | REG_AHBM_CH_CFG1(n) (*(vu16 *)(0x80E2 + 6 * (n))) |
| | AHBM Channel 0..2 Configure Burst/Data (R/W)
|
| |
|
#define | REG_AHBM_CH_CFG2(n) (*(vu16 *)(0x80E4 + 6 * (n))) |
| | AHBM Channel 0..2 Configure Whatever (R/W)
|
| |
|
#define | REG_AHBM_CH_CFG_DMA(n) (*(vu16 *)(0x80E6 + 6 * (n))) |
| | AHBM Channel 0..2 Configure DMA (R/W)
|
| |
|
#define | REG_AHBM_STATUS (*(vu16 *)0x80E0) |
| | AHBM Status (R)
|
| |
AHBM (ARM AMBA AHB bus) utilities.
For more information about the meaning of all of the concepts in this file, check the document "AMBA AHB Protocol Specification" from ARM: "ARM IHI
0033C (ID090921)".