Home
last modified time | relevance | path

Searched refs:INTEN (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/arch/arm/mach-w90x900/
Dtime.c42 #define INTEN (0x01 << 29) macro
62 val |= (PERIOD | COUNTEN | INTEN | PRESCALE); in nuc900_clockevent_setmode()
66 val |= (ONESHOT | COUNTEN | INTEN | PRESCALE); in nuc900_clockevent_setmode()
86 val |= (COUNTEN | INTEN | PRESCALE); in nuc900_clockevent_setnextevent()
/linux-4.1.27/drivers/video/fbdev/msm/
Dmddi.c295 mddi_writel(mddi->int_enable, INTEN); in mddi_isr()
309 mddi_writel(mddi->int_enable, INTEN); in mddi_wait_interrupt_timeout()
413 mddi_writel(mddi->int_enable, INTEN); in mddi_resume()
434 mddi_writel(mddi->int_enable, INTEN); in mddi_get_client_caps()
713 mddi_writel(mddi->int_enable, INTEN); in mddi_probe()
/linux-4.1.27/drivers/scsi/
Daha152x.h224 #define INTEN 0x04 macro
Daha152x.c719 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.1.27/drivers/dma/
Dpl330.c72 #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()
1576 u32 inten = readl(regs + INTEN); in pl330_update()
/linux-4.1.27/drivers/net/wireless/orinoco/
Dhermes.h443 hermes_write_regn(hw, INTEN, events); in hermes_set_irqmask()
Dhermes.c206 hermes_write_regn(hw, INTEN, 0); in hermes_init()
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx_core.c734 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()
Daic7xxx_reg.h_shipped630 #define INTEN 0x02
Daic79xx_core.c957 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()
Daic7xxx.reg831 field INTEN 0x02
Daic79xx_reg.h_shipped1319 #define INTEN 0x02
Daic79xx.reg270 field INTEN 0x02
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_hw.c2925 SHOW_REG(INTEN); in prism2_registers_proc_show()