Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dirq-gt641xx.c38 cause = GT_READ(GT_INTRCAUSE_OFS); in ack_gt641xx_irq()
40 GT_WRITE(GT_INTRCAUSE_OFS, cause); in ack_gt641xx_irq()
66 cause = GT_READ(GT_INTRCAUSE_OFS); in mask_ack_gt641xx_irq()
68 GT_WRITE(GT_INTRCAUSE_OFS, cause); in mask_ack_gt641xx_irq()
97 cause = GT_READ(GT_INTRCAUSE_OFS); in gt641xx_irq_dispatch()
121 GT_WRITE(GT_INTRCAUSE_OFS, 0); in gt641xx_irq_init()
/Linux-v4.19/arch/mips/pci/
Dops-gt64xxx_pci0.c52 GT_WRITE(GT_INTRCAUSE_OFS, ~(GT_INTRCAUSE_MASABORT0_BIT | in gt64xxx_pci0_pcibios_config_access()
83 intr = GT_READ(GT_INTRCAUSE_OFS); in gt64xxx_pci0_pcibios_config_access()
89 GT_WRITE(GT_INTRCAUSE_OFS, ~(GT_INTRCAUSE_MASABORT0_BIT | in gt64xxx_pci0_pcibios_config_access()
/Linux-v4.19/arch/mips/mti-malta/
Dmalta-int.c111 intrcause = GT_READ(GT_INTRCAUSE_OFS); in corehi_irqdispatch()
/Linux-v4.19/arch/mips/include/asm/
Dgt64120.h224 #define GT_INTRCAUSE_OFS 0xc18 macro