Searched refs:di_fcn_t (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dhnddma.h140 } di_fcn_t; typedef in typeref:struct:di_fcn_s
147 const di_fcn_t *di_fn; /* DMA function pointers */
214 extern const di_fcn_t dma64proc;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dhnddma.c304 const di_fcn_t dma64proc = {
365 static const di_fcn_t dma32proc = {
466 di->hnddma.di_fn = (const di_fcn_t *)&dma64proc;
472 di->hnddma.di_fn = (const di_fcn_t *)&dma32proc;

Completed in 260 milliseconds