代码搜索:sysLib
找到约 2,152 项符合「sysLib」的源代码
代码结果 2,152
www.eeworm.com/read/397399/2402808
h sdcarddriver.h
//#include "../SysLib_Basic/Include/Sys_Global.h"
//#include "..\..\include\Sys_Define.h"
#define SDCARD 0
#define MMCCARD 1
#define SDDAMSRC 4
#define MASK_CMDSTOP 0x0040 //
www.eeworm.com/read/393286/2479458
c lite5200.c
/*
* arch/ppc/platforms/lite5200.c
*
* Platform support file for the Freescale LITE5200 based on MPC52xx.
* A maximum of this file should be moved to syslib/mpc52xx_?????
* so that new platform b
www.eeworm.com/read/393286/2479552
c ppc83xx_setup.c
/*
* arch/ppc/syslib/ppc83xx_setup.c
*
* MPC83XX common board code
*
* Maintainer: Kumar Gala
*
* Copyright 2005 Freescale Semiconductor Inc.
*
* This program is fr
www.eeworm.com/read/393286/2479569
c gt64260_pic.c
/*
* arch/ppc/syslib/gt64260_pic.c
*
* Interrupt controller support for Galileo's GT64260.
*
* Author: Chris Zankel
* Modified by: Mark A. Greer
*
* Bas
www.eeworm.com/read/393286/2479582
c mv64x60_win.c
/*
* arch/ppc/syslib/mv64x60_win.c
*
* Tables with info on how to manipulate the 32 & 64 bit windows on the
* various types of Marvell bridge chips.
*
* Author: Mark A. Greer
www.eeworm.com/read/393286/2479592
c mpc52xx_setup.c
/*
* arch/ppc/syslib/mpc52xx_setup.c
*
* Common code for the boards based on Freescale MPC52xx embedded CPU.
*
*
* Maintainer : Sylvain Munaut
*
* Support for other bootloade
www.eeworm.com/read/393286/2479610
c ppc85xx_setup.c
/*
* arch/ppc/syslib/ppc85xx_setup.c
*
* MPC85XX common board code
*
* Maintainer: Kumar Gala
*
* Copyright 2004 Freescale Semiconductor Inc.
*
* This program is fr
www.eeworm.com/read/389922/2531133
c sys_ge~2.c
#include "syslib.h"
PUBLIC int sys_getsp(proc, newsp)
int proc; /* process whose sp is wanted */
vir_bytes *newsp; /* place to put sp read from kernel */
{
/* Ask the kernel what the sp is. */
www.eeworm.com/read/389922/2531143
c sys_fork.c
#include "syslib.h"
PUBLIC int sys_fork(parent, child, pid, child_base_or_shadow)
int parent; /* process doing the fork */
int child; /* which proc has been created by the fork */
int pid; /* p