Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/dma/
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()
/kernel/linux/linux-5.10/drivers/dma/
Dmcf-edma.c23 u64 intmap; in mcf_edma_tx_handler() local
25 intmap = ioread32(regs->inth); in mcf_edma_tx_handler()
26 intmap <<= 32; in mcf_edma_tx_handler()
27 intmap |= ioread32(regs->intl); in mcf_edma_tx_handler()
28 if (!intmap) in mcf_edma_tx_handler()
32 if (intmap & BIT(ch)) { in mcf_edma_tx_handler()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/
Dti,sci-inta.yaml23 | Intmap VINT |
42 Configuration of these Intmap registers that maps global events to vint is
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/interrupt-controller/
Dti,sci-inta.yaml23 | Intmap VINT |
42 Configuration of these Intmap registers that maps global events to vint is
/kernel/linux/linux-6.6/arch/sparc/kernel/
Dpcic.c68 struct pcic_ca2irq *intmap; member
376 pcic->pcic_imap = p->intmap; in pcic_probe()
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dpcic.c68 struct pcic_ca2irq *intmap; member
376 pcic->pcic_imap = p->intmap; in pcic_probe()