代码搜索:IO控制
找到约 10,000 项符合「IO控制」的源代码
代码结果 10,000
www.eeworm.com/read/204040/5036060
asm disk_io.asm
;========================================================
COMMENT #
DISK_IO.ASM
Copyright (c) 1991 - Microsoft Corp.
All rights reserved.
Microsoft Confidential
======================
www.eeworm.com/read/204040/5036062
inc disk_io.inc
;========================================================
COMMENT #
DISK_IO.INC
Copyright (c) 1991 - Microsoft Corp.
All rights reserved.
Microsoft Confidential
johnhe - 06/06/89
E
www.eeworm.com/read/202805/5045491
h file_io.h
/* $Id: file_io.h 1073 2007-03-16 08:56:05Z bennylp $ */
/*
* Copyright (C)2003-2007 Benny Prijono
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/201314/5059681
hpp pci_io.hpp
/*
PCI_IO.hpp: Part of the WDM Video Capture Driver for Bt848 based video capture cards
Copyright (C) 2000-2002 by Eduardo Jos
www.eeworm.com/read/201314/5059687
cpp pci_io.cpp
/*
PCI_IO.cpp: Part of the WDM Video Capture Driver for Bt848 based video capture cards
Copyright (C) 2000-2002 by Eduardo Jos
www.eeworm.com/read/200451/5065677
cpp bak_io.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/200288/5067489
h pci_io.h
/* originally from linux source (asm-ppc/io.h).
* Sanity added by Rob Taylor, Flying Pig Systems, 2000
*/
#ifndef _PCI_IO_H_
#define _PCI_IO_H_
#include "io.h"
#define pci_read_le16(addr, dest) \
www.eeworm.com/read/200288/5067509
h io-kernel.h
/*
* U-boot - io-kernel.h
*
* Copyright (c) 2005 blackfin.uclinux.org
*
* (C) Copyright 2000-2004
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of peopl
www.eeworm.com/read/196926/5100168
h bfin_io.h
#include "types.h"
bu8 io_read_byte (bu32 addr);
bu16 io_read_word (bu32 addr);
bu32 io_read_long (bu32 addr);
void io_write_byte (bu32 addr, bu8 v);
void io_write_word (bu32 addr, bu16 v);
void io_w