arch/sh/include/cpu-sh4/cpu/dma.h

Source file repositories/reference/linux-study-clean/arch/sh/include/cpu-sh4/cpu/dma.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/cpu-sh4/cpu/dma.h
Extension
.h
Size
355 bytes
Lines
18
Domain
Architecture Layer
Bucket
arch/sh
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __ASM_CPU_SH4_DMA_H
#define __ASM_CPU_SH4_DMA_H

#include <linux/sh_intc.h>

/*
 * SH7750/SH7751/SH7760
 */
#define DMTE0_IRQ	evt2irq(0x640)
#define DMTE4_IRQ	evt2irq(0x780)
#define DMTE6_IRQ	evt2irq(0x7c0)
#define DMAE0_IRQ	evt2irq(0x6c0)

#define SH_DMAC_BASE0	0xffa00000

#endif /* __ASM_CPU_SH4_DMA_H */

Annotation

Implementation Notes