Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/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-2.6.39/arch/mips/wrppmc/
Dirq.c40 GT_WRITE(GT_INTRCAUSE_OFS, (0x1F << 21)); in gt64120_init_pic()
/linux-2.6.39/arch/mips/include/asm/
Dgt64120.h226 #define GT_INTRCAUSE_OFS 0xc18 macro
/linux-2.6.39/arch/mips/mti-malta/
Dmalta-int.c169 intrcause = GT_READ(GT_INTRCAUSE_OFS); in corehi_irqdispatch()