OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndsize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_dma.c
105
bu8
ndsize
= (dma->config &
NDSIZE
) >> NDSIZE_SHIFT;
local
135
if (
ndsize
)
139
if (
ndsize
== 0 ||
ndsize
> 7)
140
hw_abort (me, "DMA config error: DMAFLOW_ARRAY requires
NDSIZE
1...7");
141
sim_read (hw_system (me), dma->curr_desc_ptr, flows,
ndsize
* 2);
144
if (
ndsize
== 0 ||
ndsize
> 8)
145
hw_abort (me, "DMA config error: DMAFLOW_SMALL requires
NDSIZE
1...8")
[
all
...]
/src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_dma.c
105
bu8
ndsize
= (dma->config &
NDSIZE
) >> NDSIZE_SHIFT;
local
135
if (
ndsize
)
139
if (
ndsize
== 0 ||
ndsize
> 7)
140
hw_abort (me, "DMA config error: DMAFLOW_ARRAY requires
NDSIZE
1...7");
141
sim_read (hw_system (me), dma->curr_desc_ptr, flows,
ndsize
* 2);
144
if (
ndsize
== 0 ||
ndsize
> 8)
145
hw_abort (me, "DMA config error: DMAFLOW_SMALL requires
NDSIZE
1...8")
[
all
...]
Completed in 16 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026