Searched refs:DW_DMA_IS_SOFT_LLP (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/dw/ |
H A D | core.c | 192 was_soft_llp = test_and_set_bit(DW_DMA_IS_SOFT_LLP, in dwc_dostart() 316 if (test_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags)) { in dwc_scan_descriptors() 343 clear_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags); in dwc_scan_descriptors() 357 if (test_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags)) { in dwc_scan_descriptors() 863 clear_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags); in dwc_terminate_all() 907 if (test_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags) && residue) in dwc_get_residue()
|
H A D | regs.h | 261 DW_DMA_IS_SOFT_LLP = 1, enumerator
|
/kernel/linux/linux-6.6/drivers/dma/dw/ |
H A D | core.c | 189 was_soft_llp = test_and_set_bit(DW_DMA_IS_SOFT_LLP, in dwc_dostart() 313 if (test_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags)) { in dwc_scan_descriptors() 340 clear_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags); in dwc_scan_descriptors() 354 if (test_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags)) { in dwc_scan_descriptors() 860 clear_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags); in dwc_terminate_all() 905 if (test_bit(DW_DMA_IS_SOFT_LLP, &dwc->flags) && residue) in dwc_get_residue_and_status()
|
H A D | regs.h | 261 DW_DMA_IS_SOFT_LLP = 1, enumerator
|
Completed in 6 milliseconds