Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dste_dma40.c59 #define D40_ALLOC_PHY BIT(30) macro
1753 phy->allocated_dst = D40_ALLOC_PHY; in d40_alloc_mask_set()
1754 phy->allocated_src = D40_ALLOC_PHY; in d40_alloc_mask_set()
1762 if (phy->allocated_src == D40_ALLOC_PHY) in d40_alloc_mask_set()
1774 if (phy->allocated_dst == D40_ALLOC_PHY) in d40_alloc_mask_set()
3022 base->phy_res[i].allocated_src = D40_ALLOC_PHY; in d40_phy_res_init()
3023 base->phy_res[i].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()
3044 base->phy_res[chan].allocated_src = D40_ALLOC_PHY; in d40_phy_res_init()
3045 base->phy_res[chan].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()
3325 == D40_ALLOC_PHY) { in d40_hw_init()