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
1781 phy->allocated_dst = D40_ALLOC_PHY; in d40_alloc_mask_set()
1782 phy->allocated_src = D40_ALLOC_PHY; in d40_alloc_mask_set()
1790 if (phy->allocated_src == D40_ALLOC_PHY) in d40_alloc_mask_set()
1802 if (phy->allocated_dst == D40_ALLOC_PHY) in d40_alloc_mask_set()
3057 base->phy_res[i].allocated_src = D40_ALLOC_PHY; in d40_phy_res_init()
3058 base->phy_res[i].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()
3079 base->phy_res[chan].allocated_src = D40_ALLOC_PHY; in d40_phy_res_init()
3080 base->phy_res[chan].allocated_dst = D40_ALLOC_PHY; in d40_phy_res_init()
3333 == D40_ALLOC_PHY) { in d40_hw_init()