Searched refs:INTEN (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/arm/mach-w90x900/ |
D | time.c | 42 #define INTEN (0x01 << 29) macro 63 val |= (ONESHOT | COUNTEN | INTEN | PRESCALE); in nuc900_clockevent_set_oneshot() 74 val |= (PERIOD | COUNTEN | INTEN | PRESCALE); in nuc900_clockevent_set_periodic() 87 val |= (COUNTEN | INTEN | PRESCALE); in nuc900_clockevent_setnextevent()
|
/linux-4.4.14/drivers/scsi/ |
D | aha152x.h | 224 #define INTEN 0x04 macro
|
D | aha152x.c | 719 SETPORT(DMACNTRL0, INTEN); in swintr() 809 SETPORT(DMACNTRL0, SWINT|INTEN); in aha152x_probe_one() 820 SETPORT(DMACNTRL0, INTEN); in aha152x_probe_one() 906 SETBITS(DMACNTRL0, INTEN); in setup_expected_interrupts() 1354 CLRBITS(DMACNTRL0, INTEN); in intr() 2401 SETBITS(DMACNTRL0, INTEN); in is_complete() 2729 if (s & INTEN) in get_ports()
|
/linux-4.4.14/drivers/dma/ |
D | pl330.c | 72 #define INTEN 0x20 macro 1019 writel(readl(regs + INTEN) & ~(1 << thrd->ev), regs + INTEN); in _stop() 1073 writel(readl(regs + INTEN) | (1 << thrd->ev), regs + INTEN); in _trigger() 1579 u32 inten = readl(regs + INTEN); in pl330_update()
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | hermes.h | 443 hermes_write_regn(hw, INTEN, events); in hermes_set_irqmask()
|
D | hermes.c | 206 hermes_write_regn(hw, INTEN, 0); in hermes_init()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 734 if ((ahc->pause & INTEN) == 0) { in ahc_intr() 5596 hcntrl &= ~INTEN; in ahc_intr_enable() 5597 ahc->pause &= ~INTEN; in ahc_intr_enable() 5598 ahc->unpause &= ~INTEN; in ahc_intr_enable() 5600 hcntrl |= INTEN; in ahc_intr_enable() 5601 ahc->pause |= INTEN; in ahc_intr_enable() 5602 ahc->unpause |= INTEN; in ahc_intr_enable()
|
D | aic7xxx_reg.h_shipped | 630 #define INTEN 0x02
|
D | aic79xx_core.c | 957 if ((ahd->pause & INTEN) == 0) { in ahd_intr() 7862 hcntrl &= ~INTEN; in ahd_intr_enable() 7863 ahd->pause &= ~INTEN; in ahd_intr_enable() 7864 ahd->unpause &= ~INTEN; in ahd_intr_enable() 7866 hcntrl |= INTEN; in ahd_intr_enable() 7867 ahd->pause |= INTEN; in ahd_intr_enable() 7868 ahd->unpause |= INTEN; in ahd_intr_enable()
|
D | aic7xxx.reg | 831 field INTEN 0x02
|
D | aic79xx_reg.h_shipped | 1319 #define INTEN 0x02
|
D | aic79xx.reg | 270 field INTEN 0x02
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_hw.c | 2925 SHOW_REG(INTEN); in prism2_registers_proc_show()
|