Searched refs:INT_ENABLE (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/hw/dma/ |
H A D | xlnx_csu_dma.c | 68 REG32(INT_ENABLE, 0x18) 69 FIELD(INT_ENABLE, FIFO_OVERFLOW, 7, 1) /* wtc */ 70 FIELD(INT_ENABLE, INVALID_APB, 6, 1) /* wtc */ 71 FIELD(INT_ENABLE, THRESH_HIT, 5, 1) /* wtc */ 72 FIELD(INT_ENABLE, TIMEOUT_MEM, 4, 1) /* wtc */ 73 FIELD(INT_ENABLE, TIMEOUT_STRM, 3, 1) /* wtc */ 74 FIELD(INT_ENABLE, AXI_BRESP_ERR, 2, 1) /* wtc, SRC: AXI_RDERR */ 75 FIELD(INT_ENABLE, DONE, 1, 1) /* wtc */ 76 FIELD(INT_ENABLE, MEM_DONE, 0, 1) /* wtc */
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-spear.c | 65 #define INT_ENABLE (1<<31) /* interrupt enable */ macro 102 if (!(val & INT_ENABLE)) { in spear_rtc_enable_interrupt() 104 val |= INT_ENABLE; in spear_rtc_enable_interrupt() 114 if (val & INT_ENABLE) { in spear_rtc_disable_interrupt() 115 val &= ~INT_ENABLE; in spear_rtc_disable_interrupt() 273 alm->enabled = readl(config->ioaddr + CTRL_REG) & INT_ENABLE; in spear_rtc_read_alarm()
|
/openbmc/linux/drivers/watchdog/ |
H A D | sp805_wdt.c | 45 #define INT_ENABLE (1 << 0) macro 47 #define ENABLE_MASK (INT_ENABLE | RESET_ENABLE) 144 writel_relaxed(INT_ENABLE | RESET_ENABLE, wdt->base + WDTCONTROL); in wdt_restart() 173 writel_relaxed(INT_ENABLE | RESET_ENABLE, wdt->base + in wdt_config()
|
/openbmc/linux/drivers/uio/ |
H A D | uio_aec.c | 24 #define INT_ENABLE 0x10 macro 104 iowrite32(INT_ENABLE, info->priv + INT_ENABLE_ADDR); in probe()
|
/openbmc/linux/drivers/thermal/st/ |
H A D | st_thermal_memmap.c | 34 [INT_ENABLE] = REG_FIELD(STIH416_MPE_INT_EN, 0, 0), 66 reg_fields[INT_ENABLE]); in st_mmap_alloc_regfields()
|
H A D | st_thermal.h | 23 INT_ENABLE, enumerator
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pci-keystone.c | 63 #define INT_ENABLE BIT(0) macro 941 INT_ENABLE); in ks_pcie_am654_raise_legacy_irq() 942 ks_pcie_app_writel(ks_pcie, PCIE_EP_IRQ_SET, INT_ENABLE); in ks_pcie_am654_raise_legacy_irq() 944 ks_pcie_app_writel(ks_pcie, PCIE_EP_IRQ_CLR, INT_ENABLE); in ks_pcie_am654_raise_legacy_irq() 946 INT_ENABLE); in ks_pcie_am654_raise_legacy_irq()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-brcmstb.c | 65 #define INT_ENABLE true macro 294 brcmstb_i2c_enable_disable_irq(dev, INT_ENABLE); in brcmstb_send_i2c_cmd()
|
/openbmc/linux/drivers/input/misc/ |
H A D | adxl34x.c | 42 #define INT_ENABLE 0x2E /* R/W Interrupt enable control */ macro 886 AC_WRITE(ac, INT_ENABLE, ac->int_mask | OVERRUN); in adxl34x_probe()
|
/openbmc/qemu/hw/gpio/ |
H A D | aspeed_gpio.c | 218 FIELD(GPIO_INDEX_REG, INT_ENABLE, 20, 1) 720 FIELD_EX32(data, GPIO_INDEX_REG, INT_ENABLE)); in aspeed_gpio_write_index_mode()
|