OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dma_controllers
(Results
1 - 1
of
1
) sorted by null
/external/qemu/hw/
dma.c
60
}
dma_controllers
[2];
variable in typeref:struct:dma_cont
304
return
dma_controllers
[nchan > 3].regs[nchan & 3].mode;
314
dma_controllers
[ncont].status |= 1 << (ichan + 4);
325
dma_controllers
[ncont].status &= ~(1 << (ichan + 4));
332
struct dma_regs *r = &
dma_controllers
[ncont].regs[ichan];
347
r =
dma_controllers
[ncont].regs + ichan;
364
d =
dma_controllers
;
398
r =
dma_controllers
[ncont].regs + ichan;
405
struct dma_regs *r = &
dma_controllers
[nchan > 3].regs[nchan & 3];
427
struct dma_regs *r = &
dma_controllers
[nchan > 3].regs[nchan & 3]
[
all
...]
Completed in 430 milliseconds