/Linux-v5.4/arch/mips/loongson32/common/ |
D | time.c | 47 __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/ |
D | timer-atcpit100.c | 36 #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/ |
D | portman2x4.c | 125 #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/ |
D | ushc.c | 114 #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/ |
D | regs-pwm.h | 20 #define INT_EN BIT(5) macro
|
/Linux-v5.4/drivers/thermal/qcom/ |
D | tsens-v2.c | 51 [INT_EN] = REG_FIELD(TM_INT_EN_OFF, 0, 2),
|
D | tsens-v1.c | 169 [INT_EN] = REG_FIELD(TM_INT_EN_OFF, 0, 0),
|
D | tsens.h | 235 INT_EN, /* Pre-V1, V1.x */ enumerator
|
D | tsens-v0_1.c | 348 [INT_EN] = REG_FIELD(TM_INT_EN_OFF, 0, 0),
|
/Linux-v5.4/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_main.c | 470 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 …]
|
D | pch_gbe.h | 39 u32 INT_EN; member
|
/Linux-v5.4/drivers/net/ethernet/smsc/ |
D | smsc911x.c | 1225 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 …]
|
D | smsc911x.h | 140 #define INT_EN 0x5C macro
|
D | smc911x.h | 376 #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/ |
D | ni_pcidio.c | 250 #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/ |
D | vc4_dsi.c | 1168 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/ |
D | mv_defs.h | 71 INT_EN = (1U << 1), /* Global int enable */ enumerator
|
D | mv_64xx.c | 426 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()
|