Searched full:intmap (Results 1 – 3 of 3) sorted by relevance
22 u64 intmap; in mcf_edma_tx_handler() local24 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()
23 | Intmap VINT |42 Configuration of these Intmap registers that maps global events to vint is
68 struct pcic_ca2irq *intmap; member376 pcic->pcic_imap = p->intmap; in pcic_probe()