Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Daha152x.h225 #define INTEN 0x04 macro
Daha152x.c710 SETPORT(DMACNTRL0, INTEN); in swintr()
800 SETPORT(DMACNTRL0, SWINT|INTEN); in aha152x_probe_one()
811 SETPORT(DMACNTRL0, INTEN); in aha152x_probe_one()
897 SETBITS(DMACNTRL0, INTEN); in setup_expected_interrupts()
1339 CLRBITS(DMACNTRL0, INTEN); in intr()
2389 SETBITS(DMACNTRL0, INTEN); in is_complete()
2717 if (s & INTEN) in get_ports()
/Linux-v5.4/drivers/dma/
Dpl330.c73 #define INTEN 0x20 macro
970 u32 inten = readl(regs + INTEN); in _stop()
989 writel(inten & ~(1 << thrd->ev), regs + INTEN); in _stop()
1041 writel(readl(regs + INTEN) | (1 << thrd->ev), regs + INTEN); in _trigger()
1675 u32 inten = readl(regs + INTEN); in pl330_update()
/Linux-v5.4/drivers/net/wireless/intersil/orinoco/
Dhermes.h442 hermes_write_regn(hw, INTEN, events); in hermes_set_irqmask()
Dhermes.c206 hermes_write_regn(hw, INTEN, 0); in hermes_init()
/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c727 if ((ahc->pause & INTEN) == 0) { in ahc_intr()
5563 hcntrl &= ~INTEN; in ahc_intr_enable()
5564 ahc->pause &= ~INTEN; in ahc_intr_enable()
5565 ahc->unpause &= ~INTEN; in ahc_intr_enable()
5567 hcntrl |= INTEN; in ahc_intr_enable()
5568 ahc->pause |= INTEN; in ahc_intr_enable()
5569 ahc->unpause |= INTEN; in ahc_intr_enable()
Daic7xxx_reg.h_shipped630 #define INTEN 0x02
Daic79xx_core.c949 if ((ahd->pause & INTEN) == 0) { in ahd_intr()
7810 hcntrl &= ~INTEN; in ahd_intr_enable()
7811 ahd->pause &= ~INTEN; in ahd_intr_enable()
7812 ahd->unpause &= ~INTEN; in ahd_intr_enable()
7814 hcntrl |= INTEN; in ahd_intr_enable()
7815 ahd->pause |= INTEN; in ahd_intr_enable()
7816 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-v5.4/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c2923 SHOW_REG(INTEN); in prism2_registers_proc_show()