arch/sh/drivers/dma/dma-sh.c

Source file repositories/reference/linux-study-clean/arch/sh/drivers/dma/dma-sh.c

File Facts

System
Linux kernel
Corpus path
arch/sh/drivers/dma/dma-sh.c
Extension
.c
Size
9253 bytes
Lines
426
Domain
Architecture Layer
Bucket
arch/sh
Inferred role
Architecture Layer: exported/initcall integration point
Status
integration 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

subsys_initcall(sh_dmac_init);
module_exit(sh_dmac_exit);

MODULE_AUTHOR("Takashi YOSHII, Paul Mundt, Andriy Skulysh");
MODULE_DESCRIPTION("SuperH On-Chip DMAC Support");
MODULE_LICENSE("GPL v2");

Annotation

Implementation Notes