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

  /src/sys/arch/emips/stand/common/
ace.c 205 { "CONTROLREG",
250 SysacePrintRegister(&CONTROLREG_Names, Interface->CONTROLREG);
299 Control = Interface->CONTROLREG;
301 Interface->CONTROLREG = Control;
302 Interface->CONTROLREG = Control & ~SAC_RESETIRQ;
325 Interface->CONTROLREG |= SAC_LOCKREQ;
353 Interface->CONTROLREG &= ~SAC_CFGRESET;
363 Interface->CONTROLREG &= ~SAC_LOCKREQ;
393 (_i_)->CONTROLREG |= SAC_INTERRUPTS; \
400 (_i_)->CONTROLREG &= ~SAC_INTERRUPTS;
    [all...]
  /src/sys/arch/emips/ebus/
ace_ebus.c 553 "CONTROLREG",
602 SysacePrintRegister(&CONTROLREG_Names, regs->CONTROLREG);
658 Control = regs->CONTROLREG;
660 regs->CONTROLREG = Control;
661 regs->CONTROLREG = Control & ~SAC_RESETIRQ;
690 sc->sc_dr->CONTROLREG |= SAC_LOCKREQ;
726 sc->sc_dr->CONTROLREG &= ~SAC_CFGRESET;
738 sc->sc_dr->CONTROLREG &= ~SAC_LOCKREQ;
774 (_s_)->sc_dr->CONTROLREG |= SAC_INTERRUPTS; \
782 (_s_)->sc_dr->CONTROLREG &= ~SAC_INTERRUPTS;
    [all...]
  /src/sys/arch/emips/include/
emipsreg.h 573 volatile uint32_t CONTROLREG; /*0x00000098 */
653 /* volatile uint32_t CONTROLREG; 0x00000098 */

Completed in 14 milliseconds