Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/
Dste_dma40_ll.c102 if (cfg->src_info.psize != STEDMA40_PSIZE_PHY_1) { in d40_phy_cfg()
106 if (cfg->dst_info.psize != STEDMA40_PSIZE_PHY_1) { in d40_phy_cfg()
146 if (psize == STEDMA40_PSIZE_PHY_1) in d40_phy_fill_lli()
Dste_dma40.c87 .src_info.psize = STEDMA40_PSIZE_PHY_1,
91 .dst_info.psize = STEDMA40_PSIZE_PHY_1,
984 if (psize == STEDMA40_PSIZE_PHY_1) in d40_psize_2_burst_size()
2635 psize = STEDMA40_PSIZE_PHY_1; in dma40_config_to_halfchannel()
/linux-6.1.9/include/linux/platform_data/
Ddma-ste-dma40.h50 #define STEDMA40_PSIZE_PHY_1 0x4 macro