Searched refs:dst_irq (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/mailbox/ |
D | hi6220-mailbox.c | 62 unsigned int dir, dst_irq, ack_irq; member 145 writel(BIT(mchan->dst_irq), DST_INT_RAW_REG(mbox->ipc)); in hi6220_mbox_send_data() 230 unsigned int dst_irq = spec->args[1]; in hi6220_mbox_xlate() local 234 if (i >= mbox->chan_num || dst_irq >= mbox->chan_num || in hi6220_mbox_xlate() 238 i, dst_irq, ack_irq); in hi6220_mbox_xlate() 250 mchan->dst_irq = dst_irq; in hi6220_mbox_xlate()
|
D | hi3660-mailbox.c | 57 unsigned int dst_irq; member 189 writel_relaxed(~BIT(mchan->dst_irq), base + MBOX_IMASK_REG); in hi3660_mbox_send_data() 192 writel_relaxed(BIT(mchan->dst_irq), base + MBOX_DST_REG); in hi3660_mbox_send_data() 224 mchan->dst_irq = spec->args[1]; in hi3660_mbox_xlate()
|
/Linux-v6.6/Documentation/devicetree/bindings/mailbox/ |
D | hisilicon,hi3660-mailbox.txt | 15 <&phandle channel dst_irq ack_irq> 18 dst_irq : Remote interrupt vector
|
D | hisilicon,hi6220-mailbox.txt | 21 <&phandle slot_id dst_irq ack_irq> 24 dst_irq: IRQ identifier index number which used by MCU
|
/Linux-v6.6/drivers/irqchip/ |
D | irq-imgpdc.c | 202 unsigned int dst_irq; in pdc_irq_set_wake() local 214 dst_irq = priv->syswake_irq; in pdc_irq_set_wake() 216 dst_irq = priv->perip_irqs[hw]; in pdc_irq_set_wake() 217 irq_set_irq_wake(dst_irq, on); in pdc_irq_set_wake()
|