代码搜索:IO控制
找到约 10,000 项符合「IO控制」的源代码
代码结果 10,000
www.eeworm.com/read/196550/5101848
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
www.eeworm.com/read/196133/5104327
h ucos_io.h
/* $Id: ucos_io.h,v 1.5 2002/02/07 10:25:41 linfusheng Exp $
*/
#ifndef UCOS_IO_H
#define UCOS_IO_H
#define readb(addr) (*(unsigned char *) (addr))
#define readw(addr) (*(unsigned short *) (ad
www.eeworm.com/read/196036/5104786
s io-ebsa.s
/*
* linux/arch/arm/lib/io.S
*
* Copyright (C) 1995, 1996 Russell King
*/
#include
.text
.align
#define OUT(reg) \
mov r8, reg, lsl $16 ;\
orr r8, r8, r8, lsr $16
www.eeworm.com/read/196036/5104792
c io-trio.c
#include
#include
static __inline__ void do_outw(unsigned int reg, const void* buf, unsigned int count)
{
register const unsigned short* wbuf = (const unsigned short
www.eeworm.com/read/196036/5104798
s io-acorn.s
/*
* linux/arch/arm/lib/io.S
*
* Copyright (C) 1995, 1996 Russell King
*/
#include
#include
#include
.text
.align
#define OUT(reg)
www.eeworm.com/read/196036/5104884
c tty_io.c
/*
* linux/arch/arm/drivers/char/tty_io.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* Modifications for ARM processor Copright (C) 1995, 1996 Russell King.
*/
/*
* 'tty_io.c' gives an
www.eeworm.com/read/196036/5104907
s acornscsi-io.s
@ linux/arch/arm/drivers/scsi/acornscsi-io.S: Acorn SCSI card IO
#include
#include
#if (IO_BASE == (PCIO_BASE & 0xff000000))
#define ADDR(off,reg) \
tst of
www.eeworm.com/read/196036/5105129
h fdc-io.h
#ifndef _FDC_IO_H
#define _FDC_IO_H
/*
* Copyright (C) 1993-1995 Bas Laarhoven.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public L
www.eeworm.com/read/196036/5105130
c fdc-io.c
/* Yo, Emacs! we're -*- Linux-C -*-
*
* Copyright (C) 1993-1995 Bas Laarhoven.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Publ
www.eeworm.com/read/196036/5105143
c ftape-io.c
/*
* Copyright (C) 1993-1995 Bas Laarhoven.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free