Home
last modified time | relevance | path

Searched full:unmask (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/Linux-v6.6/drivers/irqchip/
Dirq-armada-370-xp.c47 * | mask/unmask | | mask/unmask |
58 * | mask/unmask |
66 * The "global interrupt mask/unmask" is modified using the
71 * The "per-CPU mask/unmask" is modified using the
77 * The per-CPU mask/unmask can also be adjusted using the global
89 * mask/unmask level. It is therefore unmasked at this level for
94 * ARMADA_370_XP_INT_SOURCE_CTL() readjusts the per-CPU mask/unmask
97 * The ->mask() and ->unmask() operations only mask/unmask the
107 * mask/unmask level.
109 * The ->mask() and ->unmask() operations mask/unmask the interrupt
[all …]
Dirq-jcore-aic.c93 * The irq chip framework requires either mask/unmask or enable/disable in aic_irq_of_init()
96 * it affects all interrupts. We provide dummy mask/unmask. The hardware in aic_irq_of_init()
/Linux-v6.6/drivers/scsi/snic/
Dvnic_intr.h54 int unmask, in svnic_intr_return_credits() argument
61 (unmask ? (1 << VNIC_INTR_UNMASK_SHIFT) : 0) | in svnic_intr_return_credits()
77 int unmask = 1; in svnic_intr_return_all_credits() local
80 svnic_intr_return_credits(intr, credits, unmask, reset_timer); in svnic_intr_return_all_credits()
Dsnic_isr.c32 1 /* unmask intr */, in snic_isr_msix_wq()
50 1 /* unmask intr */, in snic_isr_msix_io_cmpl()
/Linux-v6.6/drivers/net/ethernet/cisco/enic/
Dvnic_intr.h57 unsigned int credits, int unmask, int reset_timer) in vnic_intr_return_credits() argument
63 (unmask ? (1 << VNIC_INTR_UNMASK_SHIFT) : 0) | in vnic_intr_return_credits()
77 int unmask = 1; in vnic_intr_return_all_credits() local
80 vnic_intr_return_credits(intr, credits, unmask, reset_timer); in vnic_intr_return_all_credits()
/Linux-v6.6/drivers/scsi/fnic/
Dvnic_intr.h67 unsigned int credits, int unmask, int reset_timer) in vnic_intr_return_credits() argument
73 (unmask ? (1 << VNIC_INTR_UNMASK_SHIFT) : 0) | in vnic_intr_return_credits()
87 int unmask = 1; in vnic_intr_return_all_credits() local
90 vnic_intr_return_credits(intr, credits, unmask, reset_timer); in vnic_intr_return_all_credits()
Dfnic_isr.c48 1 /* unmask intr */, in fnic_isr_legacy()
69 1 /* unmask intr */, in fnic_isr_msi()
86 1 /* unmask intr */, in fnic_isr_msix_rq()
103 1 /* unmask intr */, in fnic_isr_msix_wq()
119 1 /* unmask intr */, in fnic_isr_msix_wq_copy()
/Linux-v6.6/include/linux/pds/
Dpds_intr.h42 * @unmask -- When this bit is written with a 1
91 * @PDS_CORE_INTR_MASK_CLEAR: unmask interrupt.
103 * @PDS_CORE_INTR_CRED_UNMASK: unmask the interrupt.
105 * @PDS_CORE_INTR_CRED_REARM: unmask the and reset the timer.
/Linux-v6.6/Documentation/arch/arm/
Dinterrupts.rst67 * Unmask the IRQ in hardware.
69 void (*unmask)(unsigned int irq);
85 unmask
129 Set the mask/unmask methods for handling this IRQ
/Linux-v6.6/drivers/net/ethernet/pensando/ionic/
Dionic_regs.h29 * @IONIC_INTR_MASK_CLEAR: unmask interrupt.
40 * @IONIC_INTR_CRED_UNMASK: unmask the interrupt.
42 * @IONIC_INTR_CRED_REARM: unmask the and reset the timer.
/Linux-v6.6/drivers/vfio/platform/
Dvfio_platform_irq.c119 &vdev->irqs[index].unmask, in vfio_platform_set_irq_unmask()
122 vfio_virqfd_disable(&vdev->irqs[index].unmask); in vfio_platform_set_irq_unmask()
130 uint8_t unmask = *(uint8_t *)data; in vfio_platform_set_irq_unmask() local
132 if (unmask) in vfio_platform_set_irq_unmask()
/Linux-v6.6/drivers/pci/controller/
Dpci-mvebu.c251 u32 ctrl, lnkcap, cmd, dev_rev, unmask, sspl; in mvebu_pcie_setup_hw() local
330 * Unmask all legacy INTx interrupts as driver does not provide a way in mvebu_pcie_setup_hw()
338 unmask = mvebu_readl(port, PCIE_INT_UNMASK_OFF); in mvebu_pcie_setup_hw()
339 unmask |= PCIE_INT_INTX(0) | PCIE_INT_INTX(1) | in mvebu_pcie_setup_hw()
341 mvebu_writel(port, unmask, PCIE_INT_UNMASK_OFF); in mvebu_pcie_setup_hw()
1022 u32 unmask; in mvebu_pcie_intx_irq_mask() local
1025 unmask = mvebu_readl(port, PCIE_INT_UNMASK_OFF); in mvebu_pcie_intx_irq_mask()
1026 unmask &= ~PCIE_INT_INTX(hwirq); in mvebu_pcie_intx_irq_mask()
1027 mvebu_writel(port, unmask, PCIE_INT_UNMASK_OFF); in mvebu_pcie_intx_irq_mask()
1036 u32 unmask; in mvebu_pcie_intx_irq_unmask() local
[all …]
/Linux-v6.6/drivers/vfio/pci/
Dvfio_pci_intrs.c27 struct virqfd *unmask; member
330 vfio_virqfd_disable(&ctx->unmask); in vfio_intx_disable()
533 vfio_virqfd_disable(&ctx->unmask); in vfio_msi_disable()
565 uint8_t unmask = *(uint8_t *)data; in vfio_pci_set_intx_unmask() local
566 if (unmask) in vfio_pci_set_intx_unmask()
578 &ctx->unmask, fd); in vfio_pci_set_intx_unmask()
580 vfio_virqfd_disable(&ctx->unmask); in vfio_pci_set_intx_unmask()
/Linux-v6.6/drivers/power/reset/
Dst-poweroff.c23 /* syscfg used for unmask the reset */
51 /* unmask the reset */ in st_restart()
/Linux-v6.6/drivers/xen/events/
Devents_internal.h25 void (*unmask)(evtchn_port_t port); member
93 return evtchn_ops->unmask(port); in unmask_evtchn()
Devents_2l.c94 smp_wmb(); /* All writes before unmask must be visible. */ in evtchn_2l_unmask()
120 struct evtchn_unmask unmask = { .port = port }; in evtchn_2l_unmask() local
121 (void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask); in evtchn_2l_unmask()
374 .unmask = evtchn_2l_unmask,
Devents_fifo.c255 struct evtchn_unmask unmask = { .port = port }; in evtchn_fifo_unmask() local
256 (void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask); in evtchn_fifo_unmask()
421 .unmask = evtchn_fifo_unmask,
/Linux-v6.6/arch/arm64/kvm/hyp/
Dentry.S162 // without an unmask-SError and isb. The ESB-instruction consumed any
188 msr daifclr, #4 // Unmask aborts
191 // SError is guaranteed to occur at the earliest when we unmask
/Linux-v6.6/arch/powerpc/sysdev/xics/
Dics-rtas.c32 pr_devel("xics: unmask virq %d [hw 0x%x]\n", d->irq, hw_irq); in ics_rtas_unmask_irq()
48 /* Now unmask the interrupt (often a no-op) */ in ics_rtas_unmask_irq()
59 /* unmask it */ in ics_rtas_startup()
Dics-native.c52 pr_devel("ics-native: unmask virq %d [hw 0x%x]\n", d->irq, vec); in ics_native_unmask_irq()
66 * card, using the MSI mask bits. Firmware doesn't appear to unmask in ics_native_startup()
73 /* unmask it */ in ics_native_startup()
/Linux-v6.6/drivers/pinctrl/bcm/
Dpinctrl-nsp-gpio.c166 * nsp_gpio_irq_set_mask - mask/unmask a GPIO interrupt
169 * @unmask: mask/unmask GPIO interrupt
171 static void nsp_gpio_irq_set_mask(struct irq_data *d, bool unmask) in nsp_gpio_irq_set_mask() argument
180 nsp_set_bit(chip, REG, NSP_GPIO_EVENT_INT_MASK, gpio, unmask); in nsp_gpio_irq_set_mask()
182 nsp_set_bit(chip, REG, NSP_GPIO_INT_MASK, gpio, unmask); in nsp_gpio_irq_set_mask()
/Linux-v6.6/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_prs.c650 /* Mask/unmask all ports, depending on dsa type */ in mvpp2_prs_dsa_tag_ethertype_set()
932 /* Unmask all ports */ in mvpp2_prs_ip4_proto()
1010 /* Unmask all ports */ in mvpp2_prs_ip4_cast()
1051 /* Unmask all ports */ in mvpp2_prs_ip6_proto()
1091 /* Unmask all ports */ in mvpp2_prs_ip6_cast()
1165 /* Unmask all ports */ in mvpp2_prs_mh_init()
1206 /* Unmask all ports */ in mvpp2_prs_mac_init()
1268 /* Unmask all ports */ in mvpp2_prs_dsa_init()
1296 /* Unmask all ports */ in mvpp2_prs_vid_init()
1322 /* Unmask all ports */ in mvpp2_prs_vid_init()
[all …]
/Linux-v6.6/drivers/input/touchscreen/
Dda9052_tsi.c39 /* Mask PEN_DOWN event and unmask TSI_READY event */ in da9052_ts_pendwn_irq()
131 /* Mask TSI_READY event and unmask PEN_DOWN event */ in da9052_ts_pen_work()
191 /* Unmask PEN_DOWN event */ in da9052_ts_input_open()
/Linux-v6.6/drivers/pinctrl/mediatek/
Dmtk-eint.c424 unsigned int set_offset, bit, clr_bit, clr_offset, rst, i, unmask, in mtk_eint_set_debounce() local
451 unmask = 1; in mtk_eint_set_debounce()
453 unmask = 0; in mtk_eint_set_debounce()
469 if (unmask == 1) in mtk_eint_set_debounce()
/Linux-v6.6/drivers/platform/mellanox/
Dmlxreg-hotplug.c407 /* Unmask event. */ in mlxreg_hotplug_work_helper()
477 /* Unmask event. */ in mlxreg_hotplug_health_work_helper()
587 /* Unmask aggregation event (no need acknowledge). */ in mlxreg_hotplug_work_handler()
633 /* Set group initial status as mask and unmask group event. */ in mlxreg_hotplug_set_irq()
644 /* Keep aggregation initial status as zero and unmask events. */ in mlxreg_hotplug_set_irq()
650 /* Keep low aggregation initial status as zero and unmask events. */ in mlxreg_hotplug_set_irq()

12345678910>>...16