Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/
Dste_dma40.c88 #define D40_ALLOC_PHY BIT(30) macro
1783 phy->allocated_dst = D40_ALLOC_PHY; in d40_alloc_mask_set()
1784 phy->allocated_src = D40_ALLOC_PHY; in d40_alloc_mask_set()
1792 if (phy->allocated_src == D40_ALLOC_PHY) in d40_alloc_mask_set()
1804 if (phy->allocated_dst == D40_ALLOC_PHY) in d40_alloc_mask_set()
3059 base->phy_res[i].allocated_src = D40_ALLOC_PHY; in d40_phy_res_init()
3060 base->phy_res[i].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()
3081 base->phy_res[chan].allocated_src = D40_ALLOC_PHY; in d40_phy_res_init()
3082 base->phy_res[chan].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()
3335 == D40_ALLOC_PHY) { in d40_hw_init()