Searched refs:INT_ENABLE (Results 1 – 10 of 10) 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), 70 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/staging/ks7010/ |
D | ks7010_sdio.h | 52 #define INT_ENABLE 0x000020 macro
|
D | ks7010_sdio.c | 986 sdio_writeb(func, 0, INT_ENABLE, &ret); in ks7010_sdio_probe() 1073 ret = ks7010_sdio_write(priv, INT_ENABLE, &rw_data, sizeof(rw_data)); in ks7010_sdio_probe() 1137 sdio_writeb(func, 0, INT_ENABLE, &ret); in ks7010_sdio_remove()
|
/drivers/i2c/busses/ |
D | i2c-brcmstb.c | 76 #define INT_ENABLE true macro 307 brcmstb_i2c_enable_disable_irq(dev, INT_ENABLE); in brcmstb_send_i2c_cmd()
|
/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 | 568 uint16_t INT_ENABLE) in denali_set_intr_modes() argument 573 if (INT_ENABLE) in denali_set_intr_modes()
|