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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dste_dma40.c147 * @allocated_dst: Same as for src but is dst.
148 * allocated_dst and allocated_src uses the D40_ALLOC* defines as well as
149 * event line number. Both allocated_src and allocated_dst can not be
157 u32 allocated_dst; member in struct:d40_phy_res
1034 phy->allocated_dst == D40_ALLOC_FREE) {
1035 phy->allocated_dst = D40_ALLOC_PHY;
1056 if (phy->allocated_dst == D40_ALLOC_PHY)
1059 if (phy->allocated_dst == D40_ALLOC_FREE)
1060 phy->allocated_dst = D40_ALLOC_LOG_FREE;
1062 if (!(phy->allocated_dst
[all...]

Completed in 38 milliseconds