SysacePrintRegister
SysacePrintRegister(&Control_Names, regs->Control);
SysacePrintRegister(&STATUS_Names, regs->STATUS);
SysacePrintRegister(&ERRORREG_Names, regs->ERRORREG);
SysacePrintRegister(&CONTROLREG_Names, regs->CONTROLREG);
SysacePrintRegister(&FATSTATREG_Names, regs->FATSTATREG);
static void SysacePrintRegister(const REGDESC *Desc, uint32_t Value);
SysacePrintRegister(&Control_Names, Interface->Control);
SysacePrintRegister(&STATUS_Names, Interface->STATUS);
SysacePrintRegister(&ERRORREG_Names, Interface->ERRORREG);
SysacePrintRegister(&CONTROLREG_Names, Interface->CONTROLREG);
SysacePrintRegister(&FATSTATREG_Names, Interface->FATSTATREG);