Searched refs:dma_name (Results 1 – 2 of 2) sorted by relevance
95 #define TEST_TASK(dma_name) \ argument96 ZTEST(dma_m2m, test_##dma_name##_m2m_chan0_burst8) \98 const struct device *dma = DEVICE_DT_GET(DT_NODELABEL(dma_name)); \102 ZTEST(dma_m2m, test_##dma_name##_m2m_chan1_burst8) \104 const struct device *dma = DEVICE_DT_GET(DT_NODELABEL(dma_name)); \108 ZTEST(dma_m2m, test_##dma_name##_m2m_chan0_burst16) \110 const struct device *dma = DEVICE_DT_GET(DT_NODELABEL(dma_name)); \114 ZTEST(dma_m2m, test_##dma_name##_m2m_chan1_burst16) \116 const struct device *dma = DEVICE_DT_GET(DT_NODELABEL(dma_name)); \120 #define TEST_TASK(dma_name) \ argument[all …]
477 #define TEST_LOOP(dma_name) \ argument478 ZTEST(dma_m2m_loop, test_ ## dma_name ## _m2m_loop) \480 const struct device *dma = DEVICE_DT_GET(DT_NODELABEL(dma_name)); \486 #define TEST_LOOP_SUSPEND_RESUME(dma_name) \ argument487 ZTEST(dma_m2m_loop, test_ ## dma_name ## _m2m_loop_suspend_resume) \489 const struct device *dma = DEVICE_DT_GET(DT_NODELABEL(dma_name)); \495 #define TEST_LOOP_REPEATED_START_STOP(dma_name) \ argument496 ZTEST(dma_m2m_loop, test_ ## dma_name ## _m2m_loop_repeated_start_stop) \498 const struct device *dma = DEVICE_DT_GET(DT_NODELABEL(dma_name)); \