代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.h
#ifndef __ASM_ARM_SYSTEM_H
#define __ASM_ARM_SYSTEM_H
#ifdef __KERNEL__
#include
#define CPU_ARCH_UNKNOWN 0
#define CPU_ARCH_ARMv3 1
#define CPU_ARCH_ARMv4 2
#define CPU_ARCH_ARM
system.asm
//====================================================================================//
// 文件名: system.asm
// 描 述: 该文件的程序主要用于初始化SPCE061A和PDIUSBD12,以及对PDIUSBD12的读写操作
// 日 期: 2003/04/03
//
system.asm
//====================================================================================//
// 文件名: system.asm
// 描 述: 该文件的程序主要用于初始化SPCE061A和PDIUSBD12,以及对PDIUSBD12的读写操作
// 日 期: 2003/04/03
//
system.h
/*
* linux/include/asm-arm/proc-armv/system.h
*
* Copyright (C) 1996 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
system.h
/*
* linux/include/asm-arm/proc-armo/system.h
*
* Copyright (C) 1995, 1996 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
system.h
/*
* linux/include/asm-armnommu/arch-dsc21/system.h
*
* Copyright (c) 1999 Nicolas Pitre
* Copyright (c) 2001 RidgeRun, Inc (http://www.ridgerun.org)
*
*/
static inline void arch
system.h
/*
* linux/include/asm-armnommu/arch-p52/system.h
* 2001 Mindspeed
*/
static inline void arch_idle(void)
{
while (!current->need_resched && !hlt_counter)
cpu_do_idle(IDLE_WAIT_SLOW);
}
extern
system.h
/*
* system.h
*
* 9 Sep 2001 - C Hanish Menon [www.hanishkvc.com]
*
*/
static inline void arch_idle(void)
{
while (!current->need_resched && !hlt_counter);
}
extern __inline__ void arch_res
system.h
/*
* linux/include/asm-armnommu/arch-dsc21/system.h
*
* Copyright (c) 1999 Nicolas Pitre
* Copyright (c) 2001 RidgeRun, Inc (http://www.ridgerun.org)
*
*/
static inline void arch
system.h
/*
* linux/include/asm-armnommu/arch-p52/system.h
* 2001 Mindspeed
*/
static inline void arch_idle(void)
{
while (!current->need_resched && !hlt_counter)
cpu_do_idle(IDLE_WAIT_SLOW);
}
extern