Home
last modified time | relevance | path

Searched refs:ch_isr_base (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/mips/sibyte/dev/
H A Dsbscnvar.h104 volatile char *ch_isr_base; /* kseg1 addr of channel ISR */ member
H A Dsbjcnvar.h110 volatile char *ch_isr_base; /* kseg1 addr of channel ISR */ member
H A Dsbscn.c313 ch->ch_isr_base = in sbscn_attach_channel()
1489 isr = READ_REG(ch->ch_isr_base) & ch->ch_imr; in sbscn_intr()
1616 } while ((isr = (READ_REG(ch->ch_isr_base) & ch->ch_imr)) != 0); in sbscn_intr()