Home
last modified time | relevance | path

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

/linux/drivers/dma/ptdma/
H A Dptdma.h100 #define INT_COMPLETION BIT(0) macro
104 #define SUPPORTED_INTERRUPTS (INT_COMPLETION | INT_ERROR)
H A Dptdma-debugfs.c74 if (regval & INT_COMPLETION) in pt_debugfs_queue_show()
/linux/drivers/crypto/ccp/
H A Dccp-dev.h109 #define INT_COMPLETION 0x1 macro
113 #define SUPPORTED_INTERRUPTS (INT_COMPLETION | INT_ERROR)
H A Dccp-debugfs.c232 if (regval & INT_COMPLETION) in ccp5_debugfs_queue_read()