HomeSort by: relevance | last modified time | path
    Searched refs:ch_isr_base (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mips/sibyte/dev/
sbscnvar.h 104 volatile char *ch_isr_base; /* kseg1 addr of channel ISR */ member in struct:sbscn_channel
sbjcnvar.h 110 volatile char *ch_isr_base; /* kseg1 addr of channel ISR */ member in struct:sbjcn_channel
sbscn.c 313 ch->ch_isr_base =
1489 isr = READ_REG(ch->ch_isr_base) & ch->ch_imr;
1616 } while ((isr = (READ_REG(ch->ch_isr_base) & ch->ch_imr)) != 0);

Completed in 14 milliseconds