代码搜索:IO控制
找到约 10,000 项符合「IO控制」的源代码
代码结果 10,000
www.eeworm.com/read/195013/5115940
c io_unknown.c
/*
* linux/arch/sh/kernel/io_unknown.c
*
* Copyright (C) 2000 Stuart Menefy (stuart.menefy@st.com)
*
* May be copied or modified under the terms of the GNU General Public
* License. See linux/C
www.eeworm.com/read/195013/5115955
c io_bigsur.c
/*
* include/asm-sh/io_bigsur.c
*
* By Dustin McIntire (dustin@sensoria.com) (c)2001
* Derived from io_hd64465.h, which bore the message:
* By Greg Banks
* (c) 2000 P
www.eeworm.com/read/195013/5115957
c io_dc.c
/*
* $Id: io_dc.c,v 1.2 2001/05/24 00:13:47 gniibe Exp $
* I/O routines for SEGA Dreamcast
*/
#include
#include
unsigned long dreamcast_isa_port2addr(unsigned long offs
www.eeworm.com/read/195013/5115968
c io_se.c
/* $Id: io_se.c,v 1.12 2001/08/11 01:23:28 jzs Exp $
*
* linux/arch/sh/kernel/io_se.c
*
* Copyright (C) 2000 Kazumoto Kojima
*
* I/O routine for Hitachi SolutionEngine.
*
*/
#include
www.eeworm.com/read/195013/5115978
c io_adx.c
/*
* linux/arch/sh/kernel/io_adx.c
*
* Copyright (C) 2001 A&D Co., Ltd.
*
* I/O routine and setup routines for A&D ADX Board
*
* This file is subject to the terms and conditions of the GNU Gen
www.eeworm.com/read/195013/5115982
c io_generic.c
/* $Id: io_generic.c,v 1.12 2000/11/14 16:45:11 sugioka Exp $
*
* linux/arch/sh/kernel/io_generic.c
*
* Copyright (C) 2000 Niibe Yutaka
*
* Generic I/O routine. These can be used where a machin
www.eeworm.com/read/195013/5116028
c dbg_io.c
#include
#if defined(CONFIG_REMOTE_DEBUG)
/* --- CONFIG --- */
typedef unsigned char uint8;
typedef unsigned int uint32;
/* --- END OF CONFIG --- */
#define UART16550_BAU
www.eeworm.com/read/195013/5116088
c dbg_io.c
#include
#include
#include
#ifdef CONFIG_REMOTE_DEBUG
/*
* FIXME the user should be able to select the
* uart to be used for debugging.
*/
#define DEBU
www.eeworm.com/read/195013/5116108
c kgdb_io.c
#include
#if (defined(CONFIG_DDB5477) && defined(CONFIG_REMOTE_DEBUG))
/* --- CONFIG --- */
/* we need uint32 uint8 */
/* #include "types.h" */
typedef unsigned char uint8;
typede
www.eeworm.com/read/195013/5116119
c dbg_io.c
#include
#ifdef CONFIG_REMOTE_DEBUG
/* --- CONFIG --- */
/* we need uint32 uint8 */
/* #include "types.h" */
typedef unsigned char uint8;
typedef unsigned int uint32;
/* --- END