Home
last modified time | relevance | path

Searched defs:dma_ctrl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/arm/iomd/
H A Diomd_dma.h40 struct dma_ctrl { struct
41 int dc_flags;
42 int dc_channel;
43 int dc_dmasize;
44 volatile u_int *dc_cura;
45 volatile u_int *dc_enda;
46 volatile u_int *dc_curb;
47 volatile u_int *dc_endb;
48 volatile u_char *dc_cr;
49 volatile u_char *dc_st;
[all …]