Searched refs:ISR (Results 1 - 25 of 53) sorted by relevance

123

/linux-master/arch/arc/kernel/
H A Dentry-compact.S49 * Minor Surgery of Low Level ISR to make it SMP safe
50 * - MMU_SCRATCH0 Reg used for freeing up r9 in Level 1 ISR
145 ; Level 2 ISR: Can interrupt a Level 1 ISR
152 ; if L2 IRQ interrupted a L1 ISR, disable preemption
156 ; -L2 interrupts L1 (before L1 ISR could run)
180 ; setup params for Linux common ISR and invoke it
223 ; Level 1 ISR
343 ; if L2 IRQ interrupted an L1 ISR, we'd disabled preemption earlier
/linux-master/sound/pci/aw2/
H A Daw2-saa7146.c336 isr = READREG(ISR);
340 WRITEREG(isr, ISR);
H A Dsaa7146.h33 #define ISR 0x10C macro
50 /* PSR/ISR/IER */
/linux-master/drivers/usb/serial/
H A Dio_16654.h34 #define ISR 2 // Interrupt Status Register (Read) macro
/linux-master/sound/soc/intel/keembay/
H A Dkmb_platform.h40 #define ISR(x) (0x40 * (x) + 0x038) macro
/linux-master/sound/soc/dwc/
H A Dlocal.h48 #define ISR(x) (0x40 * x + 0x038) macro
/linux-master/arch/m68k/68000/
H A Dints.c85 unsigned long pend = ISR;
/linux-master/sound/pci/
H A Datiixp_modem.c561 atiixp_write(chip, ISR, 0xffffffff);
577 atiixp_write(chip, ISR, atiixp_read(chip, ISR));
1004 status = atiixp_read(chip, ISR);
1030 atiixp_write(chip, ISR, status);
H A Datiixp.c610 atiixp_write(chip, ISR, 0xffffffff);
628 atiixp_write(chip, ISR, atiixp_read(chip, ISR));
1333 status = atiixp_read(chip, ISR);
1365 atiixp_write(chip, ISR, status);
/linux-master/sound/drivers/vx/
H A Dvx_core.c43 "ICR", "CVR", "ISR", "IVR", "RXH", "RXM", "RXL",
86 * vx_reset_chk - reset CHK bit on ISR
128 err = vx_inb(chip, ISR);
287 if (vx_inb(chip, ISR) & ISR_ERR) {
390 if (vx_inb(chip, ISR) & ISR_ERR) {
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c1700 queue_writel(queue, ISR, MACB_BIT(RCOMP));
1786 queue_writel(queue, ISR, MACB_BIT(TCOMP));
1840 status = queue_readl(queue, ISR);
1854 queue_writel(queue, ISR, MACB_BIT(WOL));
1869 status = queue_readl(queue, ISR);
1883 queue_writel(queue, ISR, GEM_BIT(WOL));
1899 status = queue_readl(queue, ISR);
1911 queue_writel(queue, ISR, -1);
1928 queue_writel(queue, ISR, MACB_BIT(RCOMP));
1940 queue_writel(queue, ISR, MACB_BI
[all...]
/linux-master/sound/pcmcia/vx/
H A Dvxp_ops.c21 [VX_ISR] = 0x02, // ISR
320 vx_inb(chip, ISR);
321 vx_outb(chip, ISR, 0);
/linux-master/include/media/drv-intf/
H A Dsaa7146.h55 saa7146_write(x, ISR, (y));
378 #define ISR 0x10C /* Interrupt status register */ macro
/linux-master/drivers/net/ethernet/
H A Dfealnx.c167 ISR = 0x34, /* interrupt status */ enumerator in enum:fealnx_offsets
897 iowrite32(FBE | TUNF | CNTOVF | RBU | TI | RI, ioaddr + ISR);
1086 "config %8.8x.\n", dev->name, ioread32(ioaddr + ISR),
1157 iowrite32(FBE | TUNF | CNTOVF | RBU | TI | RI, ioaddr + ISR);
1197 dev->name, ioread32(ioaddr + ISR));
1441 u32 intr_status = ioread32(ioaddr + ISR);
1444 iowrite32(intr_status, ioaddr + ISR);
1596 dev->name, ioread32(ioaddr + ISR));
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_core.c276 ack_isr = isr = saa7146_read(dev, ISR);
322 saa7146_write(dev, ISR, ack_isr);
/linux-master/drivers/video/fbdev/
H A Di740_reg.h232 #define ISR 0x3036 macro
/linux-master/drivers/video/fbdev/i810/
H A Di810_regs.h47 #define ISR 0x020AC macro
/linux-master/sound/pci/vx222/
H A Dvx222_ops.c174 vx_inl(chip, ISR);
183 vx_inl(chip, ISR);
194 vx_inl(chip, ISR);
203 vx_inl(chip, ISR);
/linux-master/drivers/net/ethernet/realtek/
H A Datp.c618 int status = read_nibble(ioaddr, ISR);
624 write_reg(ioaddr, ISR, ISR_RxOK); /* Clear the Rx interrupt. */
637 write_reg_high(ioaddr, ISR, ISRh_RxErr);
651 write_reg(ioaddr, ISR, ISR_TxErr + ISR_TxOK);
H A Datp.h40 ISR = 10, IMR = 11, /* Interrupt status and mask. */ enumerator in enum:page0_regs
56 #define ISRh_RxErr 0x11 /* ISR, high nibble */
/linux-master/drivers/irqchip/
H A Dirq-xilinx-intc.c23 #define ISR 0x00 /* Interrupt Status Register */ macro
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.h520 * Bits in the ISR register
985 volatile __le32 ISR; /* 0x24 */ member in struct:mac_regs
1147 #define mac_read_isr(regs) readl(&((regs)->ISR))
1148 #define mac_write_isr(regs, x) writel((x),&((regs)->ISR))
1149 #define mac_clear_isr(regs) writel(0xffffffffL,&((regs)->ISR))
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_hw.h123 ISR = 0x0f8, enumerator in enum:_RTL8192PCI_HW
/linux-master/drivers/mtd/nand/raw/
H A Dtegra_nand.c45 #define ISR 0x08 macro
256 isr = readl_relaxed(ctrl->regs + ISR);
287 writel_relaxed(isr, ctrl->regs + ISR);
295 "ISR",
339 isr = readl_relaxed(ctrl->regs + ISR);
340 writel_relaxed(isr, ctrl->regs + ISR);
/linux-master/drivers/iio/adc/
H A Dat91-sama5d2_adc.c130 u16 ISR; member in struct:at91_adc_reg_layout
266 .ISR = 0x30,
301 .ISR = 0x30,
807 *status = at91_adc_readl(st, ISR);
1490 u32 status = at91_adc_readl(st, ISR);

Completed in 283 milliseconds

123