Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/sound/hd-audio/
Dintel-multi-link.rst132 | INTEN | |
221 | INTEN |
291 … | INTEN | |
/Linux-v6.6/drivers/scsi/
Daha152x.h225 #define INTEN 0x04 macro
Daha152x.c729 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()
1367 CLRBITS(DMACNTRL0, INTEN); in intr()
2436 SETBITS(DMACNTRL0, INTEN); in is_complete()
2768 if (s & INTEN) in get_ports()
/Linux-v6.6/drivers/dma/
Dpl330.c74 #define INTEN 0x20 macro
978 u32 inten = readl(regs + INTEN); in _stop()
997 writel(inten & ~(1 << thrd->ev), regs + INTEN); in _stop()
1049 writel(readl(regs + INTEN) | (1 << thrd->ev), regs + INTEN); in _trigger()
1687 u32 inten = readl(regs + INTEN); in pl330_update()
/Linux-v6.6/drivers/soc/mediatek/
Dmtk-svs.c224 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()
/Linux-v6.6/drivers/net/wireless/intersil/orinoco/
Dhermes.h444 hermes_write_regn(hw, INTEN, events); in hermes_set_irqmask()
Dhermes.c206 hermes_write_regn(hw, INTEN, 0); in hermes_init()
/Linux-v6.6/drivers/gpu/drm/bridge/
Dchrontel-ch7033.c60 INTEN = BIT(3), enumerator
/Linux-v6.6/drivers/scsi/aic7xxx/
Daic7xxx_core.c727 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()
Daic79xx_core.c949 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()
Daic7xxx_reg.h_shipped630 #define INTEN 0x02
Daic79xx_reg.h_shipped444 #define INTEN 0x02
Daic7xxx.reg831 field INTEN 0x02
Daic79xx.reg270 field INTEN 0x02
/Linux-v6.6/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c2914 SHOW_REG(INTEN); in prism2_registers_proc_show()