core_bonito64.h

来自「MIPS YAMON, a famous monitor inc. source」· C头文件 代码 · 共 74 行

H
74
字号
/************************************************************************ * *  core_bonito64.h * *  Register definitions for Bonito64 system controller * * ###################################################################### * * mips_start_of_header *  *  $Id: core_bonito64.h,v 1.10 2001/07/12 09:43:09 soc Exp $ *  * Copyright (c) [Year(s)] MIPS Technologies, Inc. All rights reserved. * * Unpublished rights reserved under U.S. copyright law. * * PROPRIETARY/SECRET CONFIDENTIAL INFORMATION OF MIPS TECHNOLOGIES, * INC. FOR INTERNAL USE ONLY. * * Under no circumstances (contract or otherwise) may this information be * disclosed to, or copied, modified or used by anyone other than employees * or contractors of MIPS Technologies having a need to know. * *  * mips_end_of_header * ************************************************************************/#ifndef CORE_BONITO64_H#define CORE_BONITO64_H/************************************************************************ *  Include files ************************************************************************/#include <sysdefs.h>/************************************************************************ *  Definitions ************************************************************************//* CoreHI interrupt signal is taken from Bonito64 Int1 pin */#define CORE_BONITO64_INT_HI		1/************************************************************************ *  Public variables ************************************************************************/#ifndef _ASSEMBLER_extern UINT32 _bonito;#endif  /* #ifndef _ASSEMBLER_ *//************************************************************************ *  Public functions ************************************************************************/#ifndef _ASSEMBLER_/* Functions in flash for accessing specific Bonito64 registers */UINT32 bonito64_write_iodevcfg( UINT32 data );UINT32 bonito64_write_sdcfg(    UINT32 data );#endif  /* #ifndef _ASSEMBLER_ */#endif /* #ifndef CORE_BONITO64_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?