Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Daha152x.h225 #define INTEN 0x04 macro
H A 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()
2388 SETBITS(DMACNTRL0, INTEN); in is_complete()
2716 if (s & INTEN) in get_ports()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dpl330.c74 #define INTEN 0x20 macro
995 u32 inten = readl(regs + INTEN); in _stop()
1014 writel(inten & ~(1 << thrd->ev), regs + INTEN); in _stop()
1066 writel(readl(regs + INTEN) | (1 << thrd->ev), regs + INTEN); in _trigger()
1886 u32 inten = readl(regs + INTEN); in pl330_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/
H A Dhermes.h442 hermes_write_regn(hw, INTEN, events); in hermes_set_irqmask()
H A Dhermes.c206 hermes_write_regn(hw, INTEN, 0); in hermes_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dchrontel-ch7033.c59 INTEN = BIT(3), enumerator
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c727 if ((ahc->pause & INTEN) == 0) { in ahc_intr()
5535 hcntrl &= ~INTEN; in ahc_intr_enable()
5536 ahc->pause &= ~INTEN; in ahc_intr_enable()
5537 ahc->unpause &= ~INTEN; in ahc_intr_enable()
5539 hcntrl |= INTEN; in ahc_intr_enable()
5540 ahc->pause |= INTEN; in ahc_intr_enable()
5541 ahc->unpause |= INTEN; in ahc_intr_enable()
H A Daic79xx_core.c949 if ((ahd->pause & INTEN) == 0) { in ahd_intr()
7770 hcntrl &= ~INTEN; in ahd_intr_enable()
7771 ahd->pause &= ~INTEN; in ahd_intr_enable()
7772 ahd->unpause &= ~INTEN; in ahd_intr_enable()
7774 hcntrl |= INTEN; in ahd_intr_enable()
7775 ahd->pause |= INTEN; in ahd_intr_enable()
7776 ahd->unpause |= INTEN; in ahd_intr_enable()
H A Daic7xxx_reg.h_shipped630 #define INTEN 0x02
H A Daic79xx_reg.h_shipped444 #define INTEN 0x02
H A Daic7xxx.reg831 field INTEN 0x02
H A Daic79xx.reg270 field INTEN 0x02
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_hw.c2910 SHOW_REG(INTEN); in prism2_registers_proc_show()