Home
last modified time | relevance | path

Searched refs:D40_ALLOC_PHY (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/dma/
H A Dste_dma40.c86 #define D40_ALLOC_PHY BIT(30) macro
1778 phy->allocated_dst = D40_ALLOC_PHY; in d40_alloc_mask_set()
1779 phy->allocated_src = D40_ALLOC_PHY; in d40_alloc_mask_set()
1787 if (phy->allocated_src == D40_ALLOC_PHY) in d40_alloc_mask_set()
1799 if (phy->allocated_dst == D40_ALLOC_PHY) in d40_alloc_mask_set()
3047 base->phy_res[i].allocated_src = D40_ALLOC_PHY; in d40_phy_res_init()
3048 base->phy_res[i].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()
3069 base->phy_res[chan].allocated_src = D40_ALLOC_PHY; in d40_phy_res_init()
3070 base->phy_res[chan].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()
3323 == D40_ALLOC_PHY) { in d40_hw_init()