代码搜索结果

找到约 10,000 项符合 Control System 的代码

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

/* * xtensa/config/system.h -- HAL definitions that are dependent on SYSTEM configuration * * NOTE: The location and contents of this file are highly subject to change. * * Source for configura

system.h

#ifndef __ASM_CRIS_ARCH_SYSTEM_H #define __ASM_CRIS_ARCH_SYSTEM_H #include /* read the CPU version register */ extern inline unsigned long rdvr(void) { unsigned char vr; __asm__

system.h

#ifndef _ASM_CRIS_ARCH_SYSTEM_H #define _ASM_CRIS_ARCH_SYSTEM_H #include /* Read the CPU version register. */ extern inline unsigned long rdvr(void) { unsigned char vr; __asm__ _

system.h

/* * linux/include/asm-arm/arch-iop3xx/system.h * * Copyright (C) 2001 MontaVista Software, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of

system.h

/* * linux/include/asm-arm/arch-aaed2000/system.h * * Copyright (c) 2005 Nicolas Bellido Y Ortega * * This program is free software; you can redistribute it and/or modify * it under the term

system.h

/* * linux/include/asm-arm/arch-sa1100/system.h * * Copyright (c) 1999 Nicolas Pitre */ #include static inline void arch_idle(void) { cpu_do_idle(); } static inl

system.h

/* * linux/include/asm-arm/arch-clps711x/system.h * * Copyright (C) 2000 Deep Blue Solutions Ltd * * This program is free software; you can redistribute it and/or modify * it under the terms o

system.h

/* * linux/include/asm-arm/arch-shark/system.h * * by Alexander Schulz */ #ifndef __ASM_ARCH_SYSTEM_H #define __ASM_ARCH_SYSTEM_H #include static void arch_reset(char mode) { short t

system.h

/* linux/include/asm-arm/arch-s3c2410/system.h * * (c) 2003 Simtec Electronics * Ben Dooks * * S3C2410 - System function defines and includes * * This program is free softwa