/linux-4.4.14/arch/arm/mach-w90x900/ |
H A D | time.c | 42 #define INTEN (0x01 << 29) macro 63 val |= (ONESHOT | COUNTEN | INTEN | PRESCALE); nuc900_clockevent_set_oneshot() 74 val |= (PERIOD | COUNTEN | INTEN | PRESCALE); nuc900_clockevent_set_periodic() 87 val |= (COUNTEN | INTEN | PRESCALE); nuc900_clockevent_setnextevent()
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
H A D | hermes.h | 112 * Event register bitmasks (INTEN, EVSTAT, EVACK) 443 hermes_write_regn(hw, INTEN, events); hermes_set_irqmask()
|
H A D | hermes.c | 206 hermes_write_regn(hw, INTEN, 0); hermes_init() 603 /*hermes_write_regn(hw, INTEN, 0);*/ hermesi_program_init()
|
/linux-4.4.14/drivers/scsi/ |
H A D | aha152x.h | 224 #define INTEN 0x04 macro
|
H A D | aha152x.c | 719 SETPORT(DMACNTRL0, INTEN); swintr() 809 SETPORT(DMACNTRL0, SWINT|INTEN); aha152x_probe_one() 820 SETPORT(DMACNTRL0, INTEN); aha152x_probe_one() 906 SETBITS(DMACNTRL0, INTEN); setup_expected_interrupts() 1353 INTEN is restored by the BH handler */ intr() 1354 CLRBITS(DMACNTRL0, INTEN); intr() 2401 SETBITS(DMACNTRL0, INTEN); is_complete() 2729 if (s & INTEN) get_ports() 2730 seq_puts(m, "INTEN "); get_ports()
|
/linux-4.4.14/drivers/dma/ |
H A D | pl330.c | 72 #define INTEN 0x20 macro 1019 writel(readl(regs + INTEN) & ~(1 << thrd->ev), regs + INTEN); _stop() local 1073 writel(readl(regs + INTEN) | (1 << thrd->ev), regs + INTEN); _trigger() local 1579 u32 inten = readl(regs + INTEN); pl330_update()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_g2d.c | 1144 * and GCF bit should be set to INTEN register if user wants exynos_g2d_set_cmdlist_ioctl() 1147 * Otherwise only ACF bit should be set to INTEN register so exynos_g2d_set_cmdlist_ioctl()
|
/linux-4.4.14/arch/arm/common/ |
H A D | sa1111.c | 263 * manipulation of INTEN and INTSET guarantees that the interrupt will 365 * manipulation of INTEN and INTSET guarantees that the interrupt will
|
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/ |
H A D | ixp4xx-regs.h | 367 /* INTEN (Interrupt Enable) Register bit definitions */
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | via-sdmmc.c | 67 * INTEN : Enable SD host interrupt.
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 734 if ((ahc->pause & INTEN) == 0) { ahc_intr() 5596 hcntrl &= ~INTEN; ahc_intr_enable() 5597 ahc->pause &= ~INTEN; ahc_intr_enable() 5598 ahc->unpause &= ~INTEN; ahc_intr_enable() 5600 hcntrl |= INTEN; ahc_intr_enable() 5601 ahc->pause |= INTEN; ahc_intr_enable() 5602 ahc->unpause |= INTEN; ahc_intr_enable()
|
H A D | aic79xx_core.c | 957 if ((ahd->pause & INTEN) == 0) { ahd_intr() 7862 hcntrl &= ~INTEN; ahd_intr_enable() 7863 ahd->pause &= ~INTEN; ahd_intr_enable() 7864 ahd->unpause &= ~INTEN; ahd_intr_enable() 7866 hcntrl |= INTEN; ahd_intr_enable() 7867 ahd->pause |= INTEN; ahd_intr_enable() 7868 ahd->unpause |= INTEN; ahd_intr_enable()
|
/linux-4.4.14/drivers/tty/ |
H A D | synclink.c | 1844 /* Disable INTEN (Port 6, Bit12) */ shutdown() 5831 * <13..12> 11 Port 6 is Output (~INTEN, Bit 12 : 0 = Enabled) usc_reset() 6042 /* Enable INTEN (Port 6, Bit12) */ usc_set_async_mode() 6142 /* Enable INTEN (Port 6, Bit12) */ usc_set_sync_mode() 7023 /* Enable INTEN gate for ISA adapter (Port 6, Bit12) */ mgsl_irq_test() 7024 /* Enable INTEN (Port 6, Bit12) */ mgsl_irq_test()
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
H A D | hostap_hw.c | 448 "param0=0x%04x, EVSTAT=%04x INTEN=%04x)\n", dev->name, hfa384x_cmd() 2925 SHOW_REG(INTEN); prism2_registers_proc_show()
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 91 /* INTEN */
|