Home
last modified time | relevance | path

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

/drivers/dma/
A Dmcf-edma-main.c22 u64 intmap; in mcf_edma_tx_handler() local
24 intmap = ioread32(regs->inth); in mcf_edma_tx_handler()
25 intmap <<= 32; in mcf_edma_tx_handler()
26 intmap |= ioread32(regs->intl); in mcf_edma_tx_handler()
27 if (!intmap) in mcf_edma_tx_handler()
31 if (intmap & BIT(ch)) { in mcf_edma_tx_handler()

Completed in 3 milliseconds