Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/dw/
Dcore.c190 was_soft_llp = test_and_set_bit(DW_DMA_IS_SOFT_LLP, in dwc_dostart()
314 if (test_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags)) { in dwc_scan_descriptors()
341 clear_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags); in dwc_scan_descriptors()
355 if (test_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags)) { in dwc_scan_descriptors()
947 clear_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags); in dwc_terminate_all()
992 if (test_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags) && residue) in dwc_get_residue_and_status()
Dregs.h261 DW_DMA_IS_SOFT_LLP = 1, enumerator