Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/loongson32/common/
Dtime.c51 __raw_writel(INT_EN | CNT_EN, timer_reg_base + PWM_CTRL); in ls1x_pwmtimer_restart()
135 __raw_writel(INT_EN | CNT_EN, timer_reg_base + PWM_CTRL); in ls1x_clockevent_set_state_periodic()
144 __raw_writel(INT_EN | CNT_EN, timer_reg_base + PWM_CTRL); in ls1x_clockevent_tick_resume()
/Linux-v4.19/drivers/clocksource/
Dtimer-atcpit100.c36 #define INT_EN 0x14 macro
256 val = readl(base + INT_EN); in atcpit100_timer_init()
257 writel(val | CH0INT0EN, base + INT_EN); in atcpit100_timer_init()
/Linux-v4.19/sound/drivers/
Dportman2x4.c138 #define INT_EN PP_CMD_IEN /* Interrupt enable. */ macro
233 command |= INT_EN; in portman_write_midi()
300 cmdout = (port << 1) | INT_EN; /* Address + IE + No Strobe. */ in portman_read_midi()
375 int command = INT_EN; in portman_data_avail()
438 portman_write_command(pm, command | INT_EN); in portman_flush_input()
/Linux-v4.19/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-v4.19/arch/mips/include/asm/mach-loongson32/
Dregs-pwm.h24 #define INT_EN BIT(5) macro
/Linux-v4.19/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c484 iowrite32(PCH_GBE_INT_ENABLE_MASK, &hw->reg->INT_EN); in pch_gbe_mac_set_wol_event()
763 iowrite32(0, &hw->reg->INT_EN); in pch_gbe_irq_disable()
768 ioread32(&hw->reg->INT_EN)); in pch_gbe_irq_disable()
780 iowrite32(PCH_GBE_INT_ENABLE_MASK, &hw->reg->INT_EN); in pch_gbe_irq_enable()
783 ioread32(&hw->reg->INT_EN)); in pch_gbe_irq_enable()
1302 int_st = int_st & ioread32(&hw->reg->INT_EN); in pch_gbe_intr()
1314 int_en = ioread32(&hw->reg->INT_EN); in pch_gbe_intr()
1316 &hw->reg->INT_EN); in pch_gbe_intr()
1319 int_st = int_st & ioread32(&hw->reg->INT_EN); in pch_gbe_intr()
1333 int_en = ioread32(&hw->reg->INT_EN); in pch_gbe_intr()
[all …]
Dpch_gbe.h50 u32 INT_EN; member
/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmsc911x.c1238 temp = smsc911x_reg_read(pdata, INT_EN); in smsc911x_poll()
1240 smsc911x_reg_write(pdata, INT_EN, temp); in smsc911x_poll()
1532 smsc911x_reg_write(pdata, INT_EN, 0); in smsc911x_disable_irq_chip()
1541 u32 inten = smsc911x_reg_read(pdata, INT_EN); in smsc911x_irqhandler()
1546 temp = smsc911x_reg_read(pdata, INT_EN); in smsc911x_irqhandler()
1548 smsc911x_reg_write(pdata, INT_EN, temp); in smsc911x_irqhandler()
1583 temp = smsc911x_reg_read(pdata, INT_EN); in smsc911x_irqhandler()
1585 smsc911x_reg_write(pdata, INT_EN, temp); in smsc911x_irqhandler()
1684 temp = smsc911x_reg_read(pdata, INT_EN); in smsc911x_open()
1686 smsc911x_reg_write(pdata, INT_EN, temp); in smsc911x_open()
[all …]
Dsmsc911x.h152 #define INT_EN 0x5C macro
Dsmc911x.h387 #define INT_EN (0x5C) macro
719 #define SMC_GET_INT_EN(lp) SMC_inl( lp, INT_EN )
720 #define SMC_SET_INT_EN(lp, x) SMC_outl( x, lp, INT_EN )
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_dsi.c1228 DSI_PORT_WRITE(INT_EN, (DSI1_INTERRUPTS_ALWAYS_ENABLED | in vc4_dsi_host_transfer()
1231 DSI_PORT_WRITE(INT_EN, (DSI1_INTERRUPTS_ALWAYS_ENABLED | in vc4_dsi_host_transfer()
1249 DSI_PORT_WRITE(INT_EN, DSI1_INTERRUPTS_ALWAYS_ENABLED); in vc4_dsi_host_transfer()
1295 DSI_PORT_WRITE(INT_EN, DSI1_INTERRUPTS_ALWAYS_ENABLED); in vc4_dsi_host_transfer()
1570 DSI_PORT_WRITE(INT_EN, DSI1_INTERRUPTS_ALWAYS_ENABLED); in vc4_dsi_bind()
/Linux-v4.19/drivers/scsi/mvsas/
Dmv_defs.h87 INT_EN = (1U << 1), /* Global int enable */ enumerator
Dmv_64xx.c442 mw32(MVS_GBL_CTL, tmp | INT_EN); in mvs_64xx_interrupt_enable()
451 mw32(MVS_GBL_CTL, tmp & ~INT_EN); in mvs_64xx_interrupt_disable()