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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/common/
H A Ddbdma.c416 ctp->chan_desc_base = dp;
550 dp->dscr_nxtptr = DSCR_NXTPTR(virt_to_phys(ctp->chan_desc_base));
551 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base;
553 return (u32)ctp->chan_desc_base;
772 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base;
775 dp = ctp->chan_desc_base;
786 } while (dp != ctp->chan_desc_base);
872 (u32)(ctp->chan_desc_base), (u32)(ctp->get_ptr),
883 dp = ctp->chan_desc_base;
894 } while (dp != ctp->chan_desc_base);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_dbdma.h303 au1x_ddma_desc_t *chan_desc_base; member in struct:dbdma_chan_config

Completed in 106 milliseconds