Home
last modified time | relevance | path

Searched refs:IRQ_STATUS (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dxlnx-pmu-iomod-intc.c218 REG32(IRQ_STATUS, 0x30)
219 FIELD(IRQ_STATUS, CSU_PMU_SEC_LOCK, 31, 1)
220 FIELD(IRQ_STATUS, INV_ADDR, 29, 1)
221 FIELD(IRQ_STATUS, PWR_DN_REQ, 28, 1)
222 FIELD(IRQ_STATUS, PWR_UP_REQ, 27, 1)
223 FIELD(IRQ_STATUS, SW_RST_REQ, 26, 1)
224 FIELD(IRQ_STATUS, HW_RST_REQ, 25, 1)
225 FIELD(IRQ_STATUS, ISO_REQ, 24, 1)
226 FIELD(IRQ_STATUS, FW_REQ, 23, 1)
227 FIELD(IRQ_STATUS, IPI3, 22, 1)
[all …]
/openbmc/linux/drivers/irqchip/
H A Dirq-versatile-fpga.c20 #define IRQ_STATUS 0x00 macro
90 status = readl(f->base + IRQ_STATUS); in fpga_irq_handle()
118 while ((status = readl(f->base + IRQ_STATUS))) { in handle_one_fpga()
H A Dirq-ts4800.c25 #define IRQ_STATUS 0x8 macro
85 u16 status = readw(data->base + IRQ_STATUS); in ts4800_ic_chained_handle_irq()
/openbmc/linux/drivers/gpio/
H A Dgpio-wcove.c76 IRQ_STATUS, enumerator
114 unsigned int reg = type == IRQ_STATUS ? IRQ_STATUS_BASE : IRQ_MASK_BASE; in to_ireg()
354 unsigned int mask, reg = to_ireg(gpio, IRQ_STATUS, &mask); in wcove_gpio_irq_handler()
388 ret += regmap_read(wg->regmap, to_ireg(gpio, IRQ_STATUS, &mask), &irq_status); in wcove_gpio_dbg_show()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dlgdt330x_priv.h15 IRQ_STATUS= 0x02, enumerator
/openbmc/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c38 #define IRQ_STATUS 0x10 macro
528 u32 reg = IRQ_STATUS; in armada_37xx_irq_ack()
676 status = readl_relaxed(info->base + IRQ_STATUS + 4 * i); in armada_37xx_irq_handler()
697 IRQ_STATUS + 4 * i); in armada_37xx_irq_handler()
708 IRQ_STATUS + 4 * i); in armada_37xx_irq_handler()
/openbmc/linux/sound/pci/
H A Dfm801.c532 if (fm801_readw(chip, IRQ_STATUS) & FM801_IRQ_PLAYBACK) { in snd_fm801_playback_pointer()
549 if (fm801_readw(chip, IRQ_STATUS) & FM801_IRQ_CAPTURE) { in snd_fm801_capture_pointer()
563 status = fm801_readw(chip, IRQ_STATUS); in snd_fm801_interrupt()
568 fm801_writew(chip, IRQ_STATUS, status); in snd_fm801_interrupt()
1158 fm801_writew(chip, IRQ_STATUS, in snd_fm801_chip_init()
/openbmc/linux/drivers/scsi/
H A Dnsp32_debug.c258 printk("IrqStatus=0x%x, ", nsp32_read2(base, IRQ_STATUS)); in nsp32_print_register()
H A Dnsp32.h82 #define IRQ_STATUS 0x00 /* BASE+00, W, R */ macro
H A Dnsp32.c1066 irq_stat = nsp32_read2(base, IRQ_STATUS); in DEF_SCSI_QCMD()
1173 irq_stat = nsp32_read2(base, IRQ_STATUS); in do_nsp32_isr()
2872 intrdat = nsp32_read2(base, IRQ_STATUS); /* dummy read */ in nsp32_do_bus_reset()
/openbmc/linux/arch/arm/mach-versatile/
H A Dintegrator-hardware.h294 #define IRQ_STATUS 0 macro
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpci-keystone.c74 #define IRQ_STATUS(n) (0x184 + ((n) << 4)) macro
329 pending = ks_pcie_app_readl(ks_pcie, IRQ_STATUS(offset)); in ks_pcie_handle_legacy_irq()
/openbmc/u-boot/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c43 #define IRQ_STATUS 0x10 macro