⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iomap.c

📁 linux-2.6.15.6
💻 C
字号:
/* * arch/sh64/mach-cayman/iomap.c * * Cayman iomap interface * * Copyright (C) 2004  Paul Mundt * * This file is subject to the terms and conditions of the GNU General Public * License.  See the file "COPYING" in the main directory of this archive * for more details. */#include <linux/config.h>#include <linux/pci.h>#include <asm/io.h>#include <asm/cayman.h>void __iomem *ioport_map(unsigned long port, unsigned int len){	if (port < 0x400)		return (void __iomem *)((port << 2) | smsc_superio_virt);	return (void __iomem *)port;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -