Searched refs:ch_isr_base (Results 1 – 3 of 3) sorted by relevance
104 volatile char *ch_isr_base; /* kseg1 addr of channel ISR */ member
110 volatile char *ch_isr_base; /* kseg1 addr of channel ISR */ member
313 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()