Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma/
H A Dste_dma40.c59 #define D40_ALLOC_PHY BIT(30) macro
1759 phy->allocated_dst = D40_ALLOC_PHY; in d40_alloc_mask_set()
1760 phy->allocated_src = D40_ALLOC_PHY; in d40_alloc_mask_set()
1768 if (phy->allocated_src == D40_ALLOC_PHY) in d40_alloc_mask_set()
1780 if (phy->allocated_dst == D40_ALLOC_PHY) in d40_alloc_mask_set()
3036 base->phy_res[i].allocated_src = D40_ALLOC_PHY; in d40_phy_res_init()
3037 base->phy_res[i].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()
3058 base->phy_res[chan].allocated_src = D40_ALLOC_PHY; in d40_phy_res_init()
3059 base->phy_res[chan].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()
3339 == D40_ALLOC_PHY) { in d40_hw_init()