Home
last modified time | relevance | path

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

/drivers/video/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()
/drivers/scsi/
Daha152x.h224 #define INTEN 0x04 macro
Daha152x.c776 SETPORT(DMACNTRL0, INTEN); in swintr()
870 SETPORT(DMACNTRL0, SWINT|INTEN); in aha152x_probe_one()
881 SETPORT(DMACNTRL0, INTEN); in aha152x_probe_one()
974 SETBITS(DMACNTRL0, INTEN); in setup_expected_interrupts()
1473 CLRBITS(DMACNTRL0, INTEN); in intr()
2624 SETBITS(DMACNTRL0, INTEN); in is_complete()
2849 if (s & INTEN) in disp_ports()
3218 if (s & INTEN) in get_ports()
Daic7xxx_old.c9269 temp_p->unpause = INTEN; in aic7xxx_detect()
9716 temp_p->unpause = hcntrl | INTEN; in aic7xxx_detect()
9717 temp_p->pause = hcntrl | PAUSE | INTEN; in aic7xxx_detect()
/drivers/dma/
Dpl330.c89 #define INTEN 0x20 macro
1155 writel(readl(regs + INTEN) & ~(1 << thrd->ev), regs + INTEN); in _stop()
1210 writel(readl(regs + INTEN) | (1 << thrd->ev), regs + INTEN); in _trigger()
1742 u32 inten = readl(regs + INTEN); in pl330_update()
/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h385 #define INTEN 0x02 macro
Daic7xxx.reg647 bit INTEN 0x02
/drivers/net/wireless/orinoco/
Dhermes.h443 hermes_write_regn(hw, INTEN, events); in hermes_set_irqmask()
Dhermes.c207 hermes_write_regn(hw, INTEN, 0); in hermes_init()
/drivers/scsi/aic7xxx/
Daic7xxx_core.c734 if ((ahc->pause & INTEN) == 0) { in ahc_intr()
5597 hcntrl &= ~INTEN; in ahc_intr_enable()
5598 ahc->pause &= ~INTEN; in ahc_intr_enable()
5599 ahc->unpause &= ~INTEN; in ahc_intr_enable()
5601 hcntrl |= INTEN; in ahc_intr_enable()
5602 ahc->pause |= INTEN; in ahc_intr_enable()
5603 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
/drivers/net/wireless/hostap/
Dhostap_hw.c2925 SHOW_REG(INTEN); in prism2_registers_proc_show()