Searched refs:INTEN (Results 1 – 16 of 16) sorted by relevance
/drivers/video/msm/ |
D | mddi.c | 295 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/ |
D | aha152x.h | 224 #define INTEN 0x04 macro
|
D | aha152x.c | 776 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()
|
D | aic7xxx_old.c | 9269 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/ |
D | pl330.c | 89 #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/ |
D | aic7xxx_reg.h | 385 #define INTEN 0x02 macro
|
D | aic7xxx.reg | 647 bit INTEN 0x02
|
/drivers/net/wireless/orinoco/ |
D | hermes.h | 443 hermes_write_regn(hw, INTEN, events); in hermes_set_irqmask()
|
D | hermes.c | 207 hermes_write_regn(hw, INTEN, 0); in hermes_init()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 734 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()
|
D | aic7xxx_reg.h_shipped | 630 #define INTEN 0x02
|
D | aic79xx_core.c | 957 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()
|
D | aic7xxx.reg | 831 field INTEN 0x02
|
D | aic79xx_reg.h_shipped | 1319 #define INTEN 0x02
|
D | aic79xx.reg | 270 field INTEN 0x02
|
/drivers/net/wireless/hostap/ |
D | hostap_hw.c | 2925 SHOW_REG(INTEN); in prism2_registers_proc_show()
|