Home
last modified time | relevance | path

Searched refs:GT_INTRCAUSE_OFS (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/arch/mips/kernel/
Dirq-gt641xx.c25 cause = GT_READ(GT_INTRCAUSE_OFS); in ack_gt641xx_irq()
27 GT_WRITE(GT_INTRCAUSE_OFS, cause); in ack_gt641xx_irq()
53 cause = GT_READ(GT_INTRCAUSE_OFS); in mask_ack_gt641xx_irq()
55 GT_WRITE(GT_INTRCAUSE_OFS, cause); in mask_ack_gt641xx_irq()
84 cause = GT_READ(GT_INTRCAUSE_OFS); in gt641xx_irq_dispatch()
108 GT_WRITE(GT_INTRCAUSE_OFS, 0); in gt641xx_irq_init()
/linux-6.6.21/arch/mips/pci/
Dops-gt64xxx_pci0.c40 GT_WRITE(GT_INTRCAUSE_OFS, ~(GT_INTRCAUSE_MASABORT0_BIT | in gt64xxx_pci0_pcibios_config_access()
71 intr = GT_READ(GT_INTRCAUSE_OFS); in gt64xxx_pci0_pcibios_config_access()
77 GT_WRITE(GT_INTRCAUSE_OFS, ~(GT_INTRCAUSE_MASABORT0_BIT | in gt64xxx_pci0_pcibios_config_access()
/linux-6.6.21/arch/mips/mti-malta/
Dmalta-int.c111 intrcause = GT_READ(GT_INTRCAUSE_OFS); in corehi_irqdispatch()
/linux-6.6.21/arch/mips/include/asm/
Dgt64120.h212 #define GT_INTRCAUSE_OFS 0xc18 macro