Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-w90x900/
Dtime.c42 #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-v4.19/drivers/scsi/
Daha152x.h225 #define INTEN 0x04 macro
Daha152x.c721 SETPORT(DMACNTRL0, INTEN); in swintr()
811 SETPORT(DMACNTRL0, SWINT|INTEN); in aha152x_probe_one()
822 SETPORT(DMACNTRL0, INTEN); in aha152x_probe_one()
908 SETBITS(DMACNTRL0, INTEN); in setup_expected_interrupts()
1353 CLRBITS(DMACNTRL0, INTEN); in intr()
2400 SETBITS(DMACNTRL0, INTEN); in is_complete()
2728 if (s & INTEN) in get_ports()
/Linux-v4.19/drivers/dma/
Dpl330.c75 #define INTEN 0x20 macro
977 writel(readl(regs + INTEN) & ~(1 << thrd->ev), regs + INTEN); in _stop()
1031 writel(readl(regs + INTEN) | (1 << thrd->ev), regs + INTEN); in _trigger()
1665 u32 inten = readl(regs + INTEN); in pl330_update()
/Linux-v4.19/drivers/net/wireless/intersil/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-v4.19/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()
7851 hcntrl &= ~INTEN; in ahd_intr_enable()
7852 ahd->pause &= ~INTEN; in ahd_intr_enable()
7853 ahd->unpause &= ~INTEN; in ahd_intr_enable()
7855 hcntrl |= INTEN; in ahd_intr_enable()
7856 ahd->pause |= INTEN; in ahd_intr_enable()
7857 ahd->unpause |= INTEN; in ahd_intr_enable()
Daic79xx_reg.h_shipped444 #define INTEN 0x02
Daic7xxx.reg831 field INTEN 0x02
Daic79xx.reg270 field INTEN 0x02
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c2927 SHOW_REG(INTEN); in prism2_registers_proc_show()