/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 710 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() 1338 INTEN is restored by the BH handler */ in intr() 1339 CLRBITS(DMACNTRL0, INTEN); in intr() 2388 SETBITS(DMACNTRL0, INTEN); in is_complete() 2716 if (s & INTEN) in get_ports() 2717 seq_puts(m, "INTEN "); in get_ports()
|
H A D | aha152x.h | 225 #define INTEN 0x04 macro
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 729 SETPORT(DMACNTRL0, INTEN); in swintr() 819 SETPORT(DMACNTRL0, SWINT|INTEN); in aha152x_probe_one() 830 SETPORT(DMACNTRL0, INTEN); in aha152x_probe_one() 918 SETBITS(DMACNTRL0, INTEN); in setup_expected_interrupts() 1366 INTEN is restored by the BH handler */ in intr() 1367 CLRBITS(DMACNTRL0, INTEN); in intr() 2436 SETBITS(DMACNTRL0, INTEN); in is_complete() 2768 if (s & INTEN) in get_ports() 2769 seq_puts(m, "INTEN "); in get_ports()
|
H A D | aha152x.h | 225 #define INTEN 0x04 macro
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | pl330.c | 74 #define INTEN 0x20 macro 978 u32 inten = readl(regs + INTEN); in _stop() 997 writel(inten & ~(1 << thrd->ev), regs + INTEN); in _stop() local 1049 writel(readl(regs + INTEN) | (1 << thrd->ev), regs + INTEN); in _trigger() local 1689 u32 inten = readl(regs + INTEN); in pl330_update()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | pl330.c | 74 #define INTEN 0x20 macro 978 u32 inten = readl(regs + INTEN); in _stop() 997 writel(inten & ~(1 << thrd->ev), regs + INTEN); in _stop() local 1049 writel(readl(regs + INTEN) | (1 << thrd->ev), regs + INTEN); in _trigger() local 1687 u32 inten = readl(regs + INTEN); in pl330_update()
|
/kernel/linux/linux-6.6/drivers/soc/mediatek/ |
H A D | mtk-svs.c | 102 /* INTEN */ 224 INTEN, enumerator 282 [INTEN] = 0xc5c, 1135 svs_writel_relaxed(svsp, SVSB_INTEN_INIT0x, INTEN); in svs_set_bank_phase() 1141 svs_writel_relaxed(svsp, SVSB_INTEN_INIT0x, INTEN); in svs_set_bank_phase() 1149 svs_writel_relaxed(svsp, SVSB_INTEN_MONVOPEN, INTEN); in svs_set_bank_phase()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | hermes.h | 111 * Event register bitmasks (INTEN, EVSTAT, EVACK) 442 hermes_write_regn(hw, INTEN, events); in hermes_set_irqmask()
|
H A D | hermes.c | 206 hermes_write_regn(hw, INTEN, 0); in hermes_init() 603 /*hermes_write_regn(hw, INTEN, 0);*/ in hermesi_program_init()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | hermes.h | 111 * Event register bitmasks (INTEN, EVSTAT, EVACK) 444 hermes_write_regn(hw, INTEN, events); in hermes_set_irqmask()
|
H A D | hermes.c | 206 hermes_write_regn(hw, INTEN, 0); in hermes_init() 603 /*hermes_write_regn(hw, INTEN, 0);*/ in hermesi_program_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | chrontel-ch7033.c | 59 INTEN = BIT(3), enumerator
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | chrontel-ch7033.c | 60 INTEN = BIT(3), enumerator
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 727 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 D | aic79xx_core.c | 949 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()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 727 if ((ahc->pause & INTEN) == 0) { in ahc_intr() 5534 hcntrl &= ~INTEN; in ahc_intr_enable() 5535 ahc->pause &= ~INTEN; in ahc_intr_enable() 5536 ahc->unpause &= ~INTEN; in ahc_intr_enable() 5538 hcntrl |= INTEN; in ahc_intr_enable() 5539 ahc->pause |= INTEN; in ahc_intr_enable() 5540 ahc->unpause |= INTEN; in ahc_intr_enable()
|
H A D | aic79xx_core.c | 949 if ((ahd->pause & INTEN) == 0) { in ahd_intr() 7769 hcntrl &= ~INTEN; in ahd_intr_enable() 7770 ahd->pause &= ~INTEN; in ahd_intr_enable() 7771 ahd->unpause &= ~INTEN; in ahd_intr_enable() 7773 hcntrl |= INTEN; in ahd_intr_enable() 7774 ahd->pause |= INTEN; in ahd_intr_enable() 7775 ahd->unpause |= INTEN; in ahd_intr_enable()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_hw.c | 431 "param0=0x%04x, EVSTAT=%04x INTEN=%04x)\n", dev->name, in hfa384x_cmd() 2910 SHOW_REG(INTEN); in prism2_registers_proc_show()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_hw.c | 431 "param0=0x%04x, EVSTAT=%04x INTEN=%04x)\n", dev->name, in hfa384x_cmd() 2914 SHOW_REG(INTEN); in prism2_registers_proc_show()
|