HomeSort by: relevance | last modified time | path
    Searched defs:icsr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/pmax/pmax/
dec_5100.c 111 uint32_t icsr; local in function:dec_5100_bus_reset
114 icsr = *(volatile uint32_t *)MIPS_PHYS_TO_KSEG1(KN230_SYS_ICSR);
115 icsr |= KN230_CSR_INTR_WMERR;
116 *(volatile uint32_t *)MIPS_PHYS_TO_KSEG1(KN230_SYS_ICSR) = icsr;
149 if ((icsr & (ibit)) && intrtab[vvv].ih_func) { \
158 uint32_t icsr; local in function:dec_5100_intr
168 icsr = *(volatile uint32_t *)MIPS_PHYS_TO_KSEG1(KN230_SYS_ICSR);
211 uint32_t icsr; local in function:dec_5100_memintr
213 /* read icsr and clear error */
214 icsr = *(volatile uint32_t *)MIPS_PHYS_TO_KSEG1(KN230_SYS_ICSR)
    [all...]
  /src/sys/arch/arm/xscale/
becc_icu.c 125 uint32_t icsr; local in function:becc_icsr_read
127 icsr = BECC_CSR_READ(BECC_ICSR);
130 * The ICSR register shows bits that are active even if they are
134 return (icsr & intr_enabled);
  /src/sys/dev/ic/
tcic2.c 552 int icsr, rv; local in function:tcic_intr_socket
556 icsr = tcic_read_1(h, TCIC_R_ICSR);
558 DPRINTF(("%s: %d icsr: 0x%02x \n", device_xname(h->sc->sc_dev), h->sock, icsr));
561 if (icsr & TCIC_ICSR_PROGTIME) {
565 if (icsr & TCIC_ICSR_ILOCK) {
569 if (icsr & TCIC_ICSR_ERR) {
573 if (icsr & TCIC_ICSR_CDCHG) {
  /src/sys/arch/alpha/include/
logout.h 199 uint64_t icsr; /* CURRENT SETUP OF EV5 IBOX */ member in struct:__anon326cdc600408

Completed in 15 milliseconds