Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H 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()
/openbmc/linux/arch/sparc/kernel/
H A Dpcic.c68 struct pcic_ca2irq *intmap; member
376 pcic->pcic_imap = p->intmap; in pcic_probe()