Searched refs:INT_EN (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/extcon/ |
| H A D | extcon-max14526.c | 31 #define INT_EN BIT(6) macro 251 regmap_write_bits(priv->regmap, MAX14526_CONTROL_2, INT_EN, INT_EN); in max14526_probe()
|
| /linux/sound/drivers/ |
| H A D | portman2x4.c | 124 #define INT_EN PP_CMD_IEN /* Interrupt enable. */ macro 205 * command = TXDATA0 | INT_EN; in portman_write_midi() 209 command |= INT_EN; in portman_write_midi() 276 cmdout = (port << 1) | INT_EN; /* Address + IE + No Strobe. */ in portman_read_midi() 351 int command = INT_EN; in portman_data_avail() 413 portman_write_command(pm, command | INT_EN); in portman_flush_input()
|
| /linux/drivers/mmc/host/ |
| H A 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/drivers/clocksource/ |
| H A D | timer-loongson1-pwm.c | 24 #define INT_EN BIT(5) macro 58 writel((INT_EN | PWM_OE | CNT_EN), timer_of_base(to) + PWM_CTRL); in ls1x_pwmtimer_start()
|
| /linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
| H A D | pch_gbe_main.c | 464 iowrite32(PCH_GBE_INT_ENABLE_MASK, &hw->reg->INT_EN); in pch_gbe_mac_set_wol_event() 734 iowrite32(0, &hw->reg->INT_EN); in pch_gbe_irq_disable() 739 ioread32(&hw->reg->INT_EN)); in pch_gbe_irq_disable() 751 iowrite32(PCH_GBE_INT_ENABLE_MASK, &hw->reg->INT_EN); in pch_gbe_irq_enable() 754 ioread32(&hw->reg->INT_EN)); in pch_gbe_irq_enable() 1268 int_st = int_st & ioread32(&hw->reg->INT_EN); in pch_gbe_intr() 1280 int_en = ioread32(&hw->reg->INT_EN); in pch_gbe_intr() 1282 &hw->reg->INT_EN); in pch_gbe_intr() 1285 int_st = int_st & ioread32(&hw->reg->INT_EN); in pch_gbe_intr() 1299 int_en = ioread32(&hw->reg->INT_EN); in pch_gbe_intr() [all …]
|
| H A D | pch_gbe.h | 39 u32 INT_EN; member
|
| /linux/drivers/gpu/drm/imx/dcss/ |
| H A D | dcss-ss.c | 59 #define INT_EN BIT(0) macro
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smsc911x.h | 140 #define INT_EN 0x5C macro
|
| /linux/drivers/thermal/qcom/ |
| H A D | tsens-v1.c | 106 [INT_EN] = REG_FIELD(TM_INT_EN_OFF, 0, 0),
|
| H A D | tsens-v0_1.c | 302 [INT_EN] = REG_FIELD(TM_INT_EN_OFF, 0, 0),
|
| /linux/drivers/scsi/mvsas/ |
| H A D | mv_defs.h | 72 INT_EN = (1U << 1), /* Global int enable */ enumerator
|
| H A 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()
|