Home
last modified time | relevance | path

Searched refs:intctl (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/vc4/
H A Dvc4_irq.c207 uint32_t intctl; in vc4_irq() local
211 intctl = V3D_READ(V3D_INTCTL); in vc4_irq()
218 V3D_WRITE(V3D_INTCTL, intctl); in vc4_irq()
220 if (intctl & V3D_INT_OUTOMEM) { in vc4_irq()
227 if (intctl & V3D_INT_FLDONE) { in vc4_irq()
234 if (intctl & V3D_INT_FRDONE) { in vc4_irq()
/linux/drivers/pcmcia/
H A Dti113x.h322 u8 intctl; in ti113x_use_isa_irq() local
340 intctl = exca_readb(socket, I365_INTCTL); in ti113x_use_isa_irq()
341 intctl &= ~(I365_INTR_ENA | I365_IRQ_MASK); /* CSC Enable */ in ti113x_use_isa_irq()
342 exca_writeb(socket, I365_INTCTL, intctl); in ti113x_use_isa_irq()
/linux/sound/soc/sof/intel/
H A Dhda-ipc.c490 u32 intctl; in hda_ipc_irq_dump() local
497 intctl = snd_sof_dsp_read(sdev, HDA_DSP_HDA_BAR, SOF_HDA_INTCTL); in hda_ipc_irq_dump()
502 intsts, intctl, rirbsts); in hda_ipc_irq_dump()
/linux/arch/mips/include/asm/
H A Dkvm_host.h653 __BUILD_KVM_RW_HW(intctl, 32, MIPS_CP0_STATUS, 1)
H A Dmipsregs.h3062 __BUILD_SET_C0(intctl) in __BUILD_SET_C0()