Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/loongson32/common/
Dtime.c47 __raw_writel(INT_EN | CNT_EN, timer_reg_base + PWM_CTRL); in ls1x_pwmtimer_restart()
131 __raw_writel(INT_EN | CNT_EN, timer_reg_base + PWM_CTRL); in ls1x_clockevent_set_state_periodic()
140 __raw_writel(INT_EN | CNT_EN, timer_reg_base + PWM_CTRL); in ls1x_clockevent_tick_resume()
/Linux-v5.4/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-v5.4/sound/drivers/
Dportman2x4.c125 #define INT_EN PP_CMD_IEN /* Interrupt enable. */ macro
220 command |= INT_EN; in portman_write_midi()
287 cmdout = (port << 1) | INT_EN; /* Address + IE + No Strobe. */ in portman_read_midi()
362 int command = INT_EN; in portman_data_avail()
425 portman_write_command(pm, command | INT_EN); in portman_flush_input()
/Linux-v5.4/drivers/mmc/host/
Dushc.c114 #define INT_EN 1 macro
184 && test_bit(INT_EN, &ushc->flags) in int_callback()
192 if (!test_bit(INT_EN, &ushc->flags)) in int_callback()
392 set_bit(INT_EN, &ushc->flags); in ushc_enable_sdio_irq()
394 clear_bit(INT_EN, &ushc->flags); in ushc_enable_sdio_irq()
/Linux-v5.4/arch/mips/include/asm/mach-loongson32/
Dregs-pwm.h20 #define INT_EN BIT(5) macro
/Linux-v5.4/drivers/thermal/qcom/
Dtsens-v2.c51 [INT_EN] = REG_FIELD(TM_INT_EN_OFF, 0, 2),
Dtsens-v1.c169 [INT_EN] = REG_FIELD(TM_INT_EN_OFF, 0, 0),
Dtsens.h235 INT_EN, /* Pre-V1, V1.x */ enumerator
Dtsens-v0_1.c348 [INT_EN] = REG_FIELD(TM_INT_EN_OFF, 0, 0),
/Linux-v5.4/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c470 iowrite32(PCH_GBE_INT_ENABLE_MASK, &hw->reg->INT_EN); in pch_gbe_mac_set_wol_event()
749 iowrite32(0, &hw->reg->INT_EN); in pch_gbe_irq_disable()
754 ioread32(&hw->reg->INT_EN)); in pch_gbe_irq_disable()
766 iowrite32(PCH_GBE_INT_ENABLE_MASK, &hw->reg->INT_EN); in pch_gbe_irq_enable()
769 ioread32(&hw->reg->INT_EN)); in pch_gbe_irq_enable()
1288 int_st = int_st & ioread32(&hw->reg->INT_EN); in pch_gbe_intr()
1300 int_en = ioread32(&hw->reg->INT_EN); in pch_gbe_intr()
1302 &hw->reg->INT_EN); in pch_gbe_intr()
1305 int_st = int_st & ioread32(&hw->reg->INT_EN); in pch_gbe_intr()
1319 int_en = ioread32(&hw->reg->INT_EN); in pch_gbe_intr()
[all …]
Dpch_gbe.h39 u32 INT_EN; member
/Linux-v5.4/drivers/net/ethernet/smsc/
Dsmsc911x.c1225 temp = smsc911x_reg_read(pdata, INT_EN); in smsc911x_poll()
1227 smsc911x_reg_write(pdata, INT_EN, temp); in smsc911x_poll()
1519 smsc911x_reg_write(pdata, INT_EN, 0); in smsc911x_disable_irq_chip()
1528 u32 inten = smsc911x_reg_read(pdata, INT_EN); in smsc911x_irqhandler()
1533 temp = smsc911x_reg_read(pdata, INT_EN); in smsc911x_irqhandler()
1535 smsc911x_reg_write(pdata, INT_EN, temp); in smsc911x_irqhandler()
1570 temp = smsc911x_reg_read(pdata, INT_EN); in smsc911x_irqhandler()
1572 smsc911x_reg_write(pdata, INT_EN, temp); in smsc911x_irqhandler()
1671 temp = smsc911x_reg_read(pdata, INT_EN); in smsc911x_open()
1673 smsc911x_reg_write(pdata, INT_EN, temp); in smsc911x_open()
[all …]
Dsmsc911x.h140 #define INT_EN 0x5C macro
Dsmc911x.h376 #define INT_EN (0x5C) macro
708 #define SMC_GET_INT_EN(lp) SMC_inl( lp, INT_EN )
709 #define SMC_SET_INT_EN(lp, x) SMC_outl( x, lp, INT_EN )
/Linux-v5.4/drivers/staging/comedi/drivers/
Dni_pcidio.c250 #define INT_EN (COUNT_EXPIRED | WAITED | PRIMARY_TC | SECONDARY_TC) macro
252 #define INT_EN (TRANSFER_READY | COUNT_EXPIRED | WAITED \ macro
413 flags &= INT_EN; in nidio_interrupt()
712 writeb(INT_EN, dev->mmio + INTERRUPT_CONTROL); in ni_pcidio_cmd()
/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_dsi.c1168 DSI_PORT_WRITE(INT_EN, (DSI1_INTERRUPTS_ALWAYS_ENABLED | in vc4_dsi_host_transfer()
1171 DSI_PORT_WRITE(INT_EN, (DSI1_INTERRUPTS_ALWAYS_ENABLED | in vc4_dsi_host_transfer()
1189 DSI_PORT_WRITE(INT_EN, DSI1_INTERRUPTS_ALWAYS_ENABLED); in vc4_dsi_host_transfer()
1235 DSI_PORT_WRITE(INT_EN, DSI1_INTERRUPTS_ALWAYS_ENABLED); in vc4_dsi_host_transfer()
1519 DSI_PORT_WRITE(INT_EN, DSI1_INTERRUPTS_ALWAYS_ENABLED); in vc4_dsi_bind()
/Linux-v5.4/drivers/scsi/mvsas/
Dmv_defs.h71 INT_EN = (1U << 1), /* Global int enable */ enumerator
Dmv_64xx.c426 mw32(MVS_GBL_CTL, tmp | INT_EN); in mvs_64xx_interrupt_enable()
435 mw32(MVS_GBL_CTL, tmp & ~INT_EN); in mvs_64xx_interrupt_disable()