Home
last modified time | relevance | path

Searched refs:sgint (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/mips/sgi-ip22/
H A Dip22-int.c26 struct sgint_regs *sgint; variable
82 if (!sgint->cmeimask0) in disable_local2_irq()
101 if (!sgint->cmeimask1) in disable_local3_irq()
113 u8 mask = sgint->istat0 & sgint->imask0; in indy_local0_irqdispatch()
118 mask2 = sgint->vmeistat & sgint->cmeimask0; in indy_local0_irqdispatch()
135 u8 mask = sgint->istat1 & sgint->imask1; in indy_local1_irqdispatch()
140 mask2 = sgint->vmeistat & sgint->cmeimask1; in indy_local1_irqdispatch()
272 sgint->imask0 = 0; in arch_init_irq()
273 sgint->imask1 = 0; in arch_init_irq()
274 sgint->cmeimask0 = 0; in arch_init_irq()
[all …]
H A Dip22-time.c38 sgint->tcword = (SGINT_TCWORD_CNT2 | SGINT_TCWORD_CALL | in dosample()
40 sgint->tcnt2 = SGINT_TCSAMP_COUNTER & 0xff; in dosample()
41 sgint->tcnt2 = SGINT_TCSAMP_COUNTER >> 8; in dosample()
48 writeb(SGINT_TCWORD_CNT2 | SGINT_TCWORD_CLAT, &sgint->tcword); in dosample()
49 (void) readb(&sgint->tcnt2); in dosample()
50 msb = readb(&sgint->tcnt2); in dosample()
56 &sgint->tcword); in dosample()
H A Dip22-hpc.c46 sgint = (struct sgint_regs *)hpc3c0->pbus_extregs[4]; in sgihpc_init()
50 sgint = &sgioc->int3; in sgihpc_init()
H A Dip22-reset.c102 if (sgint->istat1 & SGINT_ISTAT1_PWR) { in debounce()
147 if (sgint->istat1 & SGINT_ISTAT1_PWR) { in panel_int()
H A Dip22-berr.c36 extio_stat = ip22_is_fullhouse() ? sgioc->extio : (sgint->errstat << 4); in save_and_clear_buserr()
/openbmc/linux/arch/mips/include/asm/sgi/
H A Dioc.h198 extern struct sgint_regs *sgint;