Lines Matching refs:CONTROLREG
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; \
446 Interface->CONTROLREG |= SAC_CFGRESET;
461 Control = Interface->CONTROLREG & (~(SAC_RESETIRQ|SAC_INTERRUPTS));
462 Interface->CONTROLREG = Control | SAC_RESETIRQ;
463 Interface->CONTROLREG = Control;