Searched refs:INT_ENABLE (Results 1 – 9 of 9) sorted by relevance
/drivers/rtc/ |
D | rtc-spear.c | 68 #define INT_ENABLE (1<<31) /* interrupt enable */ macro 105 if (!(val & INT_ENABLE)) { in spear_rtc_enable_interrupt() 107 val |= INT_ENABLE; in spear_rtc_enable_interrupt() 117 if (val & INT_ENABLE) { in spear_rtc_disable_interrupt() 118 val &= ~INT_ENABLE; in spear_rtc_disable_interrupt() 279 alm->enabled = readl(config->ioaddr + CTRL_REG) & INT_ENABLE; in spear_rtc_read_alarm()
|
/drivers/uio/ |
D | uio_aec.c | 36 #define INT_ENABLE 0x10 macro 116 iowrite32(INT_ENABLE, info->priv + INT_ENABLE_ADDR); in probe()
|
/drivers/thermal/st/ |
D | st_thermal_memmap.c | 38 [INT_ENABLE] = REG_FIELD(STIH416_MPE_INT_EN, 0, 0), 69 reg_fields[INT_ENABLE]); in st_mmap_alloc_regfields()
|
D | st_thermal.h | 27 INT_ENABLE, enumerator
|
/drivers/watchdog/ |
D | sp805_wdt.c | 43 #define INT_ENABLE (1 << 0) macro 145 writel_relaxed(INT_ENABLE | RESET_ENABLE, wdt->base + in wdt_config()
|
/drivers/net/ethernet/icplus/ |
D | ipg.h | 74 INT_ENABLE = 0x5c, enumerator
|
D | ipg.c | 692 IPG_IE_RX_DMA_COMPLETE | IPG_IE_RX_DMA_PRIORITY), INT_ENABLE); in ipg_io_config() 1677 IPG_IE_LINK_EVENT | IPG_IE_UPDATE_STATS, INT_ENABLE); in ipg_interrupt_handler() 1737 ipg_w16(0x0000, INT_ENABLE); in ipg_nic_open() 1824 } while (ipg_r16(INT_ENABLE) & IPG_IE_RSVD_MASK); in ipg_nic_stop()
|
/drivers/input/misc/ |
D | adxl34x.c | 42 #define INT_ENABLE 0x2E /* R/W Interrupt enable control */ macro 881 AC_WRITE(ac, INT_ENABLE, ac->int_mask | OVERRUN); in adxl34x_probe()
|
/drivers/mtd/nand/ |
D | denali.c | 559 uint16_t INT_ENABLE) in denali_set_intr_modes() argument 564 if (INT_ENABLE) in denali_set_intr_modes()
|