Searched refs:allocated_src (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.c145 * @allocated_src: Bit mapped to show which src event line's are mapped to
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
156 u32 allocated_src; member in struct:d40_phy_res
1033 if (phy->allocated_src == D40_ALLOC_FREE &&
1036 phy->allocated_src = D40_ALLOC_PHY;
1044 if (phy->allocated_src == D40_ALLOC_PHY)
1047 if (phy->allocated_src == D40_ALLOC_FREE)
1048 phy->allocated_src = D40_ALLOC_LOG_FREE;
1050 if (!(phy->allocated_src
[all...]

Completed in 17 milliseconds