Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dste_dma40_ll.c80 src |= BIT(D40_SREG_CFG_PHY_TM_POS); in d40_phy_cfg()
82 src |= 3 << D40_SREG_CFG_PHY_TM_POS; in d40_phy_cfg()
91 dst |= BIT(D40_SREG_CFG_PHY_TM_POS); in d40_phy_cfg()
93 dst |= 3 << D40_SREG_CFG_PHY_TM_POS; in d40_phy_cfg()
H A Dste_dma40_ll.h34 #define D40_SREG_CFG_PHY_TM_POS 4 macro