Home
last modified time | relevance | path

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

/drivers/dma/
Dste_dma40_ll.c69 src |= 1 << D40_SREG_CFG_PHY_TM_POS; in d40_phy_cfg()
71 src |= 3 << D40_SREG_CFG_PHY_TM_POS; in d40_phy_cfg()
80 dst |= 1 << D40_SREG_CFG_PHY_TM_POS; in d40_phy_cfg()
82 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