代码搜索:IO控制
找到约 10,000 项符合「IO控制」的源代码
代码结果 10,000
www.eeworm.com/read/182103/5272953
ads status_io.ads
--
-- Status_IO / Specification
--
-- DESCRIPTION:
--
-- This package instantiates the IO routines necessary to
-- perform IO on data of the type Status.CODES.
--
-- DEPENDENCIES:
--
--
--
--
www.eeworm.com/read/180739/5281087
ews io_lamp.ews
# Embest IDE Workspace File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
CORE_INFO_TYPE
Workspace
CORE_INFO_VERSION
1.00
www.eeworm.com/read/180437/5284183
c file_io.c
/*---------------------------------------------------------------------------
file_io.c
This file contains routines for doing direct input/output, file-related
sorts of things. Most of the sy
www.eeworm.com/read/180227/5288083
h rtl_io.h
#ifndef __RTL_IO_H__
#define __RTL_IO_H__
#include
#define rtl_outb(a, b) outb(a, b)
#define rtl_outb_p(a, b) outb(a, b)
#define rtl_inb_p(a) inb(a)
#define rtl_inb(a) inb(a)
#endif
www.eeworm.com/read/180227/5288101
h rtl_io.h
#ifndef __RTL_IO_H__
#define __RTL_IO_H__
#include
#define rtl_outb(a, b) outb(a, b)
#define rtl_outb_p(a, b) outb(a, b)
#define rtl_inb_p(a) inb(a)
#define rtl_inb(a) inb(a)
#endif
www.eeworm.com/read/180227/5288120
h rtl_io.h
#ifndef __RTL_IO_H__
#define __RTL_IO_H__
static inline char rtl_inb(short port)
{
char data;
__asm__ __volatile__("inb %w1\n\t" : "=a" (data) : "Nd" (port));
return data;
}
static inline char rt
www.eeworm.com/read/180227/5288146
h rtl_io.h
#ifndef __RTL_IO_H__
#define __RTL_IO_H__
#include
#define rtl_outb(a, b) outb(a, b)
#define rtl_outb_p(a, b) outb(a, b)
#define rtl_inb_p(a) inb(a)
#define rtl_inb(a) inb(a)
#endif
www.eeworm.com/read/179911/5293038
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/179911/5293051
c io_se.c
/* $Id: io_se.c,v 1.5 2000/06/08 05:50:10 gniibe Exp $
*
* linux/arch/sh/kernel/io_se.c
*
* Copyright (C) 2000 Kazumoto Kojima
*
* I/O routine for Hitachi SolutionEngine.
*
*/
#include
www.eeworm.com/read/179911/5293057
c io_generic.c
/* $Id: io_generic.c,v 1.3 2000/05/07 23:31:58 gniibe Exp $
*
* linux/arch/sh/kernel/io_generic.c
*
* Copyright (C) 2000 Niibe Yutaka
*
* Generic I/O routine. These can be used where a machine