Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dswitchtec_dma.c241 __le32 sts_code; member
415 u32 sts_code; in switchtec_dma_cleanup_completed() local
444 sts_code = le32_to_cpu(ce->sts_code); in switchtec_dma_cleanup_completed()
446 if (!(sts_code & SWITCHTEC_CE_SC_MASK)) { in switchtec_dma_cleanup_completed()
449 if (sts_code & SWITCHTEC_CE_SC_D_RD_CTO) in switchtec_dma_cleanup_completed()
455 (u32)(sts_code & SWITCHTEC_CE_SC_MASK)); in switchtec_dma_cleanup_completed()