Home
last modified time | relevance | path

Searched refs:INT_EN (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/arch/mips/loongson32/common/
Dtime.c50 __raw_writel(INT_EN | CNT_EN, timer_base + PWM_CTRL); in ls1x_pwmtimer_restart()
134 __raw_writel(INT_EN | CNT_EN, timer_base + PWM_CTRL); in ls1x_clockevent_set_state_periodic()
143 __raw_writel(INT_EN | CNT_EN, timer_base + PWM_CTRL); in ls1x_clockevent_tick_resume()
/linux-4.4.14/arch/mips/include/asm/mach-loongson32/
Dregs-pwm.h24 #define INT_EN (0x1 << 5) macro
/linux-4.4.14/sound/drivers/
Dportman2x4.c140 #define INT_EN PP_CMD_IEN /* Interrupt enable. */ macro
235 command |= INT_EN; in portman_write_midi()
302 cmdout = (port << 1) | INT_EN; /* Address + IE + No Strobe. */ in portman_read_midi()
377 int command = INT_EN; in portman_data_avail()
440 portman_write_command(pm, command | INT_EN); in portman_flush_input()
/linux-4.4.14/drivers/mmc/host/
Dushc.c118 #define INT_EN 1 macro
188 && test_bit(INT_EN, &ushc->flags) in int_callback()
196 if (!test_bit(INT_EN, &ushc->flags)) in int_callback()
396 set_bit(INT_EN, &ushc->flags); in ushc_enable_sdio_irq()
398 clear_bit(INT_EN, &ushc->flags); in ushc_enable_sdio_irq()
/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmsc911x.c1236 temp = smsc911x_reg_read(pdata, INT_EN); in smsc911x_poll()
1238 smsc911x_reg_write(pdata, INT_EN, temp); in smsc911x_poll()
1514 smsc911x_reg_write(pdata, INT_EN, 0); in smsc911x_disable_irq_chip()
1590 temp = smsc911x_reg_read(pdata, INT_EN); in smsc911x_open()
1592 smsc911x_reg_write(pdata, INT_EN, temp); in smsc911x_open()
1636 temp = smsc911x_reg_read(pdata, INT_EN); in smsc911x_open()
1638 smsc911x_reg_write(pdata, INT_EN, temp); in smsc911x_open()
1820 u32 inten = smsc911x_reg_read(pdata, INT_EN); in smsc911x_irqhandler()
1825 temp = smsc911x_reg_read(pdata, INT_EN); in smsc911x_irqhandler()
1827 smsc911x_reg_write(pdata, INT_EN, temp); in smsc911x_irqhandler()
[all …]
Dsmsc911x.h136 #define INT_EN 0x5C macro
Dsmc911x.h398 #define INT_EN (0x5C) macro
730 #define SMC_GET_INT_EN(lp) SMC_inl( lp, INT_EN )
731 #define SMC_SET_INT_EN(lp, x) SMC_outl( x, lp, INT_EN )
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c527 iowrite32(PCH_GBE_INT_ENABLE_MASK, &hw->reg->INT_EN); in pch_gbe_mac_set_wol_event()
800 iowrite32(0, &hw->reg->INT_EN); in pch_gbe_irq_disable()
805 ioread32(&hw->reg->INT_EN)); in pch_gbe_irq_disable()
817 iowrite32(PCH_GBE_INT_ENABLE_MASK, &hw->reg->INT_EN); in pch_gbe_irq_enable()
820 ioread32(&hw->reg->INT_EN)); in pch_gbe_irq_enable()
1343 int_st = int_st & ioread32(&hw->reg->INT_EN); in pch_gbe_intr()
1355 int_en = ioread32(&hw->reg->INT_EN); in pch_gbe_intr()
1357 &hw->reg->INT_EN); in pch_gbe_intr()
1360 int_st = int_st & ioread32(&hw->reg->INT_EN); in pch_gbe_intr()
1374 int_en = ioread32(&hw->reg->INT_EN); in pch_gbe_intr()
[all …]
Dpch_gbe.h50 u32 INT_EN; member
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_defs.h87 INT_EN = (1U << 1), /* Global int enable */ enumerator
Dmv_64xx.c441 mw32(MVS_GBL_CTL, tmp | INT_EN); in mvs_64xx_interrupt_enable()
450 mw32(MVS_GBL_CTL, tmp & ~INT_EN); in mvs_64xx_interrupt_disable()
/linux-4.4.14/drivers/scsi/
Dwd7000.c412 #define INT_EN 0x08 /* Interrupt Enable */ macro
740 host->control |= INT_EN; in wd7000_enable_intr()