Searched refs:NDSIZE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_dma.h45 #define NDSIZE 0x0f00 /* Next Descriptor Size */ macro
H A Ddv-bfin_dma.c102 bu8 ndsize = (dma->config & NDSIZE) >> NDSIZE_SHIFT;
137 hw_abort (me, "DMA config error: DMAFLOW_ARRAY requires NDSIZE 1...7");
142 hw_abort (me, "DMA config error: DMAFLOW_SMALL requires NDSIZE 1...8");
147 hw_abort (me, "DMA config error: DMAFLOW_LARGE requires NDSIZE 1...9");
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_dma.h45 #define NDSIZE 0x0f00 /* Next Descriptor Size */ macro
H A Ddv-bfin_dma.c105 bu8 ndsize = (dma->config & NDSIZE) >> NDSIZE_SHIFT;
140 hw_abort (me, "DMA config error: DMAFLOW_ARRAY requires NDSIZE 1...7");
145 hw_abort (me, "DMA config error: DMAFLOW_SMALL requires NDSIZE 1...8");
150 hw_abort (me, "DMA config error: DMAFLOW_LARGE requires NDSIZE 1...9");

Completed in 201 milliseconds