代码搜索:IO控制

找到约 10,000 项符合「IO控制」的源代码

代码结果 10,000
www.eeworm.com/read/195013/5116160

c dbg_io.c

#include #if (defined(CONFIG_DDB5476) && defined(CONFIG_REMOTE_DEBUG)) /* --- CONFIG --- */ /* we need uint32 uint8 */ /* #include "types.h" */ typedef unsigned char uint8; typede
www.eeworm.com/read/195013/5116497

c io-shark.c

/* * linux/arch/arm/lib/io-shark.c * * by Alexander Schulz * * derived from: * linux/arch/arm/lib/io-ebsa.S * Copyright (C) 1995, 1996 Russell King * * This program is free software; you ca
www.eeworm.com/read/195013/5116504

s io-writesb.s

/* * linux/arch/arm/lib/io-writesb.S * * Copyright (C) 1995-2000 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General P
www.eeworm.com/read/195013/5116506

s io-readsb.s

/* * linux/arch/arm/lib/io-readsb.S * * Copyright (C) 1995-2000 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu
www.eeworm.com/read/195013/5116539

s io-acorn.s

/* * linux/arch/arm/lib/io-acorn.S * * Copyright (C) 1995, 1996 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu
www.eeworm.com/read/195013/5116542

s io-writesl.s

/* * linux/arch/arm/lib/io-writesl.S * * Copyright (C) 1995-2000 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General P
www.eeworm.com/read/195013/5117586

c io_apic.c

/* * Intel IO-APIC support for multi-Pentium hosts. * * Copyright (C) 1997, 1998, 1999, 2000 Ingo Molnar, Hajnalka Szabo * * Many thanks to Stig Venaas for trying out countless experimental * pa
www.eeworm.com/read/195013/5117701

c io-unit.c

/* $Id: io-unit.c,v 1.23 2001/02/13 01:16:43 davem Exp $ * io-unit.c: IO-UNIT specific routines for memory management. * * Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) */ #
www.eeworm.com/read/195013/5118539

h io-unit.h

/* io-unit.h: Definitions for the sun4d IO-UNIT. * * Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) */ #ifndef _SPARC_IO_UNIT_H #define _SPARC_IO_UNIT_H #include
www.eeworm.com/read/195013/5120627

h io_apic.h

#ifndef __ASM_IO_APIC_H #define __ASM_IO_APIC_H #include #include /* * Intel IO-APIC support for SMP and UP systems. * * Copyright (C) 1997, 1998, 1999, 2000 Ingo M