Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/
Dste_dma40_ll.c79 src |= BIT(D40_SREG_CFG_PHY_TM_POS); in d40_phy_cfg()
81 src |= 3 << D40_SREG_CFG_PHY_TM_POS; in d40_phy_cfg()
90 dst |= BIT(D40_SREG_CFG_PHY_TM_POS); in d40_phy_cfg()
92 dst |= 3 << D40_SREG_CFG_PHY_TM_POS; in d40_phy_cfg()
Dste_dma40_ll.h34 #define D40_SREG_CFG_PHY_TM_POS 4 macro