+2
−1
+14
−6
arch/sh/drivers/dma/dmabrg.c
0 → 100644
+196
−0
include/asm-sh/dmabrg.h
0 → 100644
+23
−0
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
The DMABRG is a special DMA unit within the SH7760 which does data transfers from main memory to Audio units and USB shared memory. It has 3 IRQ lines which generate 10 events, which have to be masked unmasked and acked in a single 32bit register. It works independently from the tradition SH DMAC, but blocks usage of DMAC channel 0. This patch adds 2 functions to associate callbacks with DMABRG events and initialization. Signed-off-by:Manuel Lauss <mano@roarinelk.homelinux.net> Signed-off-by:
Paul Mundt <lethal@linux-sh.org>
CRA Git | Maintained and supported by SUSTech CRA and CCSE